summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/isbc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-8/+8
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-100/+100
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+3
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-84/+93
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-3/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-9/+18
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-14/+14
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-6/+12
* srcclean (nw) Vas Crabb2017-10-221-2/+2
* isbc: these break the SCT (nw) cracyc2017-09-301-2/+2
* Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-241-1/+2
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-4/+12
* isbc8630: Add 74LS259 "status register" (only partly implemented) AJR2017-07-301-0/+79
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-20/+20
* srcclean (nw) Vas Crabb2017-03-261-10/+10
* isbc: more ram, maybe (nw) cracyc2017-03-191-2/+34
* isbc2861: hooked up the SIO irq through the 8259 and removed the m1_r() worka... Joakim Larsson Edstrom2017-03-191-2/+5
* Changed to use z80sio.cpp i8274 device driver instead of z80dart.cpp's Joakim Larsson Edstrom2017-02-181-4/+101
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* upd765: isbc215 format expects sector size to be in result (nw) cracyc2016-12-031-0/+1
* isbx_218a: 8" floppy support (nw) cracyc2016-12-031-0/+1
* new not working cracyc2016-12-021-14/+33
* new working cracyc2016-11-261-7/+14
* isbc_208: add device [Carl] cracyc2016-11-261-2/+21
* new not working cracyc2016-11-251-2/+22
* Promote to working cracyc2016-11-241-5/+11
* isbc: fix boot (nw) cracyc2016-08-061-0/+11
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-3/+3
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-6/+6
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+367