summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/slapstic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/slapstic.c')
-rw-r--r--src/mame/machine/slapstic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/machine/slapstic.c b/src/mame/machine/slapstic.c
index ab193966b32..0bd919c2222 100644
--- a/src/mame/machine/slapstic.c
+++ b/src/mame/machine/slapstic.c
@@ -751,7 +751,6 @@ void atari_slapstic_device::slapstic_init(running_machine &machine, int chip)
if (access_68k == -1)
{
/* see if we're 68k or 6502/6809 based */
- printf("oh\n");
device_type cputype = machine.device(":maincpu")->type();
access_68k = (cputype == M68000 || cputype == M68010);
}