diff options
author | 2020-08-14 20:43:54 +0200 | |
---|---|---|
committer | 2020-08-14 20:43:54 +0200 | |
commit | a7f7fb9e6a7763320210e9938cd5867b894c6926 (patch) | |
tree | 5cdf674ed24671e02781a0a5fa5182bb3a3939e8 /src/devices/video/i8244.h | |
parent | d355314cd6832b5161cac8c13e2078eebf00a25d (diff) |
i8244: add external collision detection
Diffstat (limited to 'src/devices/video/i8244.h')
-rw-r--r-- | src/devices/video/i8244.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/video/i8244.h b/src/devices/video/i8244.h index 685ba1fb6a2..d27ae19ea52 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); + void write_cx(int x, bool cx); // CX pin on current scanline int vblank(); int hblank(); |