summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/amiga.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/amiga.h')
-rw-r--r--src/mame/includes/amiga.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/amiga.h b/src/mame/includes/amiga.h
index 75100fb7ef4..7a6fcbb0a8d 100644
--- a/src/mame/includes/amiga.h
+++ b/src/mame/includes/amiga.h
@@ -496,6 +496,9 @@ public:
void blitter_setup();
+ void amiga_base(machine_config &config);
+ void pal_video(machine_config &config);
+ void ntsc_video(machine_config &config);
protected:
// A bit of a trick here: some registers are 32-bit. In order to efficiently
// read them on both big-endian and little-endian systems, we store the custom
@@ -710,7 +713,4 @@ private:
uint32_t amiga_gethvpos();
};
-MACHINE_CONFIG_EXTERN( pal_video );
-MACHINE_CONFIG_EXTERN( ntsc_video );
-
#endif // MAME_INCLUDES_AMIGA_H