mame icon indicating copy to clipboard operation
mame copied to clipboard

atari/atetris.cpp: Add a new Atari Tetris bootleg (with an extra OKI for sound)

Open clawgrip opened this issue 1 year ago • 2 comments

New working clone

Tetris (bootleg set 7, with OKI M5205) [Taksangs]

clawgrip avatar Apr 14 '24 08:04 clawgrip

I ran it for a while, and there are no unmapped memory accesses for the MSM5205.

Given the additional sound module connects to a ROM socket, perhaps reading certain ROM locations selects the MSM5205, and it sees the data read from ROM as the byte to be written? If it does that, it may require an address space tap.

At any rate, working it out will require debugging the code. I’ll leave it open for a bit in case anyone wants to have a crack at it.

cuavas avatar Apr 14 '24 18:04 cuavas

MC14040 is a CMOS ripple counter, and counter ICs are a typical part of the complex supporting logic required to stream samples directly from ROMs into a MSM5205 (since the MSM5205 has no memory interface of its own).

ajrhacker avatar Apr 14 '24 23:04 ajrhacker