summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/binbug.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-2/+2
* z80pio: converted to use devcb2. nw. Fabio Priuli2014-04-291-12/+7
* z80ctc: converted to use devcb2. nw. Fabio Priuli2014-04-281-9/+4
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-9/+13
* generic_keyboard_device, generic_terminal_device and teleprinter_device: conv... Ivan Vangelista2014-04-091-6/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* converted some more global_alloc_array() usage to dynamic_array/dynamic_buffe... Oliver Stöneberg2014-03-291-33/+23
* 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-2/+2
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+4
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-2/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+2
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-2/+2
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-7/+9
* Replaced FLAG fake IO port with a DEVCB2 callback [smf] smf-2014-01-111-4/+5
* (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-2/+2
* (MESS) pipbug, binbug, instruct: fixed memory leak Robbbert2013-04-271-48/+51
* 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-5/+5
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+3
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
* (MESS) DG680 : fixed on-screen clock (nw) Robbbert2013-01-191-4/+25
* (MESS) DGOSZ80 renamed to DG680; various improvements (nw) Robbbert2013-01-191-27/+103
* (MESS) saving work, screen and keyboard are working (nw) Robbbert2013-01-171-5/+32
* (MESS) Placeholder for new system (nw) Robbbert2013-01-161-5/+146
* (MESS) BINBUG : Added full implementation of DG640 video card. Improved casse... Robbbert2013-01-161-42/+117
* (MESS) New WORKING system. BINBUG. [Robbbert] Robbbert2013-01-131-0/+257