summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/luckgrln.cpp
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-10-10 18:02:58 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2019-10-10 18:02:58 +0200
commit52d873062c8025915d55b15547edc66de0f17492 (patch)
tree36e8fc32838356c2399441d49b412402de523beb /src/mame/drivers/luckgrln.cpp
parentcc9b9974375947a1769689e74594f2b5d1aa56b9 (diff)
(nw) removed every remaining AM_ macro I could find in comments, but one in emu\memarray.h cause I didn't want to cause a full recompile for this (nw)
Diffstat (limited to 'src/mame/drivers/luckgrln.cpp')
-rw-r--r--src/mame/drivers/luckgrln.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mame/drivers/luckgrln.cpp b/src/mame/drivers/luckgrln.cpp
index 6d9274abd21..541f9446497 100644
--- a/src/mame/drivers/luckgrln.cpp
+++ b/src/mame/drivers/luckgrln.cpp
@@ -318,8 +318,7 @@ void luckgrln_state::mainmap(address_map &map)
map(0x0ce00, 0x0cfff).ram().w(FUNC(luckgrln_state::reel_attr_w<3>)).share("reel_attr.3");
map(0x0d600, 0x0d63f).ram().share("reel_scroll.3");
-// AM_RANGE(0x0d200, 0x0d2ff) AM_RAM
-
+// map(0x0d200, 0x0d2ff).ram();
map(0x0d800, 0x0dfff).ram(); // nvram
@@ -480,7 +479,7 @@ void luckgrln_state::common_portmap(address_map &map)
map(0x00f8, 0x00f8).portr("DSW2");
map(0x00f9, 0x00f9).portr("DSW3");
map(0x00fa, 0x00fa).portr("DSW4");
- map(0x00fb, 0x00fb).portr("DSW5"); //AM_WRITENOP
+ map(0x00fb, 0x00fb).portr("DSW5"); //.nopw();
map(0x00fc, 0x00fc).nopw();
map(0x00fd, 0x00fd).nopw();
map(0x00fe, 0x00fe).nopw();