summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/jr100.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-8/+2
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-1/+0
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+1
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-18/+5
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-1/+1
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-2/+2
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-2/+2
* cleanup (nw) Miodrag Milanovic2013-04-191-18/+17
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-2/+4
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-3/+3
* speaker tag lookup removal, also no need to use universal tag, since easier n... Miodrag Milanovic2013-04-121-2/+2
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-19/+18
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-6/+6
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-6/+7
* (MESS) jr100.c: Tagmap cleanups (nw) Wilbert Pol2013-01-261-34/+63
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-36/+36
* srcclean (nw) Curt Coder2012-10-071-2/+2
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-17/+18
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-8/+8
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-3/+3
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-7/+7
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-8/+8
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+410