HomeForumsWhat's newResources 
 
 
SEGA Flash backgrounds
SeGaFrEaK_NL - Apr 18, 2009
 SeGaFrEaK_NL Apr 18, 2009
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?

 mrkotfw Apr 19, 2009
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...

 SeGaFrEaK_NL Apr 19, 2009
BASEPIC.dc (160 KB)...

 vbt Apr 19, 2009
maybe you can try with yabause vdp1/vdp2 bmp export. There is also sscg which gives good results.


sscg BASEPIC /x320

 SeGaFrEaK_NL Apr 20, 2009
The left one is the image I need. Would nice if it was a little bigger..

Thanks!