summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ex800.c
Commit message (Collapse)AuthorAgeFilesLines
* (MESS) ex800: Refactored Epson EX-800 from a driver into a Centronics ↵ Curt Coder2014-06-111-473/+0
| | | | device. (nw)
* upd7810.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2014-02-211-14/+0
|
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-3/+3
|
* add license info for some things i worked on, some small cleanups Dirk Best2013-10-171-5/+5
|
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-0/+2
|
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-8/+8
|
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+4
|
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-6/+6
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-7/+7
|
* Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) Miodrag Milanovic2012-09-191-5/+5
|
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-5/+4
| | | | changed to be members of state classes (no whatsnew)
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
| | | | | | | and cputag_set_input_line_and_vector, replacing them with machine.device("tag")->execute().set_input_line[_and_vector]. [Aaron Giles]
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-23/+23
| | | | | | Convert all cpu_get_pc() to safe_pc() and cpu_getpreviouspc() to safe_basepc(). Removed the old macros.
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+484