summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/i8244.h
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2020-08-14 00:40:02 +0200
committer hap <happppp@users.noreply.github.com>2020-08-14 00:40:17 +0200
commit325e6fe38c8838b17862ed4921a9e9067361a1d2 (patch)
tree6be74edc05b755765f571e16a34f59197320a6fc /src/devices/video/i8244.h
parent02979499153334bbace5106978cd2967d9dbf52e (diff)
odyssey2: improve 824x/ef934x layer mixing
Diffstat (limited to 'src/devices/video/i8244.h')
-rw-r--r--src/devices/video/i8244.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/video/i8244.h b/src/devices/video/i8244.h
index 70f417c7c70..685ba1fb6a2 100644
--- a/src/devices/video/i8244.h
+++ b/src/devices/video/i8244.h
@@ -35,6 +35,7 @@ public:
uint8_t read(offs_t offset);
void write(offs_t offset, uint8_t data);
+
int vblank();
int hblank();
void i8244_palette(palette_device &palette) const;
@@ -134,6 +135,7 @@ protected:
int m_bgate_start;
vdc_t m_vdc;
+ uint8_t m_collision_map[0x200];
uint8_t m_x_beam_pos = 0;
uint8_t m_y_beam_pos = 0;