summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/esh.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-04-02 09:18:15 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-04-02 09:18:15 +0000
commit115e69bad0a3e53b8d8f10d19fa733c428de47a7 (patch)
tree9ca3dab0fbbcfc84b4794624d143096649a8a12a /src/mame/drivers/esh.c
parent6e0badab7470f8192c41eef5efcd8d96e2d7f253 (diff)
Some formating cleanup (no whatsnew)
Diffstat (limited to 'src/mame/drivers/esh.c')
-rw-r--r--src/mame/drivers/esh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/esh.c b/src/mame/drivers/esh.c
index 4b5c16c739c..bdbd7cdeadd 100644
--- a/src/mame/drivers/esh.c
+++ b/src/mame/drivers/esh.c
@@ -155,8 +155,8 @@ static WRITE8_HANDLER(nmi_line_w)
static ADDRESS_MAP_START( z80_0_mem, AS_PROGRAM, 8, esh_state )
AM_RANGE(0x0000,0x3fff) AM_ROM
AM_RANGE(0xe000,0xe7ff) AM_RAM AM_SHARE("nvram")
- AM_RANGE(0xf000,0xf3ff) AM_RAM AM_BASE( m_tile_ram)
- AM_RANGE(0xf400,0xf7ff) AM_RAM AM_BASE( m_tile_control_ram)
+ AM_RANGE(0xf000,0xf3ff) AM_RAM AM_BASE(m_tile_ram)
+ AM_RANGE(0xf400,0xf7ff) AM_RAM AM_BASE(m_tile_control_ram)
ADDRESS_MAP_END