summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pc6001.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-13/+2
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-1/+0
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-3/+3
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-11/+8
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* commented legacy stuff removed Miodrag Milanovic2014-03-161-2/+0
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-2/+2
* 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-1/+1
* MCFG_DEVICE_REMOVE("palette") replaced with proper MCFG_PALETTE_MODIFY (nw) Miodrag Milanovic2014-03-071-2/+2
* 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-31/+34
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+2
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-28/+28
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-2/+2
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-13/+1
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... smf-2013-12-221-2/+0
* Copyright update. Please let me know if there's a blank and you would like to... Angelo Salese2013-10-151-0/+2
* Added dummy uPD7752 device Angelo Salese2013-08-071-43/+7
* modernised the AY8910 [smf] smf-2013-05-121-12/+12
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-4/+4
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-25/+24
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-7/+8
* IRQ_CALLBACK_MEMBER cleanup (no whatsnew) Miodrag Milanovic2013-02-181-8/+7
* (MESS) pc6001.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-101-189/+235
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-2/+3
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-34/+17
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-199/+199
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-12/+18
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-39/+39
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-7/+7
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-14/+14
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-16/+16
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-36/+37
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-90/+88
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-6/+6
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-9/+9
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+2539