summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mbee.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) mbeepp: pushed the ram to the max 1024k Robbbert2020-06-191-12/+10
* (nw) mbee: checkpoint 2 Robbbert2020-06-181-35/+30
* (nw) mbee: checkpoint 1;; ipc: the rom that never was. Robbbert2020-06-171-162/+91
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-2/+2
* c64.cpp, c128.cpp: fixed CBM IEC slot address not being set when replacing de... Vas Crabb2019-11-151-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-8/+8
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-4/+4
* (nw) removal of wave.h part 2 Robbbert2019-07-061-2/+2
* -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-8/+10
* (nw) Clean up the mess on master Vas Crabb2019-03-261-82/+79
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-79/+82
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-02-261-47/+47
* Make the delay for snapshot/quickload an attotime, and allow implicit zero. ... Vas Crabb2019-02-061-4/+4
* src/mame: removed all instances of MCFG_DEVICE_REMOVE in the mame part of the... Ivan Vangelista2019-01-291-4/+4
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-6/+8
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-12/+6
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-6/+6
* get rid of the rest of the digfx MCFG as well (nw) Vas Crabb2019-01-071-3/+4
* Start cleaning up palette configuration: Vas Crabb2018-12-291-8/+5
* mc6845: first part of MCFG macros removal (nw) Ivan Vangelista2018-11-191-12/+14
* mbee.cpp: Move XTAL definition to xtal.cpp (nw) AJR2018-11-051-5/+3
* -mc146818: De-MCFG, nw mooglyguy2018-09-081-4/+4
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-8/+8
* z80pio.cpp: removed macros (nw) Ivan Vangelista2018-08-281-13/+13
* z80scc.cpp, z80sio.cpp: deMCFGfied; 8530scc.cpp: removed macros which weren't... Ivan Vangelista2018-08-271-1/+1
* devcb3 Vas Crabb2018-07-071-14/+14
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-76/+76
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-8/+8
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-7/+11
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-10/+10
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-10/+10
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-6/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-14/+14
* (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-101-8/+4
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-47/+47
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-4/+5
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-187/+202
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-7/+14
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-15/+15
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-7/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-9/+9
* Load slot info in minimaws (not exposed yet), fix up some problems with Vas Crabb2017-08-021-24/+22
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* Super-80: another 6 software items; turned down the cassette volume on some o... Robbbert2016-05-071-2/+2
* New NOT WORKING machine Robbbert2016-04-291-0/+28
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-2/+2