0 Members and 2 Guests are viewing this topic.
Quote from: yunhua98 on December 31, 2010, 05:41:34 pmI still don't undertake why we need ti83plus.inc to make PRIZM emu.../FACEPALM Quote from: ScoutDavid on December 31, 2010, 05:35:36 pmQuote from: yunhua98 on December 31, 2010, 05:34:54 pmWow this subforum is growing fastAnyway, does anyone know if Casio is planning to release an emulator? Also, would it be possible to easily port games from TIs to the PRIZM? There are just too many good games on ti just to let them go away.And if ccasio isn't making an emu, how hard would it be to make a third party one?We'd need something like ti83plus.inc to make one, do we have?And then people say I'M THE ONE who doesnt read what people say...
I still don't undertake why we need ti83plus.inc to make PRIZM emu...
Quote from: yunhua98 on December 31, 2010, 05:34:54 pmWow this subforum is growing fastAnyway, does anyone know if Casio is planning to release an emulator? Also, would it be possible to easily port games from TIs to the PRIZM? There are just too many good games on ti just to let them go away.And if ccasio isn't making an emu, how hard would it be to make a third party one?We'd need something like ti83plus.inc to make one, do we have?
Wow this subforum is growing fastAnyway, does anyone know if Casio is planning to release an emulator? Also, would it be possible to easily port games from TIs to the PRIZM? There are just too many good games on ti just to let them go away.And if ccasio isn't making an emu, how hard would it be to make a third party one?
author=graphmastur link=topic=5966.msg105395#msg105395 date=1293858085]I'm pretty sure we could run it with just the OS. I don't know how picky Casio is with roms, but I'm sure it will be alright for personal use or something like this. Now, we need to be careful to see any signs of no-hacking policies. I don't like messing with stuff where it could be legally bad, and wouldn't write an emulator at all in that case. Does anyone know of a disassembler for the SH3? Or at least an instruction set somewhere.
I can help if you need conceptual level help with any of the hardware processes or opcodes. I'm still working on all of the I/O, excluding keyboard (which I'm not even going to touch until I can at least use the screen), so that might be a bit too ambitious to emulate. But the CPU core is definitely possible. Just be careful with the arithmetic instructions and read the instruction descriptions. Some of them have very important but slightly subtle effects.On a side note, the Renesas documentation has C code for all of the instructions, so that might be easier in C rather than Java.