summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/i8155.c
Commit message (Expand)AuthorAgeFilesLines
* simplified read_port + make sure portc is 6 bits wide (meyc8088.c expects d6,... Michaël Banaan Ananas2012-04-301-28/+11
* timer regs can be read too (used by meyc8088 diagnostics) Michaël Banaan Ananas2012-04-301-2/+10
* (defaulting LOG to off) Michaël Banaan Ananas2012-04-201-1/+1
* added i8156 device definition Michaël Banaan Ananas2012-04-021-2/+3
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* New games added as NOT_WORKING mariuszw12011-12-191-0/+2
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-11/+11
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-91/+52
* BIG update. Aaron Giles2011-03-291-1/+1
* Imported some common C++ devices from MESS to emu folder. Curt Coder2011-03-281-0/+653