summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/nmk004.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/nmk004.c')
-rw-r--r--src/mame/machine/nmk004.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/nmk004.c b/src/mame/machine/nmk004.c
index 4121f8f3bc4..e22829c9397 100644
--- a/src/mame/machine/nmk004.c
+++ b/src/mame/machine/nmk004.c
@@ -95,7 +95,7 @@ static struct
UINT8 to_main; // answer to main CPU
int protection_check;
- running_machine *machine;
+ running_machine *machine;
const device_config *ymdevice;
const device_config *oki1device;
const device_config *oki2device;
@@ -1019,7 +1019,7 @@ static TIMER_CALLBACK( real_nmk004_init )
int i;
memset(&NMK004_state, 0, sizeof(NMK004_state));
-
+
NMK004_state.machine = machine;
NMK004_state.ymdevice = devtag_get_device(machine, SOUND, "ym");
NMK004_state.oki1device = devtag_get_device(machine, SOUND, "oki1");