0 Members and 1 Guest are viewing this topic.
I see, that's interesting. Hopefully it shouldn't be too hard. Remember that the Prizm is 16:9 ratio instead of 3:2, though, so if you fill the entire screen with the 83+ LCD it will look distorted.
The only things I'd imagine you'd have a problem with are hardware things like paging.
Quote from: DJ_O on February 25, 2011, 03:46:09 pmI see, that's interesting. Hopefully it shouldn't be too hard. Remember that the Prizm is 16:9 ratio instead of 3:2, though, so if you fill the entire screen with the 83+ LCD it will look distorted.The 4x3 ratio uses up the entire screen horizontally, but leaves a bar at the bottom. That could be used for fps, clock speed, debug info, or some sort of user interface. And this Prizm emulator I have been working on lately really helps me appreciate the simplicity of z80 asm. I am almost certain that an on calc z80 emulator will be a lot easier than an on comp SH3 emulator.
Quote from: Qwerty.55 on February 26, 2011, 01:00:49 amThe only things I'd imagine you'd have a problem with are hardware things like paging.Well the 83+ writes to the flash pages sequentially. A possible example would be to only reserve a page from the Prizm OS when the 83+ OS passes into a new one.
Quote from: z80man on February 26, 2011, 12:58:26 amQuote from: DJ_O on February 25, 2011, 03:46:09 pmI see, that's interesting. Hopefully it shouldn't be too hard. Remember that the Prizm is 16:9 ratio instead of 3:2, though, so if you fill the entire screen with the 83+ LCD it will look distorted.The 4x3 ratio uses up the entire screen horizontally, but leaves a bar at the bottom. That could be used for fps, clock speed, debug info, or some sort of user interface. And this Prizm emulator I have been working on lately really helps me appreciate the simplicity of z80 asm. I am almost certain that an on calc z80 emulator will be a lot easier than an on comp SH3 emulator. I think a 3x3 ratio would be better - stretched screens can look quite odd.Quote from: z80man on February 26, 2011, 01:05:53 amQuote from: Qwerty.55 on February 26, 2011, 01:00:49 amThe only things I'd imagine you'd have a problem with are hardware things like paging.Well the 83+ writes to the flash pages sequentially. A possible example would be to only reserve a page from the Prizm OS when the 83+ OS passes into a new one.RAM is paged, too.