summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/sun1.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-170/+0
|
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-1/+1
| | | | this better fits the drivers from MESS (which have always illogically used the GAME_ flags despite not being games) and also fits fine with arcade machines.
* Added owners and licenses for those who can be tracked (nw) Miodrag Milanovic2015-05-081-2/+2
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* generic_keyboard_device, generic_terminal_device and teleprinter_device: ↵ Ivan Vangelista2014-04-091-7/+2
| | | | converted to devcb2 (nw)
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ↵ smf-2014-02-151-4/+6
| | | | and midi devices, changed h89 to use an rs232 port to communicate with the serial terminal to instead of connecting it directly. [smf]
* z80dart: Merged in uPD7201 and modernized the interface. [Curt Coder] Curt Coder2013-05-271-1/+1
|
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+1
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+0
|
* removed local macros since macros with same name but different syntax will ↵ Miodrag Milanovic2012-09-121-2/+1
| | | | be used in general (no whatsnew)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+173