summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bml3.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1032/+0
* Initialised more variables and updated a few things overlooked earlier. Robbbert2021-12-261-21/+21
* bml3: adjusted keyboard, fixes Insect Hunter. Robbbert2021-05-211-23/+27
* bml3: connected up software list Robbbert2021-05-181-5/+5
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-271-1/+1
* Cleaned up bitmap API. Vas Crabb2020-09-271-19/+18
* bml3: added natural keys; added break-nmi key. Robbbert2020-09-221-75/+87
* (nw) bml3: don't write to regions Robbbert2020-06-131-162/+101
* drivers starting with b and c: some more macro removal (nw) Ivan Vangelista2020-05-261-76/+76
* (nw) more minor matters Robbbert2020-05-171-8/+9
* various drivers: READ/WRITE macros removal (nw) Ivan Vangelista2020-05-151-2/+2
* bml3: Added Hitachi Real Time Clock card [Russell Bull] Nigel Barnes2019-11-221-1/+3
* Spring cleaning: Vas Crabb2019-11-011-13/+12
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-31/+36
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-6/+6
* (nw) get rid of wave.h usage part 1 Robbbert2019-07-061-6/+5
* (nw) removed unneccesary casting of cassette_state; Robbbert2019-06-291-1/+2
* (nw) bml3 : fixed last 2 lines not showing Robbbert2019-06-211-1/+1
* mc6845: More consistent identification of HD6845S variant (nw) AJR2019-05-181-1/+1
* bml3: Fix build (nw) AJR2019-05-181-6/+7
* bml3: Define master clock in xtal.cpp (nw) AJR2019-05-181-1/+1
* (nw) cassette cleanup Robbbert2019-05-171-140/+113
* 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-63/+45
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-45/+63
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-221-30/+30
* mc6845, crtc_ega: Simplify read/write handlers (nw) AJR2019-02-191-4/+4
* Remove unnecessary address_space arguments on FM sound chips read/write handlers cam9002019-01-311-2/+2
* bml3: Partial bus modernization (nw) AJR2019-01-261-24/+6
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-1/+1
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-3/+3
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* mc6845: first part of MCFG macros removal (nw) Ivan Vangelista2018-11-191-4/+5
* ay8910: finished MCFG macros removal (nw) Ivan Vangelista2018-11-141-18/+6
* -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... mooglyguy2018-08-111-4/+4
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-2/+2
* devcb3 Vas Crabb2018-07-071-3/+3
* 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-18/+18
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-1/+1
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-101-4/+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-20/+20
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-5/+6
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-36/+39
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-3/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6