summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/8042kbdc.c
Commit message (Expand)AuthorAgeFilesLines
* -8042kbdc: fix uninitialized variable [Peter Ferrie] Miodrag Milanovic2013-05-091-0/+1
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+1
* more cleanup (nw) Miodrag Milanovic2013-04-191-1/+0
* removed some duplicated and not used code for pc keyboard and moved stuff nee... Miodrag Milanovic2013-04-191-0/+2
* 8042kbdc is now device (nw) Miodrag Milanovic2013-04-191-155/+148
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-45/+45
* 8042kbdc.c [Peter Ferrie] Scott Stone2013-01-051-4/+27
* port 0x64 opcode 0xd1 should incur no delay when delivering. Miodrag Milanovic2012-10-111-1/+1
* Removed not used calls (no whatsnew) Miodrag Milanovic2012-09-261-14/+0
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-15/+15
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* removed kbdc8042 32bit access functions (nw) Miodrag Milanovic2012-05-241-15/+0
* Clean-ups and version bumpmame0144u4 Angelo Salese2011-12-241-2/+2
* Other improvements to California Chase, it shows Windows 98 logo [Grull Osgo] Angelo Salese2011-12-241-0/+5
* Fix for 8042kbc.c irq generation, now California Chase correctly accept keybo... Angelo Salese2011-12-211-1/+9
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-5/+5
* BIG update. Aaron Giles2011-03-291-23/+23
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2
* Remove remaining references to machine->cpu[n]. Removed cpu[n] array. Aaron Giles2009-09-081-1/+1
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-22/+22
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-3/+2
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+2
* Fix 8042kbdc.c and pci.c warnings Couriersud2008-11-141-4/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-6/+6
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* Here's another MAME tidy patch. This one adds missing const/statics, Aaron Giles2008-11-021-1/+3
* Removed a no longer needed #ifdef MESS part Wilbert Pol2008-07-121-3/+0
* Passing a running_machine parameter Nathan Woods2008-06-061-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-2/+1
* Removed the hardcoded dependency on a 8254 device from the 8042kbdc code. Cha... Wilbert Pol2008-04-081-2/+3
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-02-031-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-1/+1
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+622