| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Version bumpmame0178 | 2016-09-28 | 1 | -2/+2 | |
| | | |||||
| * | fix srcclean when doing multiple files in a single run (nw) | 2016-09-28 | 1 | -9/+9 | |
| | | |||||
| * | more srcclean (nw) | 2016-09-28 | 6 | -39/+39 | |
| | | |||||
| * | srcclean (nw) | 2016-09-28 | 1 | -15/+15 | |
| | | |||||
| * | srcclean | 2016-09-28 | 3 | -6/+6 | |
| | | |||||
| * | added note about too slow EAG V10 | 2016-09-28 | 1 | -0/+2 | |
| | | |||||
| * | Revert "fix disassembly if 6809 is interrupted mid-instruction [smf]" | 2016-09-27 | 2 | -2/+2 | |
| | | | | | This reverts commit 320121823c456f6a2a9f8ba37851aa13e0ab3011. | ||||
| * | Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ↵ | 2016-09-27 | 139 | -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 ↵ | 2016-09-27 | 16 | -19/+36 | |
| | | | | | | | of cpu cores, now that the debugger relies on it. (nw)" This reverts commit 2a6cbb70c4a8b2cdd6dbf6488cee92bd60fcc55e. | ||||
| * | tiny fix (n/w) | 2016-09-27 | 1 | -1/+1 | |
| | | |||||
| * | mac.cpp: fixed Mac Classic rom label/location [Lord Nightmare] | 2016-09-27 | 1 | -9/+10 | |
| | | |||||
| * | mac.cpp: split mac classic II roms up per pcb, added labels and locations ↵ | 2016-09-27 | 1 | -4/+8 | |
| | | | | | [Lord Nightmare] | ||||
| * | change cpu cores pcbase handling to be consistent with the majority of cpu ↵ | 2016-09-27 | 16 | -36/+19 | |
| | | | | | cores, now that the debugger relies on it. (nw) | ||||
| * | Birdie Try: fixed "allow continue" and realized that 0x3c7 protection write ↵ | 2016-09-27 | 2 | -6/+6 | |
| | | | | | is actually related with speed of the ball. Demoted to MACHINE_NOT_WORKING. (nw) | ||||
| * | New working machine added | 2016-09-27 | 4 | -7/+629 | |
| | | | | | | ------------ Fidelity Chesster Challenger [hap, yovan] | ||||
| * | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ↵ | 2016-09-27 | 139 | -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] | 2016-09-27 | 1 | -1/+1 | |
| | | |||||
| * | fix disassembly if 6809 is interrupted mid-instruction [smf] | 2016-09-27 | 2 | -2/+2 | |
| | | |||||
| * | fix arcade build (nw) | 2016-09-26 | 2 | -1/+1 | |
| | | |||||
| * | Marked all games in st0016.cpp as MACHINE_NO_COCKTAIL, nw | 2016-09-26 | 2 | -8/+13 | |
| | | |||||
| * | Adjusted toolchain.lua to allow DEBUG=1 builds to be modified by ↵ | 2016-09-26 | 1 | -5/+5 | |
| | | | | | STRIP_SYMBOLS=1 (nw) | ||||
| * | Housekeeping (nw) | 2016-09-26 | 4 | -14/+16 | |
| | | |||||
| * | fix incomplete info (n/w) | 2016-09-26 | 1 | -4/+7 | |
| | | |||||
| * | Merge pull request #1454 from npwoods/change_win_get_window_text_utf8 | 2016-09-26 | 3 | -21/+20 | |
| |\ | | | | | Changed win_get_window_text_utf8() to return std::string | ||||
| | * | Changed win_get_window_text_utf8() to return std::string | 2016-09-25 | 3 | -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 | 2016-09-25 | 2 | -5/+64 | |
| |/ | | | | | | New Clone Added --------------------------------- Road Riot 4WD (set 1, 04 Dec 1991) [Hammy, The Dumping Union] | ||||
| * | ti99: More savestate enabling and cleanups. (nw) | 2016-09-25 | 27 | -144/+397 | |
| | | |||||
| * | srcclean (nw) | 2016-09-26 | 116 | -1205/+1196 | |
| | | |||||
| * | Mahjong Cafe Paradise board number (nw) | 2016-09-25 | 1 | -3/+3 | |
| | | |||||
| * | Game name fixes (nw) | 2016-09-25 | 2 | -3/+3 | |
| | | |||||
| * | Merge pull request #1444 from npwoods/imgtool_readsector_uses_stdvector | 2016-09-26 | 9 | -108/+50 | |
| |\ | | | | | Imgtool: Changed the read_sector apparatus to use std::vector | ||||
| | * | Changing bad_alloc catch declarations | 2016-09-25 | 4 | -4/+4 | |
| | | | |||||
| | * | Putting try { ... } catch(std::bad_alloc &) { ... } around recently ↵ | 2016-09-25 | 4 | -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 | 2016-09-24 | 9 | -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) | 2016-09-25 | 1 | -0/+1 | |
| | | | |||||
| * | | mac.cpp: Use split roms for mac 128k and 512k, and document proper labels ↵ | 2016-09-25 | 1 | -2/+24 | |
| | | | | | | | | | [Lord Nightmare] | ||||
| * | | Dip switch fixes for Dragon World, nw | 2016-09-25 | 1 | -106/+98 | |
| | | | |||||
| * | | Merge pull request #1452 from mamehaze/shou_slap | 2016-09-25 | 4 | -44/+117 | |
| |\ \ | | | | | | | new clones - Popeye (Japan, Sky Skipper hardware) [ShouTime] | ||||
| | * | | (nw) | 2016-09-25 | 1 | -1/+1 | |
| | | | | |||||
| | * | | (nw) | 2016-09-25 | 1 | -5/+0 | |
| | | | | |||||
| | * | | new clones - Popeye (Japan, Sky Skipper hardware) [ShouTime] | 2016-09-25 | 4 | -43/+121 | |
| | | | | |||||
| * | | | Merge pull request #1451 from einstein95/master | 2016-09-25 | 2 | -26/+26 | |
| |\ \ \ | | | | | | | | | Fix megadriv.xml comment alignment and dejavuj subtitle (nw) | ||||
| | * | | | Fix megadriv.xml comment alignment and dejavuj subtitle (nw) | 2016-09-26 | 2 | -26/+26 | |
| | | | | | |||||
| * | | | | Redumped graphics rom for Grand Prix '98 (V100K) [Guru] | 2016-09-25 | 1 | -5/+5 | |
| | | | | | |||||
| * | | | | x1.cpp: fix regression with Thunder Force, nw | 2016-09-25 | 1 | -15/+4 | |
| | | | | | |||||
| * | | | | Merge pull request #1449 from einstein95/master | 2016-09-25 | 3 | -31/+31 | |
| |\| | | | | | | | | | | | Clickable buttons for 3bagflnz, 3bagflvt (nw) | ||||
| | * | | | Clickable buttons for 3bagflnz and 3bagflvt, more grammar fixes for layout ↵ | 2016-09-25 | 3 | -31/+31 | |
| | | | | | | | | | | | | | | | | | README | ||||
| * | | | | Merge pull request #1450 from rfka01/master | 2016-09-25 | 2 | -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, ↵ | 2016-09-25 | 2 | -2/+48 | |
| |/ / / | | | | | | | | | | Bitmapped graphics | ||||
| * | | | Merge pull request #1448 from ajrhacker/amusco_pic | 2016-09-25 | 1 | -19/+6 | |
| |\ \ \ | | | | | | | | | amusco WIP: Use PIC for interrupts; correct SN type (nw) | ||||
