summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/jr200.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-5/+6
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-5/+5
* Copyright update. Please let me know if there's a blank and you would like to... Angelo Salese2013-10-151-0/+2
* Mumbo-jumbo crediting crap Angelo Salese2013-05-261-1/+1
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-2/+2
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-20/+19
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-5/+5
* (MESS) jr200.c: tagmap cleanups (nw) Wilbert Pol2013-01-261-33/+66
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-11/+11
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-3/+4
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-6/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-18/+16
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-4/+4
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+574