summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/concept.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-4/+4
* (MESS) concept: Misc fixes/cleanup, CCOS boots now from 8" floppies. [R. Belm... R. Belmont2014-09-291-3/+12
* (MESS) concept: Hook up Apple II bus. [R. Belmont] R. Belmont2014-09-221-13/+43
* (MESS) concept: hooked up actual 6551 for keyboard, added beeper, cleaned up ... R. Belmont2014-09-211-89/+4
* (MESS) concept: fix keyboard status to not return junk data, fixes bootup wit... R. Belmont2014-09-211-3/+3
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-7/+0
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-18/+5
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-19/+18
* modernized the MM58274C RTC device. [Fabio Priuli] Fabio Priuli2013-06-011-4/+2
* (MESS) concept: minor cleanup and addition of older bios versions. nw. Fabio Priuli2013-06-011-8/+16
* (MESS) concept: added stub implementation for the expansion slots as slot dev... Fabio Priuli2013-06-011-286/+38
* 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-23/+22
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-2/+2
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-40/+40
* (MESS) concept: hooked up ACIAs (nw) R. Belmont2013-01-111-6/+11
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-24/+17
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-1/+1
* concept cleanup (nw) Miodrag Milanovic2012-09-201-46/+31
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+2
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-10/+10
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-17/+17
* Memory handler normalization, part 1. Aaron Giles2012-09-171-15/+15
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-10/+9
* 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/+728