summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/spectrum.h
diff options
context:
space:
mode:
author couriersud <couriersud@arcor.de>2015-05-06 20:38:32 +0200
committer couriersud <couriersud@arcor.de>2015-05-06 20:38:32 +0200
commita38d5d5fe0a6d533bf982f432d15d2d03436c2a3 (patch)
treeb325ca5aee4430fa3e7851f0fbf1ff40dd26e62e /src/mess/includes/spectrum.h
parentef8b1168b35695d6875092ca42d9844a783a2402 (diff)
parent343cfd2be4cfaeee925b99b72f6dbc6fc0676fff (diff)
Merge branch 'master' of https://github.com/mamedev/mame.git
Diffstat (limited to 'src/mess/includes/spectrum.h')
-rw-r--r--src/mess/includes/spectrum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/spectrum.h b/src/mess/includes/spectrum.h
index dd86e8f242b..25064cffbd7 100644
--- a/src/mess/includes/spectrum.h
+++ b/src/mess/includes/spectrum.h
@@ -242,6 +242,7 @@ protected:
void ts2068_hires_scanline(bitmap_ind16 &bitmap, int y, int borderlines);
void ts2068_64col_scanline(bitmap_ind16 &bitmap, int y, int borderlines, unsigned short inkcolor);
void ts2068_lores_scanline(bitmap_ind16 &bitmap, int y, int borderlines, int screen);
+ virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
};