summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Version bumpmame0178 Vas Crabb2016-09-281-2/+2
|
* fix srcclean when doing multiple files in a single run (nw) Vas Crabb2016-09-281-9/+9
|
* more srcclean (nw) Vas Crabb2016-09-286-39/+39
|
* srcclean (nw) Vas Crabb2016-09-281-15/+15
|
* srcclean Vas Crabb2016-09-283-6/+6
|
* added note about too slow EAG V10 hap2016-09-281-0/+2
|
* Revert "fix disassembly if 6809 is interrupted mid-instruction [smf]" Lord-Nightmare2016-09-272-2/+2
| | | | This reverts commit 320121823c456f6a2a9f8ba37851aa13e0ab3011.
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ↵ Lord-Nightmare2016-09-27139-214/+158
| | | | | | everything in the debugger, which allows interruptible cpu's to work properly. [smf]" This reverts commit 1a186c8a3a16a7ce99d7df2dd217a7552b696c92.
* Revert "change cpu cores pcbase handling to be consistent with the majority ↵ Lord-Nightmare2016-09-2716-19/+36
| | | | | | of cpu cores, now that the debugger relies on it. (nw)" This reverts commit 2a6cbb70c4a8b2cdd6dbf6488cee92bd60fcc55e.
* tiny fix (n/w) Lord-Nightmare2016-09-271-1/+1
|
* mac.cpp: fixed Mac Classic rom label/location [Lord Nightmare] Lord-Nightmare2016-09-271-9/+10
|
* mac.cpp: split mac classic II roms up per pcb, added labels and locations ↵ Lord-Nightmare2016-09-271-4/+8
| | | | [Lord Nightmare]
* change cpu cores pcbase handling to be consistent with the majority of cpu ↵ smf-2016-09-2716-36/+19
| | | | cores, now that the debugger relies on it. (nw)
* Birdie Try: fixed "allow continue" and realized that 0x3c7 protection write ↵ angelosa2016-09-272-6/+6
| | | | is actually related with speed of the ball. Demoted to MACHINE_NOT_WORKING. (nw)
* New working machine added hap2016-09-274-7/+629
| | | | | ------------ Fidelity Chesster Challenger [hap, yovan]
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ↵ smf-2016-09-27139-158/+214
| | | | everything in the debugger, which allows interruptible cpu's to work properly. [smf]
* apollo: eliminate logerror spam on unmapped ISA access [Hans Ostermeyer] arbee2016-09-271-1/+1
|
* fix disassembly if 6809 is interrupted mid-instruction [smf] Vas Crabb2016-09-272-2/+2
|
* fix arcade build (nw) Robbbert2016-09-262-1/+1
|
* Marked all games in st0016.cpp as MACHINE_NO_COCKTAIL, nw angelosa2016-09-262-8/+13
|
* Adjusted toolchain.lua to allow DEBUG=1 builds to be modified by ↵ Scott Stone2016-09-261-5/+5
| | | | STRIP_SYMBOLS=1 (nw)
* Housekeeping (nw) Robbbert2016-09-264-14/+16
|
* fix incomplete info (n/w) Lord-Nightmare2016-09-261-4/+7
|
* Merge pull request #1454 from npwoods/change_win_get_window_text_utf8 Vas Crabb2016-09-263-21/+20
|\ | | | | Changed win_get_window_text_utf8() to return std::string
| * Changed win_get_window_text_utf8() to return std::string Nathan Woods2016-09-253-21/+20
| | | | | | | | | | | | This eliminated an unnecessary conversion step. Also, I have no idea what this WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) stuff is; it is hard to understand how it could possibly be correct because it ignores the 'window' parameter
* | New Road Riot 4WD clone briantro2016-09-252-5/+64
|/ | | | | | New Clone Added --------------------------------- Road Riot 4WD (set 1, 04 Dec 1991) [Hammy, The Dumping Union]
* ti99: More savestate enabling and cleanups. (nw) Michael Zapf2016-09-2527-144/+397
|
* srcclean (nw) Vas Crabb2016-09-26116-1205/+1196
|
* Mahjong Cafe Paradise board number (nw) Luca Elia2016-09-251-3/+3
|
* Game name fixes (nw) Luca Elia2016-09-252-3/+3
|
* Merge pull request #1444 from npwoods/imgtool_readsector_uses_stdvector Vas Crabb2016-09-269-108/+50
|\ | | | | Imgtool: Changed the read_sector apparatus to use std::vector
| * Changing bad_alloc catch declarations Nathan Woods2016-09-254-4/+4
| |
| * Putting try { ... } catch(std::bad_alloc &) { ... } around recently ↵ Nathan Woods2016-09-254-4/+9
| | | | | | | | | | | | | | | | introduced resize() calls At the very least, I suppose this doesn't hurt; I'd just like to discuss how this should work in the long run. Also, this blog entry sums up my opinion perfectly: http://christiangarbin.blogspot.com/2013/05/the-futility-of-catching-stdbadalloc.html
| * Imgtool: Changed the read_sector apparatus to use std::vector Nathan Woods2016-09-249-108/+45
| | | | | | | | | | | | | | | | This also eliminated the need for get_sector_size The asute reviewer will note that a side effect of this change is that in scenarios where we once returned IMGTOOLERR_OUTOFMEMORY, we now throw std::bad_alloc. This is deliberate. Having an error code for out of memory conditions no longer makes sense with MAME's embrace of the C++ way of doing things. It is highly likely that I will follow up this change with one that eliminates IMGTOOLERR_OUTOFMEMORY in favor of throwing std::bad_alloc. This commit also fixes a recent regression in which we passed nullptr to an std::string ctor
* | one more reference (n/w) Lord-Nightmare2016-09-251-0/+1
| |
* | mac.cpp: Use split roms for mac 128k and 512k, and document proper labels ↵ Lord-Nightmare2016-09-251-2/+24
| | | | | | | | [Lord Nightmare]
* | Dip switch fixes for Dragon World, nw Luca Elia2016-09-251-106/+98
| |
* | Merge pull request #1452 from mamehaze/shou_slap MetalliC2016-09-254-44/+117
|\ \ | | | | | | new clones - Popeye (Japan, Sky Skipper hardware) [ShouTime]
| * | (nw) David Haywood2016-09-251-1/+1
| | |
| * | (nw) David Haywood2016-09-251-5/+0
| | |
| * | new clones - Popeye (Japan, Sky Skipper hardware) [ShouTime] David Haywood2016-09-254-43/+121
| | |
* | | Merge pull request #1451 from einstein95/master R. Belmont2016-09-252-26/+26
|\ \ \ | | | | | | | | Fix megadriv.xml comment alignment and dejavuj subtitle (nw)
| * | | Fix megadriv.xml comment alignment and dejavuj subtitle (nw) einstein952016-09-262-26/+26
| | | |
* | | | Redumped graphics rom for Grand Prix '98 (V100K) [Guru] Luca Elia2016-09-251-5/+5
| | | |
* | | | x1.cpp: fix regression with Thunder Force, nw angelosa2016-09-251-15/+4
| | | |
* | | | Merge pull request #1449 from einstein95/master R. Belmont2016-09-253-31/+31
|\| | | | | | | | | | | Clickable buttons for 3bagflnz, 3bagflvt (nw)
| * | | Clickable buttons for 3bagflnz and 3bagflvt, more grammar fixes for layout ↵ einstein952016-09-253-31/+31
| | | | | | | | | | | | | | | | README
* | | | Merge pull request #1450 from rfka01/master R. Belmont2016-09-252-2/+48
|\ \ \ \ | |/ / / |/| | | Added the later 286 variant to the Siemens Simatic PG685 skeleton.
| * | | Added the later 286 variant to the Siemens Simatic PG685 skeleton. 896K RAM, ↵ rfka012016-09-252-2/+48
|/ / / | | | | | | | | | Bitmapped graphics
* | | Merge pull request #1448 from ajrhacker/amusco_pic Ivan Vangelista2016-09-251-19/+6
|\ \ \ | | | | | | | | amusco WIP: Use PIC for interrupts; correct SN type (nw)