summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Replaced FLAG fake IO port with a DEVCB2 callback [smf] smf-2014-01-1120-69/+79
|
* fixed slither/slithera pia hookup (nw) smf-2014-01-111-0/+2
|
* Added write_sense to S2650 CPU and use it for pipbug serial port, Hunchback ↵ smf-2014-01-109-35/+34
| | | | (Galaxian Hardware) and replace calls to set_input_line(1 in lazercmd.c & meadows.c [smf]
* i8089: fix small bugs (nw) cracyc2014-01-107-17/+76
| | | isbc: put fdc by default on 215 board as most real machines would (nw)
* docastle.c: add note about crtc and visible area, remove obsolete comments (nw) Alex W. Jackson2014-01-101-5/+11
|
* (MESS) softbox: Fixed validation. (nw) Curt Coder2014-01-103-8/+6
|
* (MESS) Moved files to emu/bus. (nw) Curt Coder2014-01-1015-53/+335
|
* fix for FATALERROR: devcb2_write: Error performing a late bind of type ↵ smf-2014-01-101-2/+2
| | | | 13m6809e_device to 12m6809_device (name=m6809_device::firq_line) (nw)
* fix building with standard development tools (nw) smf-2014-01-101-0/+4
|
* Removed pointless "...->object()->" usage and fixed some issues in debug ↵ Couriersud2014-01-107-87/+83
| | | | build. No wn
* standardised 7474 MCFG and reduced number of run time lookups (nw) smf-2014-01-1012-95/+109
|
* fixed pc1403 & pc1403h crashing and standardised devcb2 callbacks (nw) smf-2014-01-103-38/+59
|
* Fixed c128 starting up and changed reset line on c64 cartridges to active ↵ smf-2014-01-108-8/+8
| | | | low. (nw)
* fixed crash caused by incorrect tag (nw) smf-2014-01-101-2/+2
|
* Quite a number of simplifications for netlist. Also tested some parallel ↵ Couriersud2014-01-1021-656/+876
| | | | processing using OpenMP (disabled). No wn
* Fixed atari 5200 startup (nw) smf-2014-01-101-0/+2
|
* Stop ec65k from crashing by creating it's own class, the hardware appears ↵ smf-2014-01-101-3/+12
| | | | very different to ec65 anyway (nw)
* Fixed c64gs crash at startup, need to specify the actual type because ↵ smf-2014-01-101-2/+2
| | | | cia1_pb_r isn't virtual (nw)
* v810.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2014-01-102-788/+710
|
* moved variables (nw) smf-2014-01-102-25/+25
|
* Call set_data_frame() before stc_rcv_rate() in a few more places, as since ↵ smf-2014-01-104-6/+6
| | | | r26274 there is random behaviour if you don't [smf]
* hooked up RS232 port [smf] smf-2014-01-101-12/+9
|
* call set_data_frame() before calling set_rcv_rate() as otherwise it ↵ smf-2014-01-101-1/+1
| | | | acccesses m_synchronous before it is set leading to random behaviour [smf]
* add support to compile windows builds with gcc 4.8.2 x64 only produce ↵ Miodrag Milanovic2014-01-101-0/+3
| | | | working code (nw)
* Clang compile fix (nw) R. Belmont2014-01-101-2/+1
|
* New games added as GAME_NOT_WORKING R. Belmont2014-01-102-2/+33
| | | | | | ----------------------------------- Club Kart Prize [gamerfan, rtw, Smitdogg, The Dumping Union, R. Belmont]
* (MESS) DEC Rainbow updates: R. Belmont2014-01-104-176/+61
| | | | | | | | - Removed preliminary keyboard/sound hacks [Bavarese] - Improved LK201 mapping (KBD13 keys, keys > F12) [Bavarese] - Layout LED polarity fixed [Bavarese] - Improved (still imperfect) bidirectional comms with LK201 [R. Belmont]
* i8251: as per the manual, disabling Tx mid-byte should wait for transmission ↵ R. Belmont2014-01-102-15/+45
| | | | to finish [R. Belmont]
* Added a note (nw) Wilbert Pol2014-01-091-0/+2
|
* (MESS) New working system: Wilbert Pol2014-01-093-25/+211
| | | | Bandai Super Vision 8000 [ranger_lennier, and Charles McDonald, Wilbert Pol, Robbbert]
* (MESS) ppc640: Added modem CPU ROM. [incog] Curt Coder2014-01-091-0/+3
|
* a7800.c - Corrected joystick buttons assignment & minor palette notes ↵ Scott Stone2014-01-091-8/+10
| | | | cleanup. [Robert Tuccitto]
* likely the correct patch, game still doesn't work [ElSemi] David Haywood2014-01-091-1/+2
|
* (MESS) sv8000 : fixed screen size in gunfight game. Robbbert2014-01-091-6/+10
|
* preliminary patches for Donggul Donggul Haerong [ElSemi] David Haywood2014-01-091-1/+20
| | | | (still doesn't work, but at least boots now)
* (MESS) sv8000 : connected up remaining keys, all games are playable Robbbert2014-01-091-34/+52
|
* new clone added Brian Troha2014-01-092-8/+39
| | | | | | | Out of whatsnew: This new dump is an original non patched dump of rom 1. The older unprotected set has now been labeled as a bootleg. New Clone Added -------------------------------------------- Rough Ranger (v2.0) [bodger319, AeroCityMayor, Brian Troha, The Dumping Union]
* new clones David Haywood2014-01-092-1/+27
| | | Pocket Gals V.I.P [bodger319, AeroCityMayor, Brian Troha, The Dumping Union]
* (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 Z80DART parity selection [smf] smf-2014-01-081-2/+2
|
* 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
|
* note Michaël Banaan Ananas2014-01-081-2/+6
|
* small workaround for airco22b garbage sprite Michaël Banaan Ananas2014-01-081-2/+6
|
* added keycus RNG similar to other namco hw Michaël Banaan Ananas2014-01-082-40/+64
|
* Changed serial terminal to use separate data bits/parity and stop bit ↵ smf-2014-01-0814-70/+105
| | | | settings to allow more diversity.
* new clones David Haywood2014-01-083-4/+36
| | | Happy 6-in-1 (ver. 102CN) [rtw] (becomes the new parent, old parent is now happy6101)