summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/horizon.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-221/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-2/+2
* Start adding owners to files in MESS and updated license for PeT (nw) Miodrag Milanovic2015-05-081-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-8/+8
* (MESS) s100: devcb2. (nw) Curt Coder2014-03-141-22/+2
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-38/+13
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-12/+11
* Changed parity & stop bits to an enum (you can now pass in 1.5). I've updated... smf-2014-01-131-2/+4
* Changed serial terminal to use separate data bits/parity and stop bit setting... smf-2014-01-081-2/+4
* reduce dependency mak files by 130k (nw) smf-2013-12-291-0/+8
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... smf-2013-12-221-4/+6
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-29/+2
* (MESS) s100: Moved under emu/bus. (nw) Curt Coder2013-10-201-3/+1
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-13/+14
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-21/+21
* (MESS) mpz80: Refactored to use serial terminal thru an RS-232 port. [Curt Co... Curt Coder2013-05-191-1/+0
* more explicit descriptions for the two 'horizon' things too, keeps -validate ... David Haywood2013-05-191-1/+1
* and parent (nw) Curt Coder2013-05-191-1/+1
* Fix name collision. (nw) Curt Coder2013-05-191-3/+3
* (MESS) horizon: WIP. (nw) Curt Coder2013-05-191-61/+215
* (MESS) Added software lists for NorthStar Horizon/Advantage floppies. [Dave D... Curt Coder2013-05-191-0/+3
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+2
* 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-6/+7
* 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/+122