summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine
Commit message (Expand)AuthorAgeFilesLines
* forgot to remove resolved read handler. (nw) smf-2013-12-232-5/+1
* removed removed unused rxd callback from MC6854 (this also appears to be most... smf-2013-12-232-4/+0
* removed unused rxd callback from MC6852 (which is only a skeleton) [smf] smf-2013-12-232-9/+12
* removed unused rxd callback from z80sti [smf] smf-2013-12-232-5/+0
* forgot to actually remove the rxd callback variable. (nw) smf-2013-12-232-6/+1
* changed write_rx to update the correct variable (nw) smf-2013-12-231-1/+1
* removed unused rxd callback from mos6551 and made devcb2 consistent with othe... smf-2013-12-232-39/+34
* replaced read rx callback in IM6402 with a write handler, which allows multip... smf-2013-12-232-8/+14
* replaced read rx callback in MC2661 with a write handler, which allows multip... smf-2013-12-222-7/+1
* replaced read rx callback in Z80DART (and clones) with a write handler, which... smf-2013-12-222-14/+22
* Netlist: introduced more consistent and general state saving. Useful for regr... Couriersud2013-12-221-27/+11
* replaced read rx callback in MC68901 with a write handler, which allows multi... smf-2013-12-222-349/+28
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... smf-2013-12-222-14/+31
* replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which al... smf-2013-12-222-34/+36
* Netlist and Pong: Couriersud2013-12-202-15/+111
* Pong update: Couriersud2013-12-191-8/+14
* removed unused structure (nw) smf-2013-12-181-8/+0
* uses device_mconfig_additions() to add ata slots, which allows you to just ad... smf-2013-12-174-19/+43
* Netlist: Couriersud2013-12-171-0/+44
* Netlist & pong: Couriersud2013-12-162-1/+9
* Netlist: Couriersud2013-12-162-18/+82
* wicat: Hooked up CRTC and DMA on terminal board. There is now a basic displa... mahlemiut2013-12-161-1/+1
* wicat: Got the main board to start sending data to the terminal board. mahlemiut2013-12-142-5/+107
* Netlist: Couriersud2013-12-141-4/+4
* Added a core for uPD4992 RTC, used by Othello Derby and Power Kick [Angelo Sa... Angelo Salese2013-12-083-0/+239
* improved logging (nw) smf-2013-12-081-2/+10
* Partial revert of r26391 to avoid regression. (nw) Ivan Vangelista2013-12-084-7/+7
* Created DS1204 device & switched megatouch to use it instead of it's own loca... smf-2013-12-063-0/+469
* Added a work round so that CR589 firmware updating works again, either from t... smf-2013-12-021-43/+53
* remodernised x76f041/x76f100 & zs01 so that logging becomes easy again & uses... smf-2013-12-028-692/+811
* finished modernising i2cmem [smf] smf-2013-12-012-95/+84
* flag pins are inverted Michaƫl Banaan Ananas2013-11-302-12/+12
* fix for divide by zero, if there is no chd. (nw) smf-2013-11-281-4/+10
* Added pdir register Angelo Salese2013-11-262-3/+23
* Death to m68kfmly.c/.h, hooked parallel port to TMP68301 (very preliminary) Angelo Salese2013-11-262-5/+67
* Fixed long standing regression bug with Real Break flipscreen Angelo Salese2013-11-252-5/+61
* Netlist: Introducing type safe parameters. Couriersud2013-11-251-10/+16
* Fixed regression with csplayh5.c Angelo Salese2013-11-252-3/+49
* Netlist: Added pascal like strings (pstring) class. These use only size(void ... Couriersud2013-11-242-5/+5
* Updated bfm fruit drivers to use the n68681 device. (nw) Ivan Vangelista2013-11-244-7/+7
* Netlist: Reworked object model a bit. Couriersud2013-11-232-1/+3
* upd765: Fixed sense drive status command, and allow floppy connectors without... Curt Coder2013-11-221-5/+4
* Calculate seek time using tracks rather than sectors, assuming that reading a... smf-2013-11-212-13/+26
* (mess) isbc: add isbx-218a floppy controller [Carl] cracyc2013-11-201-1/+1
* (MESS) wmbullet: Fixed floppy. [Curt Coder] Curt Coder2013-11-201-2/+2
* (mess) diserial: double half cycle freq and add timer callbacks to terminal a... cracyc2013-11-192-0/+6
* (MESS) ti99_8: Using the new speech rom dumps with proper bit order; Michael Zapf2013-11-192-16/+36
* wd_fdc: Set CRC error bit if CRC error found during Read Address command. Tik... Curt Coder2013-11-191-0/+4
* fixed compiling with MSVC, added enums for T10 commands, moved seek(6) from 2... smf-2013-11-197-735/+799
* diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert] Olivier Galibert2013-11-1819-139/+151