summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ppu2c0x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/ppu2c0x.cpp')
-rw-r--r--src/devices/video/ppu2c0x.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/video/ppu2c0x.cpp b/src/devices/video/ppu2c0x.cpp
index 86c265e9035..4370d9328d4 100644
--- a/src/devices/video/ppu2c0x.cpp
+++ b/src/devices/video/ppu2c0x.cpp
@@ -1329,6 +1329,9 @@ uint16_t ppu2c0x_device::get_vram_dest() {
return m_videomem_addr;
}
+void ppu2c0x_device::set_vram_dest(uint16_t dest) {
+ m_videomem_addr = dest;
+}
/*************************************
*