summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* version bump (nw)mame0193 Vas Crabb2017-12-272-4/+4
|
* remove stutter in dump command ascii bytes (nw) smf-2017-12-271-1/+1
|
* megasys1.cpp: In Your Face is really "North America" (nw) briantro2017-12-261-1/+1
| | | | Peek-A-Boo is also labeled "North America"
* VS fix, Romanisation adjustment (nw) Vas Crabb2017-12-252-2/+2
|
* pgm2.cpp: remove ddpdojh imperfect gfx flag, few notes (nw) MetalliC2017-12-241-12/+12
|
* Arm Thumb: same but handle 2 magical ROR cases (nw) MetalliC2017-12-241-19/+22
|
* srcclean and manual cleanups (nw) Vas Crabb2017-12-2487-720/+706
| | | | | please people, remember to keep source UTF-8 and if you're committing on behalf of others, clean up indents to meet MAME conventions anyone can run srcclean over a submission and see what will get hit
* Revert "ARM Thumb: mask address lsb during 16/32 bit memory access, as per ↵ arbee2017-12-231-17/+17
| | | | | | ARMv5/ARM9 behavior." This reverts commit 1bc2a2ab12757e21a90ef191bf9fe69a541132e8.
* ARM Thumb: mask address lsb during 16/32 bit memory access, as per ↵ MetalliC2017-12-241-17/+17
| | | | | | ARMv5/ARM9 behavior. this needed to be changed or split when we will be emulate ARMv6/ARM11
* New working machines hap2017-12-232-0/+107
| | | | | ----------- Tiger MC Hammer: U Can't Touch This (Tiger handheld) [hap, Sean Riddle]
* get rid of unneeded key (nw) MetalliC2017-12-232-25/+0
|
* Merge pull request #2965 from DavidHaywood/231217 MetalliC2017-12-235-17/+54
|\ | | | | allow ddpdojh to actually run code from ram rather than treating ram as rom (even if the game doesn't actually care)
| * allow ddpdojh to actually run code from ram rather than treating ram as rom ↵ David Haywood2017-12-235-17/+54
| | | | | | | | (even if the game doesn't actually care)
* | alphatpx: identified more keys [helwie44], added P30 ROMs and labels ↵ rfka012017-12-231-122/+189
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [rfka01] (#2950) * alphatpx: identified more keys [helwie44], added alphatronic P30 ROMs and labels [rfka01] * alphatpx: more keys identified and cleaner list of keys * alphatpx: More key assignments, comments * alphatpx: comments * alphatpx: comments * alphatpx: comments * alphatpx: comments * alphatpx: comments
* | Merge pull request #2963 from sjy96525/patch-15 R. Belmont2017-12-231-1/+1
|\ \ | |/ |/| Correct Paca Paca Passion year
| * Correct Paca Paca Passion year sjy965252017-12-231-1/+1
| | | | | | | | | | Paca Paca Passion titlescreen says 1998 and released year is 1998 confirmed from Arcade TV Game List Kokunai - Kaigai Hen (1971 - 2005) at page 54. https://i.imgur.com/hQmU2fJ.png https://i.imgur.com/MkszWya.png
* | cps1.cpp: corrected infos for dinoa (nw) Ivan Vangelista2017-12-232-18/+19
|/
* dumped internal rom from ddpdojh igs036, promoted to WORKING [Morten ↵ MetalliC2017-12-233-17/+52
| | | | | | Shearman Kirkegaard, Peter Wilhelmsen, MetalliC] marked as MACHINE_IMPERFECT_GRAPHICS because of gfx glitches, further investigation needed.
* DTD fixes (nw) Justin Kerk2017-12-232-2/+2
|
* New working software list additions Justin Kerk2017-12-233-57/+234
| | | | | | | | | | ----------------------------------- ibm5150: Echecs 3D (French) [breiztiger] ibm5170: 3000 Icons for Windows, Lotus 1-2-3 Release 3 (5.25"), Lotus 1-2-3 Release 3.1, MS-DOS (Version 6.2/V, Upgrade) (Japanese) [Justin Kerk] New NOT_WORKING software list additions --------------------------------------- ibm5170: AIV Networks (German) [Justin Kerk]
* Merge pull request #2962 from JoakimLarsson/trs80m2kbd Joakim Larsson Edström2017-12-231-1/+1
|\ | | | | trs80m2kb.cpp: Added missing keyboard controller rom [Edstrom, Sean R…
| * trs80m2kb.cpp: Added missing keyboard controller rom [Edstrom, Sean Riddle] Joakim Larsson Edstrom2017-12-231-1/+1
| |
* | picno.xml: romanization tweaks, by request (nw) Justin Kerk2017-12-221-2/+2
| |
* | tms9995: Fixed READY check on RESET (auto-waitstate) Michael Zapf2017-12-2314-44/+52
| |
* | tms1000: split execute_run into execute_one (nw) hap2017-12-224-154/+171
|/
* apollo.cpp updates [Hans Ostermeyer] arbee2017-12-224-2/+15
| | | | | - use custom name 'disk' instead of 'harddisk' to preserve previous-MAME compatibility - fix: function keys didn't work with Num Lock on for SDL2 OSD
* i8087: fix regression in Fanuc driver pending further investigation. [Andrey ↵ arbee2017-12-221-1/+1
| | | | Merkulov]
* hh_sm510: fix tnmarebc pause button (nw) hap2017-12-221-3/+12
|
* Merge pull request #2960 from fulivi/hp2640_dev0 R. Belmont2017-12-225-0/+695
|\ | | | | Driver for HP2645A terminal
| * hp2645: forgot MACHINE_NO_SOUND (no beep for now) fulivi2017-12-221-1/+1
| |
| * hp2645: very first commit, driver works. No UART yet among other minor things. fulivi2017-12-225-0/+695
| |
* | Merge pull request #2961 from JoakimLarsson/stepone_4 R. Belmont2017-12-223-33/+68
|\ \ | | | | | | Update of Mybrain 3000
| * | myb3k.cpp: Boots DOS 1.25, Keyboard and audio works. Graphics needs ↵ Joakim Larsson Edstrom2017-12-221-17/+50
| | | | | | | | | | | | refactoring but supports 'basica demo.bas' quite well [Edstrom, Fredik Ohrstrom, Mattis Lind]
| * | myb3k_fdc.cpp: fixed and is now working Joakim Larsson Edstrom2017-12-221-15/+17
| | |
| * | myb3k_com.cpp: Fixed default base address Joakim Larsson Edstrom2017-12-221-1/+1
| | |
* | | Merge pull request #2959 from vadosnaprimer/rewind R. Belmont2017-12-2213-241/+298
|\ \ \ | | | | | | | | Rewind implementation fixes and improvements
| * | | missing return vadosnaprimer2017-12-221-1/+1
| | | |
| * | | rewind implementation fixes and improvements vadosnaprimer2017-12-2213-241/+298
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - reset scheduler savestate to what it was for years before rewind -- changing saved variables should be done after thorough testing. right now, adding some vars breaks some machines, adding other vars breaks others - switch to megabyte-wise capacity -- savestate size greatly differs between machines, relying on state count is unstable - switch to internal indexing -- no longer depends on inaccurate machine time - rewind accelerator key in debugger (Ctrl+F11) - report capacity hit (once), with some useful info - make error reports saner - mention rewind and rewind_capacity in the docs
* | | | New working machines hap2017-12-222-1/+202
| | | | | | | | | | | | | | | | | | | | | | | | ----------- Street Fighter II (Tiger handheld) [hap, Sean Riddle] Nightmare Before Christmas (Tiger handheld) [hap, Sean Riddle]
* | | | ymz774: add volume delayed transition, CHAN/SEQ pause/resume, MetalliC2017-12-223-31/+90
| | | | | | | | | | | | | | | | | | | | ymz770: handle CHAN/SEQ "keep playing" command, document other known SPU in this series
* | | | new not working software list additions Ivan Vangelista2017-12-221-14/+126
| | | | | | | | | | | | | | | | | | | | ------------------------------------------------------- Anime Enikki, Kanji Club, Picno Art Puzzle, Picno de 1 2 3, Picno de A B C, Picno de A I U E O, Real Montage, Shirayuki-hime Monogatari [Team Europe, SSJ]
* | | | picno.cpp: dumped mask rom for Konami Picno [Team Europe, SSJ] Ivan Vangelista2017-12-222-2/+14
| | | | | | | | | | | | | | | | internal ROM not dumped (nw)
* | | | new not working software list additions Ivan Vangelista2017-12-222-0/+51
| |_|/ |/| | | | | | | | | | | ------------------------------------------------- picno.xml: Montage [TeamEurope, SSJ]
* | | cps1.cpp, kenseim.cpp: substituted ioc1 pal logically equivalent replacement ↵ Ivan Vangelista2017-12-222-77/+77
| | | | | | | | | | | | with real dump from an unprotected device [Porchy, The Dumping Union]
* | | new software list additions angelosa2017-12-221-1/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | --------------------------- ibm5170_cdrom: Halloween Harry in Zombie Wars [Rod_Wod] Silkroad Hoshi No Shima No Monogatari [Rod_Wod] Twinbee Paradise In Donburi Shima [Rod_Wod] W.Pressure [Rod_Wod]
* | | pcfx.cpp: hooked up newly added software list so it gets validated (nw) Ivan Vangelista2017-12-221-22/+26
| | |
* | | Merge branch 'master' of https://github.com/mamedev/mame RobertoFresca2017-12-221-0/+127
|\ \ \
| * \ \ Merge pull request #2958 from RalfVB/master R. Belmont2017-12-211-0/+127
| |\ \ \ | | | | | | | | | | Added preliminary NEC PC-FX softlist
| | * | | Added preliminary NEC PC-FX softlist EoceneMiacid2017-12-211-0/+127
| | | | |
* | | | | Another russian set date & year... RobertoFresca2017-12-222-3/+3
|/ / / /