summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/msx.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-9/+9
* Spring cleaning: Vas Crabb2019-11-011-3/+3
* (nw) removal of wave.h part 2 Robbbert2019-07-061-3/+3
* (nw) more cassette wave sound Robbbert2019-06-301-3/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2026/+2224
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2224/+2026
* msx, bus/msx_cart, bus/msx_slot: Configuration and bus modernization (nw) AJR2019-03-101-1915/+2099
* tms9928a, v9938: Remove space and mem_mask from read/write handlers (nw) AJR2019-03-091-2/+1
* volt_reg: set default m_output (nw) hap2019-02-191-3/+0
* volt_reg: removed MCFG macro (nw) Ivan Vangelista2019-02-121-33/+39
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-33/+39
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-18/+21
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-10/+13
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-15/+15
* msx: Use input merger device for IRQ (nw) AJR2018-12-311-3/+10
* upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-131-1/+1
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-071-13/+13
* src/mame: more misc MCFG removal (nw) Ivan Vangelista2018-12-041-52/+52
* ay8910: small batch of MCFG removal (nw) Ivan Vangelista2018-11-071-21/+21
* cpu/pps4 - machine/pxa255, r10696, r10788, ra17xx, rf5c296, roc10937, rp5c01,... Ivan Vangelista2018-10-291-2/+2
* msx.cpp: Replace unnecessary PSG write handler with the standard equivalent (nw) AJR2018-10-131-12/+3
* msx.cpp: Split out state class for MSX2 sets (nw) AJR2018-10-081-272/+272
* pc_lpt, upd765: removed MCFG macros (nw) Ivan Vangelista2018-09-281-3/+4
* v9938/v9958: Eliminate MCFG macros (nw) AJR2018-09-081-10/+14
* (nw) msx: fixed some cartslot names, this might fix MT 06967. Robbbert2018-09-061-4/+4
* wd11c00_17, wd2010, wd33c93, wd7600, x76f041, x76f100, ym2148, ym3802: remove... Ivan Vangelista2018-09-041-19/+24
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-12/+12
* tms9928a: Configuration modernization (nw) AJR2018-08-211-223/+137
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-3/+3
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-25/+25
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-29/+29
* New working machines Nigel Barnes2018-05-261-5/+28
* 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