| Commit message (Expand) | Author | Age | Files | Lines |
| * | msx.cpp: Made the general purpose ports (joystick/mouse) a slot device. (#10579) |  wilbertpol | 2022-11-24 | 54 | -6087/+0 |
| * | Scope reduction and cleanup. |  Vas Crabb | 2022-11-23 | 1 | -193/+201 |
| * | bus/msx_cart, msx1_cart.xml: Added external floppy and Kanji cartridges. (#10... |  wilbertpol | 2022-11-23 | 5 | -372/+1143 |
| * | msx easi_speech: remove workaround that's not needed anymore |  hap | 2022-11-13 | 1 | -3/+0 |
| * | msx/msx.cpp, bus/msx_cart, bus/msx_slot: Reimplemented memory using views. (#... |  wilbertpol | 2022-11-08 | 52 | -2900/+1552 |
| * | msx holy_quran: small cleanup |  hap | 2022-09-14 | 3 | -62/+47 |
| * | Software list items promoted to working |  hap | 2022-09-13 | 1 | -10/+5 |
| * | k051649.cpp: Fix input clock, Simplify some routines, Reduce unnecessary vari... |  cam900 | 2022-03-20 | 1 | -2/+2 |
| * | Future-proofing by using correct #include for SOFTWARE_LIST device |  AJR | 2022-01-03 | 1 | -1/+1 |
| * | New NOT_WORKING software list additions |  hap | 2021-07-23 | 3 | -0/+97 |
| * | ymfm: Sync with latest, add complete YMF278B support (#8090) |  Aaron Giles | 2021-05-22 | 1 | -1/+1 |
| * | ymfm: Refactor new FM engine into a 3rdparty library (#8046) |  Aaron Giles | 2021-05-14 | 4 | -17/+14 |
| * | New BSD-licensed OPL/OPLL (YM3526, YM3812, YM2413, Y8950, YMF262, etc) cores ... |  Aaron Giles | 2021-04-02 | 2 | -2/+2 |
| * | floppies: Turn the format arrays into function calls. Create a default "mfm"... |  Olivier Galibert | 2021-03-02 | 2 | -4/+6 |
| * | softwarelist: spelling corrections related to microcabin's hurryfox |  hap | 2021-01-25 | 1 | -1/+1 |
| * | Various comments added and updated to add input port details, more detailed r... |  Lord-Nightmare | 2020-11-19 | 1 | -3/+3 |
| * | volt_reg: Remove uses that are not needed anymore with the recent (#7367) |  Aaron Giles | 2020-10-20 | 2 | -8/+0 |
| * | msx: add matra ink cartridge (nw) |  hap | 2020-06-04 | 3 | -0/+93 |
| * | New working clones |  hap | 2020-06-02 | 2 | -2/+2 |
| * | ym2151: Add YM2164 variant and emulate some known differences |  AJR | 2020-03-04 | 2 | -4/+11 |
| * | ymf278b.cpp : Fix output rate and clock divider of FM part, Fix mixing behavior |  cam900 | 2020-02-08 | 1 | -6/+4 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 4 | -17/+18 |
| * | (nw) fix other konami video devices not resolving delegate, fix Yamaha MSX sy... |  Vas Crabb | 2019-10-26 | 1 | -1/+1 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 9 | -22/+22 |
| * | ymf278b: Eliminate clock macro (nw) |  AJR | 2019-06-11 | 1 | -1/+1 |
| * | msx sfg: add note (nw) |  hap | 2019-05-18 | 1 | -2/+2 |
| * | msx: Added alternate set of Yamaha SFG05 firmware [David Viens] |  hap | 2019-05-17 | 1 | -1/+4 |
| * | z80pio.cpp : Simplify handlers, Reduce duplicates |  cam900 | 2019-04-07 | 1 | -6/+6 |
| * | ymf278b.cpp : Add DO1/2 Output, Fix buffer when clock is changed (#3806) |  R. Belmont | 2019-03-31 | 1 | -2/+5 |
| |\ |
|
| | * | Merge branch 'master' into ymf278_envelope |  cam900 | 2018-12-29 | 7 | -106/+108 |
| | |\ |
|
| | * | | ymf278b.cpp : Add DO1/2 Output, Fix timer/buffer when clock is changed |  cam900 | 2018-07-29 | 1 | -2/+4 |
| * | | | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 47 | -352/+477 |
| * | | | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 47 | -477/+352 |
| * | | | upd765: Simplify read/write handlers (nw) |  AJR | 2019-03-10 | 1 | -9/+5 |
| * | | | ym2148, vlm5030: Simplify read/write handlers (nw) |  AJR | 2019-03-10 | 2 | -3/+3 |
| * | | | k051649: Simplify read/write handlers (nw) |  AJR | 2019-03-10 | 1 | -30/+22 |
| * | | | msx, bus/msx_cart, bus/msx_slot: Configuration and bus modernization (nw) |  AJR | 2019-03-10 | 47 | -259/+387 |
| * | | | volt_reg: set default m_output (nw) |  hap | 2019-02-19 | 2 | -2/+0 |
| * | | | 6821pia, 6840ptm, 6850acia, bus/ss50, cmi01a: Simplify read/write handlers (nw) |  AJR | 2019-02-18 | 1 | -2/+2 |
| * | | | screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... |  Ivan Vangelista | 2019-02-11 | 3 | -27/+34 |
| * | | | Remove unnecessary address_space arguments on FM sound chips read/write handlers |  cam900 | 2019-01-31 | 4 | -17/+17 |
| * | | | emu\softlist_dev: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-30 | 1 | -16/+20 |
| * | | | imagedev\floppy: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-28 | 1 | -4/+4 |
| * | | | midi: remove MCFG macros (nw) |  Ivan Vangelista | 2019-01-19 | 1 | -6/+6 |
| | |/
|/| |
|
| * | | -bus/nes_ctrl: Added support for dance mats, used by the nes_vt driver. [Davi... |  mooglyguy | 2018-12-20 | 3 | -45/+46 |
| * | | -bus/a7800/a78_slot, bus/astrocde/exp, slot, pc_joy/pc_joy, vcs/vcs_slot, : R... |  mooglyguy | 2018-12-18 | 1 | -11/+12 |
| * | | upd765: Add (mostly standard) clocks to all devices in the family (nw) |  AJR | 2018-12-13 | 1 | -1/+1 |
| * | | -z8000, tmpz84c015: Removed MCFG macros. [Ryan Holtz] |  mooglyguy | 2018-12-06 | 1 | -8/+8 |
| * | | Don't #include legacy header "flopdrv.h" except where it's still used (nw) |  AJR | 2018-11-25 | 1 | -1/+0 |
| * | | ym2151: removed MCFG macros (nw) |  Ivan Vangelista | 2018-11-18 | 1 | -4/+4 |