summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apricot.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* simplified some handlers (nw) Ivan Vangelista2020-05-131-18/+18
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-2/+2
* Fix more region widths (nw) AJR2019-11-161-2/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* Revert "apricot: Remove hardware cursor (nw)" AJR2019-08-281-1/+1
* apricot: Remove hardware cursor (nw) AJR2019-08-281-1/+1
* mc6845: More consistent identification of HD6845S variant (nw) AJR2019-05-181-4/+4
* mc6845: Use standard device method to adjust input clock (nw) AJR2019-04-281-1/+1
* z80ctc, z80dart, z80sio: Simplify read/write handlers (nw) AJR2019-03-271-4/+4
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+10
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-10/+2
* bus/apricot/expansion: Replace CPU finders with address space finders (nw) AJR2019-02-251-1/+5
* apricot: Connect expansion bus interrupts Dirk Best2019-02-231-1/+5
* sn76496.cpp : Remove unnecessary handler, Remove unnecessary arguments in ste... cam9002019-02-021-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+1
* -bus/apricot/expansion/expansion, bus/isbx, cpu/i8086, cpu/i8089, : Removed M... mooglyguy2018-12-151-29/+32
* Don't #include legacy header "flopdrv.h" except where it's still used (nw) AJR2018-11-251-1/+1
* mc6845: first part of MCFG macros removal (nw) Ivan Vangelista2018-11-191-5/+6
* machine/pic8259.h: removed MCFG macros (nw) Ivan Vangelista2018-10-311-3/+3
* wd11c00_17, wd2010, wd33c93, wd7600, x76f041, x76f100, ym2148, ym3802: remove... Ivan Vangelista2018-09-041-5/+6
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-2/+1
* -7200fifo, 7400, 7404, 74123, 74145, 74148, 74153, 74157, 74161, 74259: [Ryan... mooglyguy2018-08-111-3/+3
* (nw) 6821 and 6850 have no clock for bus logic side, remove some MFCG_, fix b... Vas Crabb2018-07-131-31/+29
* devcb3 Vas Crabb2018-07-071-14/+14
* private: use (W,X,Y,Z,#) (#3721) David Haywood2018-07-011-4/+5
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-1/+1
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-9/+9
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-11/+11
* 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) misc follow-up Vas Crabb2018-05-061-23/+23
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-45/+45
* 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-22/+24
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* 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-11/+11
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+4
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-1/+1
* z80sio: Made async receive behave more like real device. Vas Crabb2017-10-301-1/+4
* 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-1/+2
* apricot: Switch to the other Z80SIO Dirk Best2017-05-311-25/+26
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5
* Self-registering devices prep: Vas Crabb2017-02-271-10/+12
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* apricot: Initial software list Dirk Best2016-12-271-0/+3
* apricot: Use 74153 for the serial clock selector Dirk Best2016-12-261-37/+12
* apricot: Fix CTS polarity and mark as working. Dirk Best2016-12-251-6/+7