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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/amiga.h b/src/mame/includes/amiga.h
index db1c5339f7b..63e5fc79375 100644
--- a/src/mame/includes/amiga.h
+++ b/src/mame/includes/amiga.h
@@ -412,8 +412,8 @@ public:
int m_aga_sprite_fetched_words;
int m_aga_sprite_dma_used_words[8];
- void video_start_amiga() ATTR_COLD;
- void video_start_amiga_aga() ATTR_COLD;
+ DECLARE_VIDEO_START( amiga );
+ DECLARE_VIDEO_START( amiga_aga );
DECLARE_PALETTE_INIT( amiga );
uint32_t screen_update_amiga(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);