summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apricot.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* apricot: Fix keyboard error 31, now displays 'System OK' Dirk Best2016-12-201-1/+2
* pit8253: Reading back the count while in the middle of a 16-bit write returns... Dirk Best2016-12-191-2/+2
* Erase bitmap_rgb32::erase (nw) AJR2016-10-221-1/+1
* Improvements to rgb_t (nw) AJR2016-10-221-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* apricot: rename apricot_keyboard_device to avoid clashes Dirk Best2016-07-301-1/+1
* apricot: create bus interface for the keyboard interface, make hle keyboard e... Dirk Best2016-07-301-5/+5
* apricot: move expansion bus to its own directory Dirk Best2016-07-301-1/+1
* apricot.cpp: fix for fatal error by Duke (nw) Ivan Vangelista2016-06-161-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Add support to adjust the screen color Dirk Best2016-03-121-2/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1