summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine (follow)
Commit message (Expand)AuthorAgeFilesLines
* Modernized beta disk device. Still needs updating to modern fdc.(nw) Ivan Vangelista2014-01-082-158/+104
* Modernized kr2376 device. (nw) Ivan Vangelista2014-01-073-185/+168
* Fix GCC 4.8+ / Clang compiles (nw) R. Belmont2014-01-072-2/+2
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-0610-793/+327
* (MESS) BBC Micro keyboard LED's: [Nigel Barnes] Fabio Priuli2014-01-061-3/+8
* BBC Micro keyboard updates/fixes: [Nigel Barnes] Fabio Priuli2014-01-051-42/+6
* More canonicalizations (nw) R. Belmont2014-01-052-16/+16
* added screen visarea adjustment to mc6845 config interface Michaƫl Banaan Ananas2014-01-041-0/+2
* pf10.c: add some meat to the skeleton Dirk Best2014-01-042-25/+157
* Fixed commodore quick load by passing in the address space instead of using m... smf-2014-01-042-3/+3
* Modernized upd7002 device. (nw) Ivan Vangelista2014-01-041-4/+3
* floppy.c: add epson smd-165, used in the pf10 Dirk Best2014-01-041-3/+3
* floppy.c: add epson drives Dirk Best2014-01-041-4/+4
* px4.c: preliminary tf20 floppy support Dirk Best2014-01-034-89/+128
* removed the simplest 6522 port callbacks [smf] smf-2014-01-024-71/+79
* (MESS): Keep my style, incorporating smf's suggestions (nw) R. Belmont2014-01-021-0/+9
* Remove code obfuscation, please don't revert my changes without discussing it... smf-2014-01-021-11/+0
* missed files (nw) R. Belmont2014-01-024-80/+70
* (MESS) mac: cleanup (nw) R. Belmont2014-01-022-222/+268
* Fixed maclc booting (nw) smf-2014-01-022-0/+4
* fixed maciicx mouse (nw) smf-2014-01-011-6/+5
* I had meant to move this here (nw) smf-2014-01-011-0/+5
* missed compile error somehow (nw) smf-2014-01-011-2/+2
* Removed cb2 callback from mac drivers, you now have to push the data. [smf] smf-2014-01-014-59/+20
* Changed victor9000 keyboard to push the data line to the 6522 [smf] smf-2014-01-012-17/+21
* removed runtime via device lookups, removed ca1, cb1, ca2, cb2 callbacks from... smf-2014-01-011-63/+14
* removed oric ca1 & c2 read handlers, they were just returning what was writte... smf-2014-01-011-10/+0
* removed runtime via device lookups, removed ca1, cb1, ca2, cb2 callbacks from... smf-2014-01-011-49/+24
* removed read_ca*/read_cb* as they just returned what you'd written to the chi... smf-2014-01-011-1/+4
* converted pa* & pb* inputs to WRITE_LINE_MEMBER [smf] smf-2014-01-011-3/+10
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-319-288/+55
* z80dart: add priority and irq vector for 8274 (nw) cracyc2013-12-291-3/+3
* add a small note to lk201, n/w Jonathan Gevaryahu2013-12-291-0/+1
* Converted x68000 keyboard into a separate serial device. This allows the remo... smf-2013-12-282-0/+480
* sc61860.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2013-12-274-10/+5
* removed usage of direct handler and timers for reseting (nw) Miodrag Milanovic2013-12-272-31/+3
* changed poly88 driver to use callbacks instead of diserial connect() [smf] smf-2013-12-261-13/+8
* changed pmd85 driver to use callbacks instead of diserial connect() [smf] smf-2013-12-261-16/+6
* (MESS) commented out some unused variables (nw) Wilbert Pol2013-12-262-2/+2
* superfx.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2013-12-252-12/+7
* (MESS) DEC Rainbow updates: [M. Burke, R. Belmont] R. Belmont2013-12-252-52/+460
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-2410-56/+56
* replaced read netin/dtr1/cts2 callbacks in ZX8302 with write handlers, which ... smf-2013-12-232-15/+36
* removed removed unused rxd callback from MC6854 (this also appears to be most... smf-2013-12-231-1/+0
* removed unused rxd callback from mos6551 and made devcb2 consistent with othe... smf-2013-12-231-1/+1
* replaced read rx callback in Z80DART (and clones) with a write handler, which... smf-2013-12-2210-70/+58
* (mess) mega Soviet clone patch [shattered] cracyc2013-12-2218-390/+1876
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... smf-2013-12-2210-75/+24
* replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which al... smf-2013-12-224-40/+34
* (MESS) Rainbow 100 updates: [Bavarese] R. Belmont2013-12-202-25/+43