summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/p8k.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (MESS) p8k : sio -> dart, and kill trampolines Robbbert2014-04-291-191/+20
* z80dma: converted to use devcb2. nw. Fabio Priuli2014-04-291-12/+7
* z80pio: converted to use devcb2. nw. Fabio Priuli2014-04-291-84/+20
* z80ctc: converted to use devcb2. nw. Fabio Priuli2014-04-281-50/+19
* generic_keyboard_device, generic_terminal_device and teleprinter_device: conv... Ivan Vangelista2014-04-091-16/+4
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-15/+3
* z80dma finalized modernizing (nw) Miodrag Milanovic2014-03-151-1/+1
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+2
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-2/+5
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-2/+2
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+1
* removed implementation of legacy DEVCB_MEMORY_HANDLER and used members instea... Miodrag Milanovic2013-04-241-6/+31
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-2/+2
* pcat cleanup + removal of all not used LEGACY calls (in comments) and removal... Miodrag Milanovic2013-04-191-1/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+1
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-7/+7
* some mess modernization (nw) Miodrag Milanovic2013-04-051-49/+102
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-58/+58
* P8000_16 : Fixed regression caused by CPU redesign (nw) Robbbert2013-01-071-5/+15
* (MESS) Removed unnecessary includes, and fixed a floppy bug. (nw) Curt Coder2012-12-091-2/+0
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-7/+2
* (MESS) fixed upd765-related regressions in p8000_16, compis and sf7000. no wh... Fabio Priuli2012-10-151-2/+5
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-29/+31
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-2/+2
* MESS fixes. Aaron Giles2012-09-191-2/+2
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* (MESS) p8000, p8000_16, bigbord2: fix regression in keyboard due to 'address_... Robbbert2012-09-191-5/+7
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-30/+30
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-22/+23
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-5/+5
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+794