From c83e2a853d4e1643fcc85b68ada3c6f7f33adea4 Mon Sep 17 00:00:00 2001 From: MooglyGuy Date: Wed, 16 May 2018 09:37:54 +0200 Subject: - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect of making machine-config overrides of these much uglier, but this is intended to discourage ongoing use, and will be gradually eliminated. --- src/mame/drivers/alto2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mame/drivers/alto2.cpp') diff --git a/src/mame/drivers/alto2.cpp b/src/mame/drivers/alto2.cpp index 770ad0e0995..deb7ec0d1bf 100644 --- a/src/mame/drivers/alto2.cpp +++ b/src/mame/drivers/alto2.cpp @@ -31,7 +31,7 @@ public: { } void init_alto2(); - DECLARE_MACHINE_RESET(alto2); + void machine_reset_alto2(); void alto2(machine_config &config); void alto2_const_map(address_map &map); -- cgit v1.2.3