summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/apollo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-2/+6
* m68000 callbacks to delegates (nw) Miodrag Milanovic2014-04-221-22/+17
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-24/+23
* modernized apollo a little bit more (nw) Miodrag Milanovic2014-04-021-12/+12
* n68681: Renamed to mc68681. (nw) Curt Coder2014-03-181-16/+16
* (MESS) apollo: Separate 3c505 out into an ISA16 card. [R. Belmont] R. Belmont2014-03-101-15/+0
* (MESS) apollo: sc499 cartridge tape converted to ISA [R. Belmont] R. Belmont2014-03-081-7/+1
* (MESS) apollo: Converted to use real ISA bus [R. Belmont] R. Belmont2014-03-061-106/+27
* (MESS) apollo: Cleaned up PIC8259 usage. [R. Belmont] R. Belmont2014-03-031-12/+13
* (MESS) apollo: finish devcb2'ing the keyboard (nw) R. Belmont2014-02-241-39/+21
* (MESS) More apollo updates [R. Belmont] R. Belmont2014-02-241-66/+68
* (MESS) apollo: Start modernizing/cleanup. [R. Belmont] R. Belmont2014-02-231-10/+10
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-0/+2
* massrename silliness corrections Michaƫl Banaan Ananas2013-08-131-2/+2
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-1/+0
* probably fix (somebody who knows it, please check this driver, it seems a lit... David Haywood2013-06-251-2/+1
* legacy_cpu-- David Haywood2013-06-251-6/+7
* 8237dma: convert its remaining users and kill it (nw) cracyc2013-05-301-4/+0
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-6/+6
* (MESS) Apollo updates: [Hans Ostermeyer] R. Belmont2013-05-111-21/+36
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* Mess is now free of DEVCB_HANDLER (nw) Miodrag Milanovic2013-04-051-11/+11
* (MESS) apollo.c: Some tagmap lookup reduction (nw) Wilbert Pol2013-02-091-12/+10
* IRQ_CALLBACK modernization part 2, this should give some speed to pc drivers ... Miodrag Milanovic2013-01-311-4/+5
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-38/+38
* FDC != WDC. Bad OG ;-) (nw) R. Belmont2013-01-011-6/+6
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-6/+7
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-2/+2
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-3/+3
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-19/+13
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-4/+4
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-2/+2
* And death to AM_SIZE_LEGACY. Aaron Giles2012-09-041-14/+12
* Remove commented-out references to AM_BASE/_SIZE_LEGACY. Aaron Giles2012-09-041-5/+5
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1380