diff options
author | 2018-01-21 21:25:31 +0000 | |
---|---|---|
committer | 2018-01-21 16:25:31 -0500 | |
commit | 68b08ceabfad7237ea605c272623bb04fd9d2ec1 (patch) | |
tree | 2989e76dfbc084f1d1035c81ed307e6c38f62869 /src/devices/video/ppu2c0x_vt.h | |
parent | 0dd46b8f5e526d2c747350fe844ce97f47790a47 (diff) |
Multiple nes_vt Improvements (#3099)
* Work on lexcyber
* Fix VT03 colours
* Video mode tweaks for various VTxx systems (WIP)
* Improve VTxx colours
* Add some more VTxx systems (all currently broken)
* Further graphical improvements for newer VTxx systems
* Tweak colours for newer VTxx systems
* Fix mirroring in VTxx games
* Promote some VTxx systems from MACHINE_NOT_WORKING
* Add BittBoy, remove non-VTxx systems, general ordering
* Work on MMC3 compatability in VT03 driver
* Address decoding fixes
* Connect BittBoy ROM A24 to GPIO
* More machine promotions following various fixes
* Fixes for dgun2500
* VTxxx tidying, remove debugging
* Fix nes_vt compilation after merge
Diffstat (limited to 'src/devices/video/ppu2c0x_vt.h')
-rw-r--r-- | src/devices/video/ppu2c0x_vt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/video/ppu2c0x_vt.h b/src/devices/video/ppu2c0x_vt.h index 757254ee966..bc1a723d273 100644 --- a/src/devices/video/ppu2c0x_vt.h +++ b/src/devices/video/ppu2c0x_vt.h @@ -33,6 +33,7 @@ enum vtxx_pal_mode { PAL_MODE_VT0x, PAL_MODE_NEW_RGB, + PAL_MODE_NEW_VG }; class ppu_vt03_device : public ppu2c0x_device { |