fuck (nw)

This commit is contained in:
Olivier Galibert 2016-05-25 17:30:43 +02:00
parent a2f2deb532
commit 00897f5cd3

View File

@ -1242,8 +1242,6 @@ READ16_MEMBER(atarigen_state::slapstic_r)
if (!m_slapstic_device.found())
fatalerror("Slapstic device is missing?\n");
fprintf(stderr, "slapstic_r %04x\n", offset);
// fetch the result from the current bank first
int result = m_slapstic[offset & 0xfff];