summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nes_vt.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-48/+48
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* ppu2c0x: Change NMI to line callback (nw) AJR2018-05-061-7/+1
* ppu2c0x family: Make palette internal to device AJR2018-05-061-21/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-29/+29
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-21/+21
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-96/+108
* nes_apu: Make it slightly less horrible [O. Galibert] Olivier Galibert2018-03-121-1/+0
* Remove first_screen(), nw Ryan Holtz2018-03-111-1/+2
* de-staticify initializations for src/devices/video (#3270) wilbertpol2018-02-251-1/+1
* srcclean (nw) Vas Crabb2018-02-251-59/+59
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-18/+28
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-22/+33
* Several nes_vt Fixes and Improvements (#3178) David Shah2018-02-071-123/+625
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-3/+3
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-23/+23
* Fuck, I missed the last commit (nw) Olivier Galibert2018-01-231-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* Fix Clang compile (nw) arbee2018-01-211-2/+2
* Multiple nes_vt Improvements (#3099) David Shah2018-01-211-161/+337
* misc small bits (grudge, nesvt, kickgoal) (#3075) David Haywood2018-01-181-1/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+6
* changed screen to pal resolution for nes_vt_hh (nw) Miodrag Milanovic2018-01-141-0/+7
* Reset behaviour tweaks David Shah2018-01-141-2/+6
* RGB palette support for correct SY-889 colours David Shah2018-01-141-6/+8
* SY-889 DMA and memory map correct David Shah2018-01-141-1/+61
* Add SY-889 ROM and machine type David Shah2018-01-141-3/+18
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-2/+2
* srcclean (nw) Vas Crabb2017-07-231-2/+2
* new NOT WORKING - VG Pocket (VG-2000) [BeckieRGB] (#2433) David Haywood2017-07-141-5/+42
* srcclean (nw) Vas Crabb2017-06-251-1/+1
* new NOT WORKING Game Prince RS-16 [BeckieRGB] David Haywood2017-06-241-1/+7
* Move Famiclone stuff from nes.xml to driver, add 2 new sets (#2374) DavidHaywood2017-06-111-1/+153
* duh (nw) Olivier Galibert2017-06-011-0/+0
* Fix incorrectly labeled machine and add another (#2334) AttackedbyGlitch2017-06-011-1/+9
* srcclean (nw) Vas Crabb2017-05-281-25/+25
* some tidying (nw) David Haywood2017-05-241-1/+1
* (nw) Housekeeping. Robbbert2017-05-241-22/+23
* make cybar120 look more reasonable David Haywood2017-05-241-2/+38
* some support for extended sprite addressing used by cybar120 David Haywood2017-05-231-4/+19
* basic VT03 support David Haywood2017-05-231-0/+853