summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/super80.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-995/+0
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* Super80: added interface for future software list. Robbbert2021-05-161-10/+16
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-4/+4
* super80: natural keyboard cleanup; handle the @-key mistake Robbbert2020-09-071-77/+83
* (nw) super80: reworked the address maps again Robbbert2020-05-161-15/+8
* lots of files: simplified handlers (nw) Ivan Vangelista2020-05-141-4/+4
* (nw) super80: more cleaning Robbbert2020-05-131-19/+15
* (nw) super80: take debug side effect into account. Robbbert2020-05-131-6/+7
* (nw) super80: update notes Robbbert2020-05-091-7/+1
* (nw) super80 : save state support Robbbert2020-05-071-6/+7
* New working software items Robbbert2020-05-071-0/+1
* (nw) super80: cleanup (step 1) Robbbert2020-05-031-179/+156
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-5/+5
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+3
* super80 : fine-tuned compatibility of swlist. Robbbert2019-09-231-0/+16
* (nw) super80r : fixed floppy-disk, now that finally an example disk turned up. Robbbert2019-08-031-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-4/+2
* (nw) removed unneccesary casting of cassette_state; Robbbert2019-06-291-2/+2
* (nw) cassette cleanup Robbbert2019-05-171-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-4/+4
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-4/+4
* Make the delay for snapshot/quickload an attotime, and allow implicit zero. ... Vas Crabb2019-02-061-4/+4
* Start cleaning up palette configuration: Vas Crabb2018-12-291-4/+4
* -bus/nes/jaleco, pt554, bus/nes_ctrl/ctrl, hori, joypad: Removed MCFG and MAC... mooglyguy2018-12-201-83/+83
* mc6845: first part of MCFG macros removal (nw) Ivan Vangelista2018-11-191-4/+5
* wd11c00_17, wd2010, wd33c93, wd7600, x76f041, x76f100, ym2148, ym3802: remove... Ivan Vangelista2018-09-041-2/+2
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-8/+10
* z80dart.cpp, z80dma.cpp: started removing MCFG macros (nw) Ivan Vangelista2018-08-291-7/+7
* z80pio.cpp: removed macros (nw) Ivan Vangelista2018-08-281-8/+8
* super80 : split software list between the 32 & 80-column versions Robbbert2018-07-241-1/+5
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-2/+2
* 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-28/+28
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-21/+21
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-2/+2
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-3/+3
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-10/+10
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-7/+7
* (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-30/+30
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4
* -output: Removed legacy output accessors from super80, taitojc, tceptor, tehk... mooglyguy2018-04-051-0/+5
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-73/+80
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-4/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-7/+7
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2