diff options
Diffstat (limited to 'src/mame/includes/aerofgt.h')
-rw-r--r-- | src/mame/includes/aerofgt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/aerofgt.h b/src/mame/includes/aerofgt.h index 75e9d14053e..85661959bdf 100644 --- a/src/mame/includes/aerofgt.h +++ b/src/mame/includes/aerofgt.h @@ -52,7 +52,7 @@ public: optional_device<vsystem_spr2_device> m_spr_old; // every other (non-bootleg) uses this optional_device<vsystem_spr2_device> m_spr_old2; // or a pair of them.. optional_device<generic_latch_8_device> m_soundlatch; - + /* video-related */ |