summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/pc1403.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-09-24 14:43:01 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-09-24 14:43:01 +0000
commit3679f744c291a75d83085fe049f91ddc94b1419a (patch)
treea6938e296a70ab61e00fbf787dbdc6ebc358c903 /src/mess/includes/pc1403.h
parentef6f5d0a52b1cbbc1418a248da72122e6958a958 (diff)
modernization or timer callbacks part 2 (no whatsnew)
Diffstat (limited to 'src/mess/includes/pc1403.h')
-rw-r--r--src/mess/includes/pc1403.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/pc1403.h b/src/mess/includes/pc1403.h
index b7b2494d36c..a7b88c10408 100644
--- a/src/mess/includes/pc1403.h
+++ b/src/mess/includes/pc1403.h
@@ -30,6 +30,7 @@ public:
DECLARE_DRIVER_INIT(pc1403);
UINT32 screen_update_pc1403(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ TIMER_CALLBACK_MEMBER(pc1403_power_up);
};