summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/apricot.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-23/+12
* z80dart: converted to use devcb2. nw. Fabio Priuli2014-04-291-28/+8
* pic8259: remove trampolines (nw) cracyc2014-04-231-3/+1
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-3/+1
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-11/+7
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-1/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-161-12/+4
* Removed pseudo-palettes from video/generic.c. All drivers that were using the... Alex W. Jackson2014-03-131-2/+6
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-10/+9
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-1/+1
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-10/+9
* Converted SN76496 ready to DEVCB2 [smf] smf-2014-02-111-6/+0
* Updated Apricot PC centronics from the schematic (nw) smf-2014-02-101-21/+36
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-11/+29
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-0/+1
* replaced read rx callback in Z80DART (and clones) with a write handler, which... smf-2013-12-221-2/+1
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-12/+6
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-2/+2
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
* add license info for some things i worked on, some small cleanups Dirk Best2013-10-171-0/+3
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-2/+2
* i8089: converted to a proper cpu core, added debugger support and disassembler Dirk Best2013-08-241-51/+62
* i8089.c: device skeleton Dirk Best2013-08-091-6/+27
* apricot.c: updated to use the new wd2793 controller, no support for apridisk ... Dirk Best2013-08-081-42/+28
* apricot.c: connect rs232 and centronics interfaces Dirk Best2013-08-061-82/+112
* apricot.c: cleaned up, fixed regression, back to error 08 now Dirk Best2013-08-051-69/+40
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+1
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-2/+2
* (MESS) Refactored drivers to use z80dart.c instead of z80sio.c, the easy part... Curt Coder2013-05-271-7/+18
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-9/+1
* pic8259.c: Continue modernization. (nw) Wilbert Pol2013-05-141-3/+3
* (MESS) Used modern accessors for i8259. (nw) Curt Coder2013-02-021-2/+2
* IRQ_CALLBACK modernization part 3 (no whatsnew) Miodrag Milanovic2013-01-311-4/+4
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+3
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-5/+5
* Removed _new from name of modern device (no whatsnew) Miodrag Milanovic2012-10-021-2/+2
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-4/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-5/+5
* Memory handler normalization, part 1. Aaron Giles2012-09-171-9/+9
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-5/+5
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-1/+1
* added missing \n to more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-1/+1
* (MESS) Continuing new device implementation for SN76496 and clones - apricot.... Scott Stone2012-08-291-2/+18
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+416