summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/dgn_beta.c
Commit message (Expand)AuthorAgeFilesLines
* no need for including assert.h since overload is in emucore.h that we already... Miodrag Milanovic2014-04-151-2/+0
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* legacy wd17xx is now also a modern device (nw) Miodrag Milanovic2014-03-181-19/+19
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-65/+3
* small MACHINE_RESET cleanup Oliver Stöneberg2013-08-051-1/+1
* (MESS) dgnbeta: Fixed regression (nw) Wilbert Pol2013-05-241-0/+2
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-5/+5
* rmnimbus cleanup and few smaller (nw) Miodrag Milanovic2013-04-221-5/+5
* small machine().root_device() cleanup (nw) Miodrag Milanovic2013-04-181-1/+1
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-95/+81
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* (MESS) Refactored all drivers to use the new MOS6551 and removed the old impl... Curt Coder2013-02-061-1/+1
* machine_notify_delegate modernization (nw) Miodrag Milanovic2013-02-041-26/+23
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-62/+62
* some cleanup (nw) Miodrag Milanovic2012-10-031-14/+11
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-130/+106
* dgnbeta fix (nw) Miodrag Milanovic2012-09-241-2/+2
* dgn_beta removal of _space_func and moving handlers to members (nw) Miodrag Milanovic2012-09-211-76/+56
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-19/+19
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-7/+7
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-17/+17
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-32/+32
* Memory handler normalization, part 1. Aaron Giles2012-09-171-21/+21
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-10/+9
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-3/+3
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-8/+8
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1317