summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/atari.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/atari.h')
-rw-r--r--src/mame/includes/atari.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/atari.h b/src/mame/includes/atari.h
index b8f0b372f83..88cd2797e9d 100644
--- a/src/mame/includes/atari.h
+++ b/src/mame/includes/atari.h
@@ -21,7 +21,7 @@ class atari_common_state : public driver_device
public:
atari_common_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
- tv_artifacts(0) { }
+ tv_artifacts(0) { }
void a600xl_mmu(UINT8 new_mmu);