mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
remove leftover declare_machine_start/reset declarations (nw)
This commit is contained in:
parent
854b0e8acf
commit
1914543a8d
@ -3055,7 +3055,6 @@ void lunapark_state::machine_start()
|
||||
|
||||
void lunapark_state::machine_reset()
|
||||
{
|
||||
funworld_state::machine_reset();
|
||||
uint8_t seldsw = (ioport("SELDSW")->read() );
|
||||
popmessage("ROM Bank: %02X", seldsw);
|
||||
|
||||
|
@ -40,8 +40,6 @@ public:
|
||||
DECLARE_PALETTE_INIT(funworld);
|
||||
DECLARE_VIDEO_START(magicrd2);
|
||||
DECLARE_VIDEO_START(chinatow);
|
||||
DECLARE_MACHINE_START(lunapark);
|
||||
DECLARE_MACHINE_RESET(lunapark);
|
||||
uint32_t screen_update_funworld(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
void royalcd1(machine_config &config);
|
||||
void royalcd2(machine_config &config);
|
||||
|
Loading…
Reference in New Issue
Block a user