summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/agat.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* agat: Nippel Clock slot device (#5425) shattered2019-08-041-0/+2
* srcclean (nw) Vas Crabb2019-07-281-3/+3
* (nw) get rid of wave.h usage part 1 Robbbert2019-07-061-2/+1
* agat: basic emulation of agat9 (video, apple compat mode, LLE floppy) Sergey Svishchev2019-07-021-140/+607
* (nw) removed unneccesary casting of cassette_state; Robbbert2019-06-291-2/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-17/+18
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-18/+17
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-251-8/+8
* a2bus: Replace CPU finder with address space finder; make DMA line an explici... AJR2019-01-221-5/+6
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-2/+2
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-2/+2
* Don't #include legacy header "flopdrv.h" except where it's still used (nw) AJR2018-11-251-3/+0
* k033906,k053252,k054321,k056230,kb3600,kr2376: De-MCFG, nw mooglyguy2018-09-051-14/+14
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-4/+1
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-5/+1
* private: use (W,X,Y,Z,#) (#3721) David Haywood2018-07-011-2/+4
* agat, ec184x, enmirage, jpmimpact, jpmmps, jpms80: Removed machine().device, nw mooglyguy2018-06-221-11/+6
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-15/+15
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-5/+5
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* (nw) More next-generation machine configuration WIP and bus modernisation - s... Vas Crabb2018-05-071-8/+7
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-11/+11
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-7/+8
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-23/+25
* agat, apple3: Remove unnecessary dependency on legacy Apple ][ emulation (nw) AJR2018-03-081-2/+9
* Grammar police (nw) Olivier Galibert2018-02-241-12/+12
* agat7: add serial/parallel interface card, hardcoded into Agat-Author configu... Sergey Svishchev2018-02-131-2/+3
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* memory: Remove some space parameters from the apple2 domain [O. Galibert] Olivier Galibert2017-12-191-10/+10
* space.machine -> machine (nw) Olivier Galibert2017-12-141-4/+4
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-137/+203
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-203/+137
* agat7: 840KB floppy HLE; minor fixes -> mark WORKING (#2912) Sergey Svishchev2017-12-081-137/+203
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4
* srcclean (nw) Vas Crabb2017-03-261-18/+18
* agat: split from apple2, implement basic agat7 hardware (take 2). Sergey Svishchev2017-03-161-0/+1115