summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pipbug.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-8/+8
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* converted some more global_alloc_array() usage to dynamic_array/dynamic_buffe... Oliver Stöneberg2014-03-291-36/+26
* replaced some more malloc/free usage with global_alloc_array/global_free_arra... Oliver Stöneberg2014-03-281-2/+2
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-3/+3
* Changed parity & stop bits to an enum (you can now pass in 1.5). I've updated... smf-2014-01-131-2/+4
* Replaced FLAG fake IO port with a DEVCB2 callback [smf] smf-2014-01-111-7/+1
* Added write_sense to S2650 CPU and use it for pipbug serial port, Hunchback (... smf-2014-01-101-8/+4
* hooked up RS232 port [smf] smf-2014-01-101-12/+9
* Changed serial terminal to use separate data bits/parity and stop bit setting... smf-2014-01-081-2/+4
* (MESS) pipbug : fixed quickload regression Robbbert2013-10-171-1/+1
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-0/+2
* (MESS) PIPBUG: Added terminal defaults (nw) Robbbert2013-05-271-0/+6
* (MESS) pipbug, binbug, instruct: fixed memory leak Robbbert2013-04-271-47/+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
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+0
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* 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/+187