summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/z9001.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-1/+1
* z80pio: converted to use devcb2. nw. Fabio Priuli2014-04-291-24/+7
* z80ctc: converted to use devcb2. nw. Fabio Priuli2014-04-281-9/+6
* generic_keyboard_device, generic_terminal_device and teleprinter_device: conv... Ivan Vangelista2014-04-091-6/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+2
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-2/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-7/+10
* (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-2/+2
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-3/+3
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-2/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-20/+20
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-1/+1
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-4/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-8/+8
* removed local macros since macros with same name but different syntax will be... Miodrag Milanovic2012-09-121-6/+3
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-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/+337