summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cischeat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cischeat.h')
-rw-r--r--src/mame/includes/cischeat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/cischeat.h b/src/mame/includes/cischeat.h
index 105f4b39b7d..ad2e1a54047 100644
--- a/src/mame/includes/cischeat.h
+++ b/src/mame/includes/cischeat.h
@@ -169,7 +169,7 @@ public:
void motor_command_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
uint8_t analog_r();
void output_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
-
+
void armchmp2(machine_config &config);
void armchmp2_map(address_map &map);
TIMER_DEVICE_CALLBACK_MEMBER(armchamp2_scanline);