ts' content='index, nofollow'/>
summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/victor9k.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up bitmap API. Vas Crabb2020-09-271-1/+1
* simplified some handlers (nw) Ivan Vangelista2020-05-131-11/+11
* i8274, upd7201: Replace legacy device emulations and rename new devices AJR2020-02-231-27/+11
* softlist_dev.cpp: get some stuff out of the global namespace (nw) Vas Crabb2019-12-081-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* via6522: Change most mappings into m() [O. Galibert] Olivier Galibert2019-07-071-3/+3
* mc6845: More consistent identification of HD6845S variant (nw) AJR2019-05-181-2/+2
* mc6845: Use standard device method to adjust input clock (nw) AJR2019-04-281-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+1
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros for drivers startin... Ivan Vangelista2019-02-151-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-4/+3
* -oric, pet, prodigy, rmnimbus, ssystem3, swtpc09, swyft, sym1, trvquest, tv95... mooglyguy2018-08-011-101/+103
* devcb3 Vas Crabb2018-07-071-6/+5
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-1/+4
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-11/+10
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-58/+58
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-18/+19
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-8/+8
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-241-1/+1
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-1/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-9/+9
* Self-registering devices prep: Vas Crabb2017-02-271-1/+3
* Improvements to rgb_t (nw) AJR2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* srcclean and translation regeneration Vas Crabb2016-08-291-4/+4
* Cleanup. (nw) Curt Coder2016-08-191-1/+146
* fix for compiling with msvc, because it can't tell that all cases are handled... smf-2016-08-151-1/+1
* victor9k: Implemented SCP communications. Boots also to MS-DOS now. Promoted ... Curt Coder2016-08-141-1/+1
* victor9k: WIP. (nw) Curt Coder2016-08-141-0/+2
* victor9k: Implemented display brightness control. Fixed keyboard line Y12. [C... Curt Coder2016-08-131-11/+53
* victor9k: Implemented hires graphics. [Curt Coder] Curt Coder2016-08-121-27/+55
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Add support to adjust the screen color Dirk Best2016-03-121-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-2/+2