summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/msx.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-247/+247
* Make "Keypad ," and "Keypad =" standard keys AJR2018-05-111-2/+1
* (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-101-6/+3
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-59/+59
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-7/+8
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-44/+48
* de-staticify initializations for src/devices/video (#3270) wilbertpol2018-02-251-1/+1
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-782/+1034
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-29/+29
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-272/+272
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-3/+7
* New way to provide DAC reference inputs (nw) AJR2018-01-101-7/+3
* Added a natural keyboard validation to check for valid natural keyboard (uni)... npwoods2017-09-051-5/+5
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-17/+17
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-250/+250
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* Assorted space padding issues detected and removed from source (nw) Scott Stone2017-02-161-3/+3
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* Implemented S1985 backup ram (fixes TPC310 accessories cursor movement on the... smf-2016-11-031-5/+0
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-16/+23
* VDP changed from msx_tms9918 to msx_ntsc for Daewoo MSX dpc200 Miso Kim2015-12-131-1/+1
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+8495