summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pegasus.c
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 core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-1/+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
* remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw) smf-2014-01-071-11/+11
* fixed swapped cb1 & ca2 read callbacks during conversion (nw) smf-2014-01-061-1/+1
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-36/+15
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-0/+2
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-1/+1
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-3/+3
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-2/+1
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-6/+6
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+1
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-8/+9
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-10/+15
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-27/+27
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-2/+2
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-3/+4
* removed local macros since macros with same name but different syntax will be... Miodrag Milanovic2012-09-121-8/+4
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+578