summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pdp1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (MESS) updated crt device (used by PDP1 and TX0) to use inline configs. nw. Fabio Priuli2014-04-081-10/+5
* 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
* All MESS drivers using indirect colors now explicitly declare them [Alex Jack... Alex W. Jackson2014-03-041-1/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-10/+8
* pdp1.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2014-02-251-5/+5
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-3/+3
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* (MESS) pdp1 : marked as WORKING again. Robbbert2014-01-261-2/+2
* (MESS) PDP1 : Fixed loading of paper tape, Spacewar works again [Robbbert] Robbbert2013-07-081-4/+13
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-4/+4
* small machine().root_device() cleanup (nw) Miodrag Milanovic2013-04-181-5/+5
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-98/+89
* small cleanup (nw) Miodrag Milanovic2013-04-151-1/+1
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-2/+2
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-5/+5
* cleanup (nw) Miodrag Milanovic2013-04-141-53/+53
* machine_notify_delegate modernization (nw) Miodrag Milanovic2013-02-041-6/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-142/+142
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-41/+37
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-4/+4
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-60/+58
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-30/+24
* 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-2/+2
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-41/+41
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+2001