summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Added read TOC command angelosa2015-07-122-15/+186
|
* Base cd-rom device hooked up, dies at Read TOC now. angelosa2015-07-113-56/+63
|
* Added standard_return. angelosa2015-07-112-8/+21
|
* Might as well disable MPEG for the time being. angelosa2015-07-112-2/+33
|
* It's alive! angelosa2015-07-111-10/+11
|
* More commands angelosa2015-07-112-1/+74
|
* Added a bunch of commands angelosa2015-07-112-22/+90
|
* Checkpoint angelosa2015-07-112-31/+55
|
* Welcome back, CD Menu. angelosa2015-07-094-17/+86
|
* We're busy, don't disturb. angelosa2015-07-092-13/+82
|
* Do the cd roll! angelosa2015-07-082-9/+13
|
* Time to log baby. angelosa2015-07-081-9/+14
|
* Map ports, first part in address map spacing (6-bits isn't enough I'm aware) angelosa2015-07-082-4/+62
|
* Access memory maps angelosa2015-07-083-7/+23
|
* Initial commit, added base device class angelosa2015-07-086-9/+161
|
* starcrus.c, tapatune.c: added / enabled save state support (nw) Ivan Vangelista2015-07-084-50/+79
|
* stupid bug hap2015-07-082-5/+5
|
* scfinals: Add correct default eeproms [O. Galibert] Olivier Galibert2015-07-081-8/+6
|
* also vendettar is a US set, there's a WDUD logo after the attract cycles (nw) David Haywood2015-07-081-2/+2
|
* new clones David Haywood2015-07-083-7/+35
| | | | Vendetta (Asia, 4 Players, ver. Z) [Fraspe]
* new clones David Haywood2015-07-083-88/+116
| | | | Quizard (v1.0) [TeamEurope]
* m68k: fix unaligned pc-relative accesses [O. Galibert] Olivier Galibert2015-07-081-8/+19
|
* Merge pull request #250 from system11b/S11bells David Haywood2015-07-081-2/+2
|\ | | | | S11bells - correct Bells & Whistles viewable area
| * Also simplified TMNT calculation in line with Bells & Whistles. system11b2015-07-071-1/+1
| |
| * Corrected screen size for Bells & Whistles as per bug 05594 system11b2015-07-071-1/+1
| |
* | Merge pull request #251 from mamesick/master David Haywood2015-07-081-9/+9
|\ \ | | | | | | Fix for MAMETESTERS bug #05981
| * | Fix for MAMETESTERS bug #05981 mamesick2015-07-081-9/+9
|/ / | | | | | | | | Discussed this commit with Haze directly. If we cannot get rid of the draw_sprites hack we use, at least we should make it working correctly, not to be the cause of bugs. Fixed the mentioned bug and priorities in all other games that uses same drawing routine.
* | fix note for gigaman2 set (n/w) Lord-Nightmare2015-07-071-2/+2
| |
* | Added transfer size clear for DMAs, used by Chaos Seed in SS (still randomly ↵ angelosa2015-07-082-2/+3
| | | | | | | | crashes tho), nw
* | Merge branch 'master' of https://github.com/mamedev/mame angelosa2015-07-088-103/+282
|\ \
| * | Document progress on congo bongo. Gorilla sound now works. Performance couriersud2015-07-088-103/+282
| | | | | | | | | | | | | | | | | | | | | up from 30% to 170%. Use ./nltool -c run -f nl_examples/congoBongo.c -t 2 to test. Minor enhancements and bugfixes. [Couriersud]
* | | Added bread-and-butter DMA CH 0 for SH7032, used by Casio Loopy for RAM fill. angelosa2015-07-083-3/+79
|/ /
* | Merge branch 'master' of https://github.com/mamedev/mame angelosa2015-07-083-10/+34
|\ \
| * | added wake up on K input hap2015-07-073-10/+34
| | |
* | | Added SH-2A flavour, which is SH-2 + SH7021 used by Casio Loopy. angelosa2015-07-084-6/+108
| | |
* | | Bulk replace, nw angelosa2015-07-073-12/+5
|/ /
* | Merge branch 'master' of https://github.com/mamedev/mame angelosa2015-07-073-29/+121
|\|
| * nw hap2015-07-072-1/+3
| |
| * added internal timer hap2015-07-073-29/+119
| |
* | Fixed accessing to internal map, might need another parameter for address ↵ angelosa2015-07-071-10/+36
| | | | | | | | cache "masking" (i.e. SH-1 uses address bit 27 for cache), nw
* | Fixed number of address lines for SH-1 angelosa2015-07-072-5/+5
| |
* | Fixed SH-1 internal mem map, nw angelosa2015-07-073-22/+7
|/
* First step in converting SH-2 to have separate internal devices. Fixed SH-1 ↵ angelosa2015-07-075-79/+35
| | | | | | num of address bits, removed extra read / write memory checks, added cache data array to main SH-2. (out-of-whatsnew) If anything regresses please let me know.
* Fix compile angelosa2015-07-071-1/+1
|
* Minor mod, nw angelosa2015-07-071-2/+2
|
* I'm sick of seeing MCFG_SCREEN_VBLANK_TIME ... angelosa2015-07-071-0/+3
| | | | | | ... It's an AIDS-inducting blantant hack, and it roots from 199x original MAME design. (in pull request just because it needs compiling and testing)
* Added a bunch of doxygen style comments in screen.h, regarding MCFG_SCREEN_* ↵ angelosa2015-07-071-0/+43
| | | | functions
* Merge pull request #248 from mamesick/master David Haywood2015-07-071-1/+1
|\ | | | | Fix for MAMETESTERS bug #04877
| * Fix for MAMETESTERS bug #04877 mamesick2015-07-071-1/+1
| | | | | | | | | | There's no need to keep that visible area wrong value now that the offsets are fixed. If this change was made for the offsets bug, now can go away. If not, I don't see a valid reason to keep it, since it's the cause of the bug.
* | c128_flop.xml: Added Paperback Writer 128, Term Paper Writer, The Great War, ↵ Curt Coder2015-07-073-8/+80
|/ | | | and Your Personal Financial Planner 128 disk images. [Curt Coder]