mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
starwars: Forgot to remove these prototypes (nw)
This commit is contained in:
parent
40b37af1c3
commit
b2d0022a32
@ -72,11 +72,8 @@ public:
|
||||
DECLARE_DRIVER_INIT(starwars);
|
||||
virtual void machine_reset() override;
|
||||
TIMER_CALLBACK_MEMBER(math_run_clear);
|
||||
TIMER_CALLBACK_MEMBER(main_callback);
|
||||
TIMER_CALLBACK_MEMBER(sound_callback);
|
||||
DECLARE_READ8_MEMBER(r6532_porta_r);
|
||||
DECLARE_WRITE8_MEMBER(r6532_porta_w);
|
||||
DECLARE_WRITE_LINE_MEMBER(snd_interrupt);
|
||||
void starwars_mproc_init();
|
||||
void starwars_mproc_reset();
|
||||
void run_mproc();
|
||||
|
Loading…
Reference in New Issue
Block a user