summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/cd2650.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-1/+1
* generic_keyboard_device, generic_terminal_device and teleprinter_device: conv... Ivan Vangelista2014-04-091-6/+2
* converted some more global_alloc_array() usage to dynamic_array/dynamic_buffe... Oliver Stöneberg2014-03-291-39/+29
* replaced some more malloc/free usage with global_alloc_array/global_free_arra... Oliver Stöneberg2014-03-281-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-0/+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
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-6/+9
* Replaced FLAG fake IO port with a DEVCB2 callback [smf] smf-2014-01-111-4/+5
* (MESS) cd2650 : some more tidy up (nw) Robbbert2013-10-231-74/+67
* (MESS) cd2650 : adjusted quickload to get more software working (nw) Robbbert2013-10-221-12/+7
* (MESS) binbug, cd2650 : fix quickload regression Robbbert2013-10-161-1/+1
* (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) CD2650: Added the correct gfx rom, plus a few unused ones. Robbbert2013-04-281-11/+40
* (MESS) CD2650: added beeper for morse code program Robbbert2013-04-271-53/+73
* frees the buffer after a quickload (nw) smf-2013-04-271-54/+57
* (MESS) Ravens: added cassette (not working) and quickload. Robbbert2013-04-261-5/+3
* cleanup (nw) Miodrag Milanovic2013-04-191-2/+2
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-2/+3
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-3/+3
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-4/+4
* removed local macros since macros with same name but different syntax will be... Miodrag Milanovic2012-09-121-6/+3
* 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/+295