Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replaced read rx callback in Z80DART (and clones) with a write handler, ↵ | 2013-12-22 | 1 | -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 ↵ | 2013-05-27 | 1 | -8/+19 | |
| | | | | part. (nw) | ||||
* | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) | 2013-04-10 | 1 | -2/+2 | |
| | |||||
* | IRQ_CALLBACK modernization part 3 (no whatsnew) | 2013-01-31 | 1 | -4/+4 | |
| | |||||
* | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -16/+15 | |
| | |||||
* | Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) | 2012-10-03 | 1 | -4/+4 | |
| | |||||
* | Memory handler normalization, part 1. | 2012-09-17 | 1 | -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 ↵ | 2012-09-13 | 1 | -4/+4 | |
| | | | | changed to be members of state classes (no whatsnew) | ||||
* | Clear out remaining global inlines in diexec.h. | 2012-09-12 | 1 | -2/+2 | |
| | |||||
* | [MC8030] Added notes, connected up devices (nw) | 2012-08-22 | 1 | -12/+13 | |
| | |||||
* | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+203 | |