SEGA Flash backgrounds

I want to covert the SEGA Flash demo disc backgrounds to readable images. Especially BASEPIC.DC from SEGA Flash 6 & 7. Anyone got some advanced graphical tool or plugin to read most Saturn images?
 
Provide us with a hex dump. Something like so:
Code:
00000000  7f 45 4c 46 01 01 01 09  00 00 00 00 00 00 00 00  |.ELF............|

00000010  02 00 03 00 01 00 00 00  58 89 04 08 34 00 00 00  |........X...4...|

00000020  44 4f 00 00 00 00 00 00  34 00 20 00 06 00 28 00  |DO......4. ...(.|

00000030  1c 00 19 00 06 00 00 00  34 00 00 00 34 80 04 08  |........4...4...|
Also, try to see whether it is being displayed using the VDP1 or VDP2. Another solution is to dump the contents of VRAM and convert the dump to a PNG.


In other words, you'll have to write your own tools...
 
maybe you can try with yabause vdp1/vdp2 bmp export. There is also sscg which gives good results.


sscg BASEPIC /x320
 

Attachments

  • Basepic.jpg
    Basepic.jpg
    20.7 KB · Views: 139
  • D.jpg
    D.jpg
    20.7 KB · Views: 136
Back
Top