diff options
Diffstat (limited to 'src/mame/includes/maygay1b.h')
| -rw-r--r-- | src/mame/includes/maygay1b.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/maygay1b.h b/src/mame/includes/maygay1b.h index 39f76311ef0..0fc609a833a 100644 --- a/src/mame/includes/maygay1b.h +++ b/src/mame/includes/maygay1b.h @@ -94,5 +94,7 @@ public: DECLARE_DRIVER_INIT(m1); virtual void machine_start(); virtual void machine_reset(); + void cpu0_firq(int data); + void cpu0_nmi(int data); void m1_stepper_reset(); }; |
