summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/isbc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* -bus/apricot/expansion/expansion, bus/isbx, cpu/i8086, cpu/i8089, : Removed M... mooglyguy2018-12-151-35/+41
* machine/pic8259.h: removed MCFG macros (nw) Ivan Vangelista2018-10-311-1/+1
* pit8253.h: removed MCFG macros (nw) Ivan Vangelista2018-10-301-24/+24
* rs232: some more MCFG removal (nw) Ivan Vangelista2018-10-191-25/+25
* i8251: Provide standard read/write handlers; eliminate memory space as argume... AJR2018-09-161-8/+4
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-6/+6
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-8/+8
* i8251: Removed MCFG, nw mooglyguy2018-08-291-14/+14
* z80scc.cpp, z80sio.cpp: deMCFGfied; 8530scc.cpp: removed macros which weren't... Ivan Vangelista2018-08-271-1/+1
* z8536.cpp, z80sti.cpp: deMCGF; z80sio.cpp: started deMCFG (nw) Ivan Vangelista2018-08-241-15/+15
* (nw) terminal tidy-up Robbbert2018-08-111-1/+0
* remove lots of MCFG_ (nw) Vas Crabb2018-07-171-32/+31
* devcb3 Vas Crabb2018-07-071-40/+12
* move more stuff behind private: (Part H, I, J) (nw) (#3707) David Haywood2018-06-271-8/+9
* altos8600, isbc_208, isbc_215g, m20_8086, psxcd, saturn, sun3x, z100: Removed... mooglyguy2018-06-221-4/+3
* 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-6/+6
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-16/+16
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-5/+5
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-28/+31
* 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