summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pes.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* generic_keyboard_device, generic_terminal_device and teleprinter_device: conv... Ivan Vangelista2014-04-091-6/+2
* some more cleanup (nw) Miodrag Milanovic2014-03-241-11/+7
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-1/+0
* specify licenses Jonathan Gevaryahu2013-10-231-0/+2
* mcs51.c: Modernized cpu core. Wilbert Pol2013-08-271-2/+2
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-1/+1
* MESS anonymous timers this time. (nw) Andrew Gardner2013-05-231-1/+1
* modernised TMS5220 [smf] smf-2013-05-141-6/+6
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-4/+4
* make mcs51 callbacks used delegates (nw) Miodrag Milanovic2013-04-011-10/+8
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
* Minor cleanup (no whatsnew) Miodrag Milanovic2012-10-031-2/+2
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-10/+9
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-3/+3
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Get rid of devtag_reset macro. Aaron Giles2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-3/+3
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+295