summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* [CoCo] Backing out MCFG_SLOT_FIXED(true)make_coco_fdc_fixed Nathan Woods2017-02-271-4/+4
| | | | Sarayan was right; I was intoxicated from softlist poisoning
* [CoCo] Made third and fourth floppy drives on by default, and made "fixed" Nathan Woods2017-02-261-4/+4
|
* Fix MESS build (nw) AJR2017-02-261-0/+1
|
* (nw)This should fix MT 06107 but there's plenty of time for testing. Robbbert2017-02-271-3/+1
|
* Merge pull request #2096 from shattered/_52bb574 ajrhacker2017-02-2610-695/+949
|\ | | | | ie15: convert to a device with frontends (standalone driver and rs232…
| * ie15: convert to a device with frontends (standalone driver and rs232 slot ↵ Sergey Svishchev2017-02-2710-695/+949
| | | | | | | | device)
* | tattack: Update notes (nw) AJR2017-02-261-2/+26
| |
* | novag6502: update cforte todo note (nw) hap2017-02-261-3/+32
| |
* | blockade: Rewrite driver Dirk Best2017-02-265-616/+455
| | | | | | | | | | | | | | | | * Remove fake interrupts and rewrite coin handling * Use correct CPU type * Use screen raw parameters * Use generic 8x8x1 gfx layout * Update ROM filenames
* | Fixed regression pertaining to specification of empty strings as slot names Nathan Woods2017-02-273-8/+13
|/ | | | e.g. - 'next -scsibus:1 "" -listdevices'
* Fix Heathkit H-19 with Watzman ROM Mark Garlanger2017-02-261-2/+2
|
* misc companyname update (nw) hap2017-02-264-47/+48
|
* deco32: comment out popmessage (nw) hap2017-02-251-1/+1
|
* correct NEC companyname (nw) hap2017-02-2511-63/+63
|
* some chesscomputer company corrections (nw) hap2017-02-254-6/+6
|
* fidelz80: vsc pio freq was wrong (nw) hap2017-02-251-1/+1
|
* Cleanups to satisfy cuavas's OCD (#2089) kazblox2017-02-256-39/+70
| | | | | | | | | | * nes_zemina_device: cleanups marineb: moved definitions rockclim: base off mooncrst (Z80 sound code was stolen from that game and MAME code suggests that the video board uses some mooncrst logic, so...) * Googoo -> GooGoo (nw)
* moved fphantom to fidel6502 driver (nw) hap2017-02-255-185/+89
|
* fidel6502: shuffle par excellence sets, readded granits (nw) hap2017-02-252-10/+36
|
* Update mame.cpp PugsyMAME2017-02-251-0/+3
|
* Update machine.cpp PugsyMAME2017-02-251-0/+1
|
* Update main.h PugsyMAME2017-02-251-0/+1
|
* Update mame.h PugsyMAME2017-02-251-0/+2
|
* novag6502: added cforte internal layout (nw) hap2017-02-255-19/+497
|
* Netlist refactoring couriersud2017-02-255-108/+107
| | | | | - align timed_queue closer to std::priority_queue - use uint8_t in extended clock for better memory usage. - minor changes to nl_breakout.cpp (nw)
* new not working clones added Ivan Vangelista2017-02-252-21/+67
| | | | | | | | ________________________ San Francisco Rush: The Rock (Wavenet, boot rom L 1.38, GUTS Aug 19 1997 / MAIN Aug 19 1997) [Andrew Welburn, The Dumping Union] San Francisco Rush: The Rock (Wavenet, boot rom L 1.38, GUTS Aug 6 1997 / MAIN Aug 5 1997) [Andrew Welburn, The Dumping Union] the sfrushrkwo set is the only one we have that is somewhat playable, while the other two get stuck waiting for other players. Also the two new sets need quite some time to boot after controls calibration (nw)
* New working clone Ivan Vangelista2017-02-252-1/+22
| | | | | _______________ San Francisco Rush (boot rom L 1.06A) [Andrew Welburn, The Dumping Union]
* midwunit.cpp: Correct grammar - NW briantro2017-02-241-3/+3
|
* Update GLM to tip of stable branch (0.9.8.5 pre-release) - fixes build with ↵ Vas Crabb2017-02-251070-99032/+61292
| | | | | | | | MacPorts clang (nw) In future, could people please use stable branches when updating 3rd-party libraries, not unstable development snapshots? It will help with stability.
* Fix build (nw) AJR2017-02-242-2/+2
|
* Removed colon (":") from image_interface preventing front-ends from ↵ gordon-fish2017-02-251-1/+1
| | | | | launching ColecoVision software Removed colon (":") from image_interface value that was preventing some front-ends, such as QMC2, from being able to launch ColecoVision software from the software list (the software rom itself ended up being omitted so it just booted the main BIOS, like starting a real CV without a game inserted.) (nw)
* Fix Heath H19 keyboard (#2066) Mark Garlanger2017-02-255-184/+655
| | | | | * Fix Heath H19 keyboard * Fix how enable/disable of 25th line is handled. * Updated to use internal ROM in MM5740.
* Merge pull request #2086 from kazblox/master ajrhacker2017-02-2418-131/+230
|\ | | | | iNES Mapper 190 support, miscellanous cleanups in some drivers
| * nes: Add Magic Kid Googoo board. Kaz2017-02-248-2/+118
| |
| * Corrected the main crystal in marineb.cpp to 12MHz as seen in PCB photos. Kaz2017-02-0610-129/+112
| | | | | | | | | | | | Cleaned up clock definitions in galaxian driver. Moved ladybugg from galaxold to galaxian drivers.
* | midwunit.cpp: Cut-n-paste fix - NW briantro2017-02-241-1/+1
| |
* | new Open Ice clone briantro2017-02-242-9/+45
| | | | | | | | | | | | New Clone Added -------------------------------------------- 2 On 2 Open Ice Challenge (rev 1.2A) [Brian Troha, Sean Sutton, Smitdogg, The Dumping Union]
* | mediagx.cpp: documented an earlier bios version. Doesn't seem compatible ↵ Ivan Vangelista2017-02-241-0/+4
| | | | | | | | with the HDs available. (nw)
* | Fix clang-5.0 warning .. Maximum of unsigned X and 0 is always X. (nw) couriersud2017-02-241-1/+1
| |
* | Fix netlist stats collection. Code refactoring: couriersud2017-02-249-245/+161
| | | | | | | | | | | | | | Small improvement for 7493. Convert 9316 from subdevice to delegate. Convert 74107 from subdevice style to delegate. Also refactored inconsistencies in other parts of the code. (nw)
* | Added a heap priority queue to the netlist source. couriersud2017-02-242-7/+127
| | | | | | | | | | This is currently not used since performance drops by about 40%. The typical use case would be circuits a lot more complex than those we currently emulate where the 2*log(n) advantage really applies. (nw)
* | new clone added as NOT_WORKING MetalliC2017-02-242-2/+13
| | | | | | | | | | ------------------------------ OutRun 2 Special Tours (GDX-0014) [Ordyne, The Dumping Union]
* | ti99: Fix GROM issues with 99/4; clock turned off too early Michael Zapf2017-02-241-1/+1
| |
* | chihiro.cpp: redumped Ollie King (GDX-0007) [Ordyne, The Dumping Union] MetalliC2017-02-241-1/+1
| |
* | ti99: Added initializations to prevent 99/4 from crashing on startup Michael Zapf2017-02-241-0/+8
| |
* | don't assume thread is always started (nw) Vas Crabb2017-02-241-3/+2
| |
* | Fixed an issue where device options (e.g. -cart) were reported as unknown ↵ Vas Crabb2017-02-243-29/+32
|\ \ | | | | | | | | | | | | | | | | | | when they actually worked (#2081) Conflicts: src/frontend/mame/clifront.cpp
| * | The recent softlist cleanup broke -console; this fixes it Nathan Woods2017-02-241-25/+25
| | | | | | | | | | | | The reason is that the LUA console, HTTP server and other features relied on the command line arguments being "pre-parsed". Part of the softlist cleanup was to sanitize where command line parsing occurs. This change moves the setup of the LUA console (and other capabilities such as the HTTP server) to the correct place in the new order.
| * | naomi.cpp: dumped "Ferrari F355 Challenge (deluxe, no link)" Japan BIOS ↵ MetalliC2017-02-231-2/+5
| | | | | | | | | | | | [Ordyne, The Dumping Union]
* | | Vas feedback Nathan Woods2017-02-232-11/+4
| | |