summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sg1000.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-706/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-3/+0
* device_image_interface: Interface overhaul AJR2022-01-061-4/+3
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-3/+5
* sg1000.cpp, sms.cpp & associated buses: Simplify handler signatures (nw) AJR2020-05-311-12/+12
* more macro removal (nw) Ivan Vangelista2020-05-191-2/+2
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-4/+4
* (nw) Clean up the mess on master Vas Crabb2019-03-261-59/+58
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-58/+59
* tms9928a, v9938: Remove space and mem_mask from read/write handlers (nw) AJR2019-03-091-10/+5
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from the rest of th... Ivan Vangelista2019-02-221-30/+31
* device/bus/sega8/sega8_slot.cpp : Remove MCFG macros cam9002019-02-111-3/+3
* sn76496.cpp : Remove unnecessary handler, Remove unnecessary arguments in ste... cam9002019-02-021-5/+5
* devices\bus: some MCFG macros removal (nw) Ivan Vangelista2019-01-311-3/+3
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-3/+3
* src/mame: removed all instances of MCFG_DEVICE_REMOVE in the mame part of the... Ivan Vangelista2019-01-291-1/+1
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-2/+3
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-1/+1
* sc3000: Added support for the SC-3000 Survivors Multicart and Megacart cartri... Nigel Barnes2019-01-201-1/+3
* upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-131-1/+1
* rs232: another batch of MCFG removal (nw) Ivan Vangelista2018-10-221-3/+3
* pc_lpt, upd765: removed MCFG macros (nw) Ivan Vangelista2018-09-281-1/+1
* i8251: Provide standard read/write handlers; eliminate memory space as argume... AJR2018-09-161-2/+1
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-4/+4
* i8251: Removed MCFG, nw mooglyguy2018-08-291-4/+4
* tms9928a: Configuration modernization (nw) AJR2018-08-211-15/+15
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-8/+4
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-21/+21
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-8/+8
* 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-24/+24
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4
* srcclean (nw) Vas Crabb2018-04-221-6/+6
* (nw) commit these address map changes while i can Robbbert2018-04-201-1/+2
* maps: Finish mame/drivers (nw) Olivier Galibert2018-04-191-7/+7
* (nw) more address map modernisation Robbbert2018-04-121-16/+18
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-42/+48
* Cleanup address map remnants (nw) Olivier Galibert2018-03-081-1/+1
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+3
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-8/+8
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-9/+9
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-14/+14
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* Make alignment consistent with recent changes einstein952016-09-281-1/+1