summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/hp48.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-11-05 06:59:51 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-11-05 06:59:51 +0000
commit44d5c1b8ab2ef3c06e831f901d0ab95262073bd7 (patch)
treebfdb73de82a28464c3b2c3098ad77a745b67759e /src/mess/drivers/hp48.c
parent50cdc0f4ae9f07d666341cf3f60c253a71e6f016 (diff)
Cleanups and version bumpmame0151
Diffstat (limited to 'src/mess/drivers/hp48.c')
-rw-r--r--src/mess/drivers/hp48.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/drivers/hp48.c b/src/mess/drivers/hp48.c
index e916de3850a..eadda806c14 100644
--- a/src/mess/drivers/hp48.c
+++ b/src/mess/drivers/hp48.c
@@ -932,9 +932,9 @@ static MACHINE_CONFIG_START( hp48_common, hp48_state )
MCFG_CPU_ADD ( "maincpu", SATURN, 3937007 ) /* almost 4 MHz */
MCFG_CPU_PROGRAM_MAP ( hp48)
MCFG_SATURN_CONFIG( WRITE32(hp48_state, hp48_reg_out), READ32(hp48_state, hp48_reg_in),
- WRITELINE(hp48_state, hp48_mem_reset), WRITE32(hp48_state, hp48_mem_config),
- WRITE32(hp48_state, hp48_mem_unconfig), READ32(hp48_state, hp48_mem_id),
- WRITE32(hp48_state, hp48_mem_crc), WRITELINE(hp48_state, hp48_rsi) )
+ WRITELINE(hp48_state, hp48_mem_reset), WRITE32(hp48_state, hp48_mem_config),
+ WRITE32(hp48_state, hp48_mem_unconfig), READ32(hp48_state, hp48_mem_id),
+ WRITE32(hp48_state, hp48_mem_crc), WRITELINE(hp48_state, hp48_rsi) )
/* memory */
MCFG_NVRAM_ADD_0FILL("nvram")