Home | Forums | What's new | Resources | |
Wanna do a SMS emulator? |
TakaIsSilly - Dec 17, 2001 |
TakaIsSilly | Dec 17, 2001 | |||
I've been looking for allegro based emulators (for a idea I had), and I found out that this SMS emu has a big chance to be ported to Saturn. It's fully in C, the source seems quite simple, and you can get some ideas from the PSX port he did. I felt tempted to start it, but i hardly have time for it, and I figured someone might want to have some fun, after the success with Denis Phoenix emulator. http://cgfm2.emuviews.com/emul.htm#sms... |
Denis | Dec 17, 2001 | |||
I looked into GB emulation Now i have somewhat fully running GB core on saturn, but can't do GFX decoding/output If interested - im ready to receive help |
TakaIsSilly | Dec 18, 2001 | |||
Denis : if you want help, send me the code to takashi@mail.pt.... I'll look for a nice way to put GFX. ExCyber Yeah... BTW I've been looking at the mixed SH2/C output of Marat's Z80.o, and I can't see myself optimizing more those expressions, taking the Push/Pop ones that seems slightly big. Slinga : C++ is a load of extra expressions that you really shouldn't use, except for clarity of code. C is simpler, close to the machine and universal. |