summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/mc80.c
Commit message (Collapse)AuthorAgeFilesLines
* replaced read rx callback in Z80DART (and clones) with a write handler, ↵ smf-2013-12-221-2/+4
| | | | which allows multiple chips to be connected together without using glue methods. [smf]
* (MESS) Refactored drivers to use z80dart.c instead of z80sio.c, the easy ↵ Curt Coder2013-05-271-8/+19
| | | | part. (nw)
* 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
| | | | | | | | | | | | | READ/WRITE_DEVICE*_HANDLERs are now passed an address_space &, and the 8-bit variants get a mem_mask as well. This means they are now directly compatible with the member function delegates. Added a generic address space to the driver_device that can be used when no specific address space is available. Also added DECLARE_READ/WRITE_DEVICE*_HANDLER macros to declare device callbacks with default mem_mask parameters. [Aaron Giles]
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-4/+4
| | | | changed to be members of state classes (no whatsnew)
* 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