summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/vc4000.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-1/+1
* Some changes/corrections to device descriptions from MASH and Tafoid (nw) Scott Stone2014-04-121-1/+1
* converted some more global_alloc_array() usage to dynamic_array/dynamic_buffe... Oliver Stöneberg2014-03-291-96/+87
* replaced some more malloc/free usage with global_alloc_array/global_free_arra... Oliver Stöneberg2014-03-281-2/+2
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-2/+2
* 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-4/+4
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-8/+8
* (MESS) cons <--> comp Robbbert2014-01-261-1/+1
* (MESS) elektor : added paste facility, and sample programs (nw) Robbbert2013-10-301-26/+52
* (MESS) elektor : allow quickload into pvi space (nw) Robbbert2013-10-281-20/+44
* (MESS) elektor : fixed quickload regression Robbbert2013-10-241-2/+2
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-1/+3
* (MESS) Homelab, vc4000, d6800: fixed memory leak Robbbert2013-04-281-76/+80
* cleanup (nw) Miodrag Milanovic2013-04-191-3/+3
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-4/+2
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-4/+4
* more cleanup (nw) Miodrag Milanovic2013-04-141-9/+8
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-8/+7
* (MESS) vc4000.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-011-7/+7
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-19/+19
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-7/+7
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-5/+5
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+2
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+833