summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ppu2c0x.h
diff options
context:
space:
mode:
author David Shah <davey1576@gmail.com>2018-02-07 19:09:56 +0000
committer Olivier Galibert <galibert@pobox.com>2018-02-07 20:09:56 +0100
commit304abd860c8f13f39979bcf300b9a3eb4b6aec47 (patch)
treeb85c705e2c4db5b66dbfb1aa2f1e6e2a72c4d788 /src/devices/video/ppu2c0x.h
parent86670b17acf9f3801b9eb207d7c34bb2a9975c6a (diff)
Several nes_vt Fixes and Improvements (#3178)
* Add 89 in 1 mini console * Add mc_cb280, similar to sy889 * More VTxx ROMs * Add more nes_vt systems * Add SY888B * Add support for VTxx systems with scrambled instructions (FC Pocket, DGUN2573) * Add support for Family Pocket, and more FC Pocket games * Small fixes and reclassifications (nw) * Support for VTxx scrambled banking (thanks NewRisingSun for help) * New palette code from NewRisingSun, etc * Various VT03 fixes, several systems including ZDog now working * nes_vt comment/status updates (nw) * Refactor m6502_vtscr (nw)
Diffstat (limited to 'src/devices/video/ppu2c0x.h')
-rw-r--r--src/devices/video/ppu2c0x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/video/ppu2c0x.h b/src/devices/video/ppu2c0x.h
index 11eff9624ce..38218e28628 100644
--- a/src/devices/video/ppu2c0x.h
+++ b/src/devices/video/ppu2c0x.h
@@ -159,6 +159,7 @@ public:
dev.m_use_sprite_write_limitation = false;
}
uint16_t get_vram_dest();
+ void set_vram_dest(uint16_t dest);
protected:
// registers definition