summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fidel6502.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-06-29 08:34:30 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-06-29 08:34:30 +0200
commit63f9a01f8c5d43b9cfe68c2d401a84647d19c10e (patch)
treea1f1874aa84850bddbebd2b0e0bfc3e1c77ce8c4 /src/mame/drivers/fidel6502.cpp
parent1f6f1bfd6cfb748d9c5e159d6bd014bab8d30944 (diff)
Cleanup and version bumpmame0175
Diffstat (limited to 'src/mame/drivers/fidel6502.cpp')
-rw-r--r--src/mame/drivers/fidel6502.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/fidel6502.cpp b/src/mame/drivers/fidel6502.cpp
index 0cec6776c1b..fc5ff5bc010 100644
--- a/src/mame/drivers/fidel6502.cpp
+++ b/src/mame/drivers/fidel6502.cpp
@@ -4,7 +4,7 @@
/******************************************************************************
Fidelity Electronics 6502 based board driver
-
+
TODO:
- EAS doesn't work, there's some activity if you boot/reset with 1-key held down
@@ -578,7 +578,7 @@ WRITE8_MEMBER(fidel6502_state::eas_ppi_portc_w)
// d0-d3: input/led mux
m_led_select = data & 0xf;
csc_prepare_display();
-
+
// other: ?
}
@@ -1322,7 +1322,7 @@ static MACHINE_CONFIG_START( eas, fidel6502_state )
MACHINE_CONFIG_END
static MACHINE_CONFIG_DERIVED( su9, csc )
-
+
/* basic machine hardware */
MCFG_CPU_REPLACE("maincpu", M6502, 2000000) // same as csc?
MCFG_CPU_PROGRAM_MAP(su9_map)