diff options
author | Oxore <oxore@protonmail.com> | 2023-05-07 00:25:04 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-05-07 00:25:04 +0300 |
commit | 9214810f4305efef3667820b37ebd942782279da (patch) | |
tree | 9971c4c50f590d2ed8d571b95375b7de075b8f9a /vdp.hpp | |
parent | b56bb29d9ba8d0d4dfaf6371e81f7cf73f076a3b (diff) |
Impl scroll plane B
Diffstat (limited to 'vdp.hpp')
-rw-r--r-- | vdp.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |