summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/phunsy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* generic_keyboard_device, generic_terminal_device and teleprinter_device: conv... Ivan Vangelista2014-04-091-7/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-3/+3
* converted some more global_alloc_array() usage to dynamic_array/dynamic_buffe... Oliver Stöneberg2014-03-291-25/+15
* 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/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+5
* 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/+8
* (MESS) phunsy : tidy-up Robbbert2014-01-141-59/+64
* (MESS) phunsy : added preliminary quickload support Robbbert2014-01-131-21/+76
* Replaced FLAG fake IO port with a DEVCB2 callback [smf] smf-2014-01-111-4/+5
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-1/+1
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-3/+3
* speaker tag lookup removal, also no need to use universal tag, since easier n... Miodrag Milanovic2013-04-121-2/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-24/+23
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+3
* removed local macros since macros with same name but different syntax will be... Miodrag Milanovic2012-09-121-6/+3
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+349