summaryrefslogtreecommitdiff
path: root/vdp.hpp
diff options
context:
space:
mode:
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);