summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/apple1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (MESS) Apple 1: Added support for expansion slot, moved cassette interface to... R. Belmont2014-04-191-108/+0
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-24/+3
* small MACHINE_RESET cleanup Oliver Stöneberg2013-08-051-4/+0
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-3/+3
* cleanup (nw) Miodrag Milanovic2013-04-191-4/+3
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-1/+1
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-12/+11
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-7/+2
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-5/+5
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-4/+5
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-66/+66
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-21/+10
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-37/+37
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-3/+3
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+2
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+554