summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/mc80.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* z80dart: converted to use devcb2. nw. Fabio Priuli2014-04-291-24/+0
* z80pio: converted to use devcb2. nw. Fabio Priuli2014-04-291-33/+0
* z80ctc: converted to use devcb2. nw. Fabio Priuli2014-04-281-25/+0
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-2/+0
* replaced read rx callback in Z80DART (and clones) with a write handler, which... smf-2013-12-221-2/+4
* (MESS) Refactored drivers to use z80dart.c instead of z80sio.c, the easy part... Curt Coder2013-05-271-8/+19
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+2
* IRQ_CALLBACK modernization part 3 (no whatsnew) Miodrag Milanovic2013-01-311-4/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-16/+15
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-4/+4
* Memory handler normalization, part 1. Aaron Giles2012-09-171-6/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+4
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* [MC8030] Added notes, connected up devices (nw) Robbbert2012-08-221-12/+13
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+203