summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/junofrst.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/junofrst.c')
-rw-r--r--src/mame/drivers/junofrst.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/junofrst.c b/src/mame/drivers/junofrst.c
index eaa8f4e1dcf..bf3dccdc99f 100644
--- a/src/mame/drivers/junofrst.c
+++ b/src/mame/drivers/junofrst.c
@@ -94,8 +94,8 @@ class junofrst_state : public tutankhm_state
public:
junofrst_state(const machine_config &mconfig, device_type type, const char *tag)
: tutankhm_state(mconfig, type, tag),
- m_audiocpu(*this, "audiocpu"),
- m_i8039(*this, "mcu") { }
+ m_audiocpu(*this, "audiocpu"),
+ m_i8039(*this, "mcu") { }
UINT8 m_blitterdata[4];
int m_i8039_status;