summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/samcoupe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixes (nw) Miodrag Milanovic2015-05-141-3/+0
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-1/+1
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-2/+2
* add license info for some things i worked on, some small cleanups Dirk Best2013-10-171-1/+4
* MESS anonymous timers this time. (nw) Andrew Gardner2013-05-231-2/+2
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-11/+11
* small machine().root_device() cleanup (nw) Miodrag Milanovic2013-04-181-3/+3
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-51/+46
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-5/+5
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-11/+11
* (MESS) samcoupe.c: modified the driver to not install / uninstall bank handle... Fabio Priuli2012-10-121-1/+70
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-8/+7
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-5/+4
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-2/+2
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-5/+5
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-30/+30
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-19/+17
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+278