summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bfm_sc1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bfm_sc1.c')
-rw-r--r--src/mame/drivers/bfm_sc1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/bfm_sc1.c b/src/mame/drivers/bfm_sc1.c
index c30855d80fd..a3a0e44a188 100644
--- a/src/mame/drivers/bfm_sc1.c
+++ b/src/mame/drivers/bfm_sc1.c
@@ -182,7 +182,7 @@ public:
int Scorpion1_GetSwitchState(int strobe, int data);
int sc1_find_project_string( );
required_device<cpu_device> m_maincpu;
- optional_device<upd7759_device> m_upd7759;
+ optional_device<upd7759_device> m_upd7759;
};
#define VFD_RESET 0x20
@@ -1092,7 +1092,7 @@ static MACHINE_CONFIG_DERIVED( scorpion1_adder2, scorpion1 )
MCFG_CPU_PROGRAM_MAP(sc1_adder2) // setup read and write memorymap
MCFG_DEFAULT_LAYOUT(layout_sc1_vid)
-
+
MCFG_BFM_ADDER2_ADD("adder2")
MACHINE_CONFIG_END