From 68b08ceabfad7237ea605c272623bb04fd9d2ec1 Mon Sep 17 00:00:00 2001 From: David Shah Date: Sun, 21 Jan 2018 21:25:31 +0000 Subject: 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 --- src/devices/video/ppu2c0x_vt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/devices/video/ppu2c0x_vt.h') 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 { -- cgit v1.2.3-70-g09d2