remove leftover declare_machine_start/reset declarations (nw)

This commit is contained in:
Wilbert Pol 2018-05-21 13:40:52 +02:00
parent 854b0e8acf
commit 1914543a8d
2 changed files with 0 additions and 3 deletions

View File

@ -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);

View File

@ -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);