summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replaced FLAG fake IO port with a DEVCB2 callback [smf] smf-2014-01-117-32/+34
* Added write_sense to S2650 CPU and use it for pipbug serial port, Hunchback (... smf-2014-01-101-8/+4
* i8089: fix small bugs (nw) cracyc2014-01-103-3/+56
* (MESS) softbox: Fixed validation. (nw) Curt Coder2014-01-101-2/+1
* (MESS) Moved files to emu/bus. (nw) Curt Coder2014-01-108-1031/+51
* fixed pc1403 & pc1403h crashing and standardised devcb2 callbacks (nw) smf-2014-01-101-24/+32
* Fixed c128 starting up and changed reset line on c64 cartridges to active low... smf-2014-01-101-1/+1
* fixed crash caused by incorrect tag (nw) smf-2014-01-101-2/+2
* Fixed atari 5200 startup (nw) smf-2014-01-101-0/+2
* Stop ec65k from crashing by creating it's own class, the hardware appears ver... smf-2014-01-101-3/+12
* Fixed c64gs crash at startup, need to specify the actual type because cia1_pb... smf-2014-01-101-2/+2
* hooked up RS232 port [smf] smf-2014-01-101-12/+9
* call set_data_frame() before calling set_rcv_rate() as otherwise it acccesses... smf-2014-01-101-1/+1
* Clang compile fix (nw) R. Belmont2014-01-101-2/+1
* (MESS) DEC Rainbow updates: R. Belmont2014-01-104-176/+61
* (MESS) New working system: Wilbert Pol2014-01-091-25/+32
* (MESS) ppc640: Added modem CPU ROM. [incog] Curt Coder2014-01-091-0/+3
* a7800.c - Corrected joystick buttons assignment & minor palette notes cleanup... Scott Stone2014-01-091-8/+10
* (MESS) sv8000 : fixed screen size in gunfight game. Robbbert2014-01-091-6/+10
* (MESS) sv8000 : connected up remaining keys, all games are playable Robbbert2014-01-091-34/+52
* (MESS) pulsarlb : final cleanup Robbbert2014-01-091-5/+0
* removed unused variables (nw) smf-2014-01-092-7/+1
* (MESS) Hooked ACIA 6850 up to Altair 8800bt [smf] smf-2014-01-091-43/+21
* Removed hack and hooked up Z80DART now that parity works. [smf] smf-2014-01-081-43/+15
* fixed order of parameters to set_data_frame() in r27006 (nw) smf-2014-01-081-1/+1
* (MESS) checkpoint (nw) Wilbert Pol2014-01-081-2/+129
* Changed serial terminal to use separate data bits/parity and stop bit setting... smf-2014-01-0813-68/+101
* Modernized beta disk device. Still needs updating to modern fdc.(nw) Ivan Vangelista2014-01-085-193/+139
* (MESS) czk80 : added devices and notes Robbbert2014-01-081-35/+182
* reverted gross hack (nw) smf-2014-01-081-49/+6
* (MESS) forgot this one (nw) Wilbert Pol2014-01-071-0/+1
* (MESS) checkpoint (nw) Wilbert Pol2014-01-072-0/+305
* Modernized kr2376 device. (nw) Ivan Vangelista2014-01-075-188/+170
* remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw) smf-2014-01-0729-352/+352
* fixed recent c64 regressions (nw) smf-2014-01-071-4/+4
* (MESS) ampro : patched out serial comms because of recent breakage elsewhere. Robbbert2014-01-071-6/+49
* (MESS) v6809 : fixed crash from r26958 Robbbert2014-01-071-4/+4
* (MESS) New not-working system [MooglyGuy, Smitdogg, The Dumping Union, TeamEu... Robbbert2014-01-072-8/+17
* (MESS) fanucs15: got the 80286 to boot correctly [Carl] R. Belmont2014-01-071-0/+2
* Fix GCC 4.8+ / Clang compiles (nw) R. Belmont2014-01-072-2/+2
* (MESS) New skeleton drivers: R. Belmont2014-01-073-0/+193
* removed a couple of CA1/CB1 involved with IEEE, pet was already pushing the s... smf-2014-01-062-6/+3
* Removed 6821 porta_r/portb_r/ca1_r/ca2_r/cb1_r/cb2_r functions as they only r... smf-2014-01-067-165/+16
* fixed swapped cb1 & ca2 read callbacks during conversion (nw) smf-2014-01-0611-24/+24
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-0647-1789/+942
* (MESS) BBC Micro keyboard LED's: [Nigel Barnes] Fabio Priuli2014-01-064-9/+116
* BBC Micro keyboard updates/fixes: [Nigel Barnes] Fabio Priuli2014-01-052-80/+100
* Use proper AY8910 mixing model for MSX. Volumes set to match MSX hardware. [D... Couriersud2014-01-051-7/+7
* More canonicalizations (nw) R. Belmont2014-01-052-16/+16
* Canonicalize more devcb2 (nw) R. Belmont2014-01-041-8/+16