summaryrefslogtreecommitdiff
path: root/vdp.hpp
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-05-07 00:25:04 +0300
committerOxore <oxore@protonmail.com>2023-05-07 00:25:04 +0300
commit9214810f4305efef3667820b37ebd942782279da (patch)
tree9971c4c50f590d2ed8d571b95375b7de075b8f9a /vdp.hpp
parentb56bb29d9ba8d0d4dfaf6371e81f7cf73f076a3b (diff)
Impl scroll plane B
Diffstat (limited to 'vdp.hpp')
-rw-r--r--vdp.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/vdp.hpp b/vdp.hpp
index c239273..e5b81d1 100644
--- a/vdp.hpp
+++ b/vdp.hpp
@@ -72,6 +72,7 @@ class VDP {
};
void renderScrollALine(size_t line_index, size_t hcell_count);
+ void renderScrollBLine(size_t line_index, size_t hcell_count);
void writeData(uint8_t address_mode, uint16_t address, uint16_t value);
void writeControl(uint16_t value);
uint16_t readData(uint8_t address_mode, uint16_t address);