summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jubilee.c
diff options
context:
space:
mode:
author Jonathan Gevaryahu <Lord-Nightmare@users.noreply.github.com>2013-11-03 16:18:21 +0000
committer Jonathan Gevaryahu <Lord-Nightmare@users.noreply.github.com>2013-11-03 16:18:21 +0000
commit3a0fac8b0ec70d0e0681a2f4a4dd133ac15459d9 (patch)
tree4db2d47b677279cd2e5dec11f31432aa01e02135 /src/mame/drivers/jubilee.c
parent708aceb9dcabc057778167b2c1db6f717329069c (diff)
fix compile
Diffstat (limited to 'src/mame/drivers/jubilee.c')
-rw-r--r--src/mame/drivers/jubilee.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mame/drivers/jubilee.c b/src/mame/drivers/jubilee.c
index 649de8101be..40f1ec702f7 100644
--- a/src/mame/drivers/jubilee.c
+++ b/src/mame/drivers/jubilee.c
@@ -429,15 +429,6 @@ static TMS9980A_CONFIG( cpuconf )
};
#endif
-static TMS9980A_CONFIG( cpuconf )
-{
- DEVCB_NULL,
- DEVCB_NULL, // Instruction acquisition
- DEVCB_NULL, // Clock out
- DEVCB_NULL, // Hold acknowledge
- DEVCB_NULL // DBIN
-};
-
/*************************
* Machine Drivers *
*************************/