Now working on the RAM boards

Moderator: BigEvilCorporation
Exactly. You can't look at the SMD and not think it... well, in my opinion, at least. I think it looks cooler than either the model 1 or 2 CD as well.TascoDLX wrote:Yes, my immediate thought looking at the SMD is Jaguar CD. Is that it?
I don't think the extra 68000 was really needed - just ram for the MD CPU to use for programs/data loaded from CD, and the ASIC/framebuffer. Kinda on the fence about the PCM chip. They could have left it out if they wished to keep the price down. I think SEGA only added it because the PCE CD had an ADPCM chip in it.I don't care to be the one to second-guess the Sega CD. But with a framebuffer and improved color depth, it would have been quite intriguing -- a whole different ballgame, even. It's a nice fantasy. That said, I kinda enjoy the system for what it is.
Code: Select all
.org $0000
jp RESET
jp print_hexascii_byte
jp print_msg_at_HL
jp VDP_cls
jp init_VDP_and_character_set
jp loadCartInDRAM
jp handle_pc_command
but, unless I missed something, the INT isn't connected on Genny so this can't happen...The interrupting device can place a single or multi-byte opcode on the
data bus for the Z80 to fetch and execute when an interrupt occurs.