PDA

View Full Version : Saturnin WIP News



wraggster
October 17th, 2008, 22:32
Runik has after a long while posted some WIP news of his Saturn emulator for Windows:


The cache is finally working for the VDP2 cell mode (the one used in the bios). I had some transparency problem due to textures not being reloaded when the transparency bit of the screen was changed, but that's now corrected.
Performances are quite interesting in the current cache state, ie around 50 fps when the "Sega Saturn" text is displayed, and between 30 and 40 fps inside the cd player.

You might say it's not that fast, but actually as the whole page is displayed (ie 512*512 pixels) instead of just the visible part (ie 320*224 in that case), a lot of extra calculation is done, which slows down the display. Of course I'll change that in the future, but right now it's already faster than it was in the previous release, so that's a good start :)

Now that's the cache is running for cell mode, I'm now in the process of integrating bitmap mode to it ... I took the opportunity to redesign the way both modes are setup, and to put it in different functions.
My goal is to have the whole bitmap to be added as a single texture to the texture map. That implies to modify the texture class structure, as until now each VDP2 texture was considered to be 8*8.

Now the bitmap texture will just be considered as a big cell (up to 1024*512), and displayed like the others.

So what are the next steps ?

add bitmaps to the VDP2 cache
convert the other display modes to use the cache
test the cache speed, and improve it
That's all for now (but that's a lot, believe me :p)

http://runik.free.fr/worklog/index.php?start=0

kusumoto
November 6th, 2008, 00:24
and this runs my japanese saturn games?

gfrga
December 20th, 2008, 06:12
Runik has after a long while posted some WIP news of his Saturn emulator for Windows:


The cache is finally working for the VDP2 cell mode (the one used in the bios). I had some transparency problem due to textures not being reloaded when the transparency bit of the screen was changed, but that's now corrected.
Performances are quite interesting in the current cache state, ie around 50 fps when the "Sega Saturn" text is displayed, and between 30 and 40 fps inside the cd player.

You might say it's not that fast, but actually as the whole page is displayed (ie 512*512 pixels) instead of just the visible part (ie 320*224 in that case), a lot of extra calculation is done, which slows down the display. Of course I'll change that in the future, but right now it's already faster than it was in the previous release, so that's a good start :)

Now that's the cache is running for cell mode, I'm now in the process of integrating bitmap mode to it ... I took the opportunity to redesign the way both modes are setup, and to put it in different functions.
My goal is to have the whole bitmap to be added as a single texture to the texture map. That implies to modify the texture class structure, as until now each VDP2 texture was considered to be 8*8.

Now the bitmap texture will just be considered as a big cell (up to 1024*512), and displayed like the others.

So what are the next steps ?

add bitmaps to the VDP2 cache
convert the other display modes to use the cache
test the cache speed, and improve it
That's all for now (but that's a lot, believe me :p)

http://runik.free.fr/worklog/index.php?start=0




Yeah, i like it very much. :thumbup: http://www.internetgameservice.com/silkroadgold.php how about it?? the game gold is cheap for me??

honsikrey
February 5th, 2009, 17:02
Saturnin macht weiter Fortschritte in der Sega Saturn Emulation und zeigt ein paar interessante Screenshots.