content='index, nofollow'/>
summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/super6.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-537/+0
* floppy: remove the intermediate allocator Olivier Galibert2022-03-301-1/+1
* 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-2/+2
* simplified some handlers (nw) Ivan Vangelista2020-05-131-9/+9
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-1/+1
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-2/+2
* (nw) super6, excali64 : connected up ENMF pin Robbbert2019-08-091-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+1
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros in drivers in the s... Ivan Vangelista2019-02-211-1/+1
* More CTC set_clk conversions (nw) AJR2018-11-131-3/+1
* rs232: small start at removing MCFG macros (nw) Ivan Vangelista2018-10-171-11/+10
* wd11c00_17, wd2010, wd33c93, wd7600, x76f041, x76f100, ym2148, ym3802: remove... Ivan Vangelista2018-09-041-4/+4
* z80ctc: removed MCFG macros (nw) Ivan Vangelista2018-09-031-3/+3
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-4/+4
* z80dart.cpp, z80dma.cpp: started removing MCFG macros (nw) Ivan Vangelista2018-08-291-15/+15
* z80pio.cpp: removed macros (nw) Ivan Vangelista2018-08-281-2/+2
* srcclean and manual fixup (nw) Vas Crabb2018-08-261-4/+4
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-2/+1
* (nw) xor100 : notes Robbbert2018-08-021-1/+1
* (nw) super6 : notes, cleanup Robbbert2018-07-281-52/+47
* devcb3 Vas Crabb2018-07-071-14/+14
* super6.cpp: Wrong tag specified, oops (nw) AJR2018-06-221-1/+1
* com8116: Standardize nibble-packed write handlers; disable FX4 timer if not n... AJR2018-06-221-27/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-10/+10
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-2/+2
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-8/+8
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* 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-4/+5
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-15/+17
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* 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-1/+1
* S-100 drivers tagged for future reference (nw) AJR2017-10-311-0/+1
* (nw) more cleanups Robbbert2017-10-071-14/+4