mirror of
https://github.com/holub/mame
synced 2025-06-10 14:52:42 +03:00
fuck (nw)
This commit is contained in:
parent
a2f2deb532
commit
00897f5cd3
@ -1242,8 +1242,6 @@ READ16_MEMBER(atarigen_state::slapstic_r)
|
|||||||
if (!m_slapstic_device.found())
|
if (!m_slapstic_device.found())
|
||||||
fatalerror("Slapstic device is missing?\n");
|
fatalerror("Slapstic device is missing?\n");
|
||||||
|
|
||||||
fprintf(stderr, "slapstic_r %04x\n", offset);
|
|
||||||
|
|
||||||
// fetch the result from the current bank first
|
// fetch the result from the current bank first
|
||||||
int result = m_slapstic[offset & 0xfff];
|
int result = m_slapstic[offset & 0xfff];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user