Raz na jakiś czas będę publikował nowe deweloperskie binarki projektuMAME, natomiast BobBudowniczy będzie się starał na bieżąco śledzić zmiany w changelogu tego największego projektu emulacyjnego. W wypadku binarek udostępniam także resztę plików z folderu MAME. Link przy każdym wpisie umożliwia samodzielne pobranie źródeł i skompilowanie na własne potrzeby deweloperskiej wersji tego emulatora.
- 36462 Merge branch 'master' of https://github.com/mamedev/mame [Michael Zapf]
2015-03-17 21:37:21Changed: hmcs40.c, hmcs40op.inc, psikyo.c, mame.lst
4 files changed, 85 insertions, 26 deletions
- messing around [hap]
2015-03-17 21:34:00Changed: hmcs40.c, hmcs40op.inc
2 files changed, 45 insertions, 25 deletions
- new clones [mamehaze]
2015-03-17 21:00:02 - disabled additional logging of popmessage() messages (nw) [Oliver Stöneberg]
2015-03-17 15:48:28Changed: mame.c
1 files changed, 2 insertions, 0 deletions
- added command-line option -[no]dummywrite to create snaphots of each frame without writing them to a file [Oliver Stöneberg] [Oliver Stöneberg]
2015-03-17 14:10:24- this is a dummy implementation of -aviwrite/-mngwrite and is used in testruns to detect e.g. palette issues. the dummy implementation greatly speed up testrun since it avoids the snapshot to file format conversions as well as the I/O operations
Changed: emuopts.c, emuopts.h, video.c, video.h
4 files changed, 9 insertions, 1 deletions
- this is a dummy implementation of -aviwrite/-mngwrite and is used in testruns to detect e.g. palette issues. the dummy implementation greatly speed up testrun since it avoids the snapshot to file format conversions as well as the I/O operations
- write popmessage() to error.log as well - and command-line in DEBUG build (nw) [Oliver Stöneberg]
2015-03-17 13:58:00Changed: mame.c
1 files changed, 8 insertions, 0 deletions
- fixed Visual Studio warning in bgfx code (nw) [Oliver Stöneberg]
2015-03-17 13:57:13Changed: renderer_gl.cpp
1 files changed, 1 insertions, 1 deletions
- compile fix [Miodrag Milanovic]
2015-03-17 11:10:58Changed: imgui.cpp
1 files changed, 2 insertions, 2 deletions
- Sync with latest (nw) [Miodrag Milanovic]
2015-03-17 11:08:12Changed: README.md, fs_update_3d.sc, update.cpp, entry_osx.mm, entry_sdl.cpp, imgui.cpp, imgui.h, nanovg.cpp, nanovg.h, nanovg_bgfx.cpp, fs_update_3d.bin, fs_update_3d.bin, fs_update_3d.bin, fs_update_3d.bin, bgfx.lua, renderer_d3d11.cpp, renderer_d3d9.h, renderer_gl.cpp, renderer_gl.h, platform.h, genie, genie, genie.exe, README.md, genie.make, genie.make, genie.make, makefile, make_cpp.lua, _vstudio.lua, scripts.c
31 files changed, 897 insertions, 588 deletions
- i960: guess, pretty unlikely that cosr opcode uses sine ... (nw) [Angelo Salese]
2015-03-17 01:45:24Changed: i960.c
1 files changed, 1 insertions, 1 deletions
- debugwin.c: avoid race condition where debugger window update request is made before debugger is initialised [Peter Ferrie] [Peter Ferrie]
2015-03-17 01:35:10Changed: debugwin.c
1 files changed, 1 insertions, 1 deletions
- Added ability to completely disable MIDI [qmc2] (nw) [Miodrag Milanovic]
2015-03-16 17:37:07Changed: osdobj_common.c
1 files changed, 2 insertions, 0 deletions
- fixed nltool linking with Visual Studio (nw) [Oliver Stöneberg]
2015-03-16 11:53:50Changed: tools.mak
1 files changed, 2 insertions, 1 deletions
- some compilers have trouble with this (nw) [Miodrag Milanovic]
2015-03-16 10:29:26Changed: osd_opengl.h
1 files changed, 3 insertions, 3 deletions
- Hook up second set of lamps for games with two sets of controls [Vas Crabb]
2015-03-16 10:05:31- Add second set of lamps to layouts for games with two sets of controls Make Wing Co layouts (bingowng/lucky8) prettier Add views to show either or both sets of button lamps
Changed: goldstar.c, goldstar.h, bingowng.lay, cherryb3.lay, chrygld.lay, lucky8.lay, mame.mak
7 files changed, 973 insertions, 192 deletions
- Add second set of lamps to layouts for games with two sets of controls Make Wing Co layouts (bingowng/lucky8) prettier Add views to show either or both sets of button lamps
- Make Cherry Bonus artwork clickable [Vas Crabb]
2015-03-16 06:20:59Changed: goldstar.c, cherryb3.lay
2 files changed, 16 insertions, 64 deletions
- osd_opengl.h: fix compile on MSVC 2012 (nw) [Peter Ferrie]
2015-03-16 05:06:36Changed: osd_opengl.h
1 files changed, 14 insertions, 5 deletions
- ah, i forgot to add the /4 divider [hap]
2015-03-16 00:41:00Changed: hmcs40.h
1 files changed, 2 insertions, 0 deletions
- New clones added [Luca Elia]
2015-03-15 23:16:06 - OS/2 patches for SDLMAME 0.159 [KO Muyng-Hun] [Vas Crabb]
2015-03-15 12:57:16Changed: mongoose.c, makefile, sdl.mak
3 files changed, 6 insertions, 4 deletions
- peplus.c: Minor info update - NW [briantro]
2015-03-15 04:13:05Changed: peplus.c
1 files changed, 5 insertions, 4 deletions
- added interrupt/timer [hap]
2015-03-14 17:33:19Changed: hmcs40.c, hmcs40.h, hmcs40d.c, hmcs40op.inc
4 files changed, 272 insertions, 77 deletions
- i386.c: new implementation of x87 opcode fprem based on intel manual since curent one gives wrong results (nw) [yz70s]
2015-03-14 14:51:57Changed: x87ops.inc
1 files changed, 32 insertions, 4 deletions
- i386.c: x87 fpatan implemented using atan2() and not atan() (nw) [yz70s]
2015-03-14 14:44:38Changed: x87ops.inc
1 files changed, 1 insertions, 1 deletions
- i386.c: remove bug in x87 fsave and frstor (nw) [yz70s]
2015-03-14 14:40:36Changed: x87ops.inc
1 files changed, 2 insertions, 2 deletions
- new clones [mamehaze]
2015-03-14 12:52:58 - compile fix from Firewave propagated upstream (nw) [Miodrag Milanovic]
2015-03-14 09:05:55Changed: mongoose.c
1 files changed, 2 insertions, 0 deletions
- jankenmn: enabled save state support (nw) [Ivan Vangelista]
2015-03-14 07:57:07Changed: jankenmn.c
1 files changed, 15 insertions, 13 deletions
- new PE poker clones [briantro]
2015-03-14 06:37:19- New Clones Added -------------------------------------------------- Player's Edge Plus (BE0014) Blackjack (International English/Spanish) [BrianT] Player's Edge Plus (X000006P+XP000038) Standard Draw Poker [BrianT] Player's Edge Plus (X000042P+XP000038) 10's or Better [BrianT] Player's Edge Plus (X000764P+XP000038) 4 of a Kind Bonus Poker [BrianT] Player's Edge Plus (X002010P+XP000038) Nevada Bonus Poker [BrianT] Player's Edge Plus (X002016P+XP000038) Full House Bonus Poker [BrianT] Player's Edge Plus (X002017P+XP000038) Full House Bonus Poker [BrianT] Player's Edge Plus (X002037P+XP000038) Nevada Bonus Poker [BrianT] Player's Edge Plus (X002039P+XP000038) Nevada Bonus Poker [BrianT] Player's Edge Plus (X002247P+XP000038) Standard Draw Poker [BrianT] Player's Edge Plus (X002386P+XP000038) 4 of a Kind Bonus Poker [BrianT]
2 files changed, 289 insertions, 2 deletions
- New Clones Added -------------------------------------------------- Player's Edge Plus (BE0014) Blackjack (International English/Spanish) [BrianT] Player's Edge Plus (X000006P+XP000038) Standard Draw Poker [BrianT] Player's Edge Plus (X000042P+XP000038) 10's or Better [BrianT] Player's Edge Plus (X000764P+XP000038) 4 of a Kind Bonus Poker [BrianT] Player's Edge Plus (X002010P+XP000038) Nevada Bonus Poker [BrianT] Player's Edge Plus (X002016P+XP000038) Full House Bonus Poker [BrianT] Player's Edge Plus (X002017P+XP000038) Full House Bonus Poker [BrianT] Player's Edge Plus (X002037P+XP000038) Nevada Bonus Poker [BrianT] Player's Edge Plus (X002039P+XP000038) Nevada Bonus Poker [BrianT] Player's Edge Plus (X002247P+XP000038) Standard Draw Poker [BrianT] Player's Edge Plus (X002386P+XP000038) 4 of a Kind Bonus Poker [BrianT]
- note used addresses (nw) [mamehaze]
2015-03-13 23:52:572 files changed, 109 insertions, 25 deletions
- hooked v53 irq ack callback so that it can get the correct vector from the controller, make a note of which ones get unmasked (nw) [mamehaze]
2015-03-13 22:51:272 files changed, 12 insertions, 3 deletions
- Compile fix [Miodrag Milanovic]
2015-03-13 20:16:50Changed: mongoose.h
1 files changed, 1 insertions, 0 deletions
- updated 3rd party (nw) [Miodrag Milanovic]
2015-03-13 17:40:15Changed: imgui.cpp, entry.cpp, imgui.cpp, ocornut_imgui.cpp, nanovg.h, nanovg_bgfx.cpp, image.cpp, image.h, renderer_d3d11.cpp, renderer_gl.cpp, genie, genie, genie.exe, README.md, genie.make, genie.make, genie.make, makefile, genie.lua, make_cpp.lua, scripts.c, mongoose.c, mongoose.h
23 files changed, 194 insertions, 134 deletions
- v53: provide access to the interrupt lines (nw) [mamehaze]
2015-03-13 18:28:152 files changed, 30 insertions, 6 deletions
- Fixed rom/region size for 'torus' set. (nw) [Scott Stone]
2015-03-13 14:54:23Changed: paradise.c
1 files changed, 2 insertions, 2 deletions
- Better, clickable pokonl97 layout [Vas Crabb]
2015-03-13 12:16:56Changed: pokonl97.lay
1 files changed, 92 insertions, 50 deletions
- More refined and clickable layouts for the fruities [Vas Crabb]
2015-03-13 11:54:57Changed: goldstar.c, cmaster.lay, cmasterb.lay, cmasterc.lay, cmpacman.lay, cmv4.lay, goldstar.lay, nfb96.lay, nfb96tx.lay, skill98.lay, mame.mak
11 files changed, 593 insertions, 73 deletions
- galaxold.c: Document the BPROM type for Videotron's Frogger bootleg - NW [briantro]
2015-03-13 07:07:21Changed: galaxold.c
1 files changed, 2 insertions, 2 deletions
- Small fix to tonypok layout (nw) [Vas Crabb]
2015-03-13 06:12:32Changed: tonypok.lay
1 files changed, 3 insertions, 3 deletions
- Add internal artwork for tonypok [Vas Crabb]
2015-03-13 05:53:27- Make artwork clickable for many goldstar.c games Make buttons that may be used when not lit appear semi-lit in Cherry Master layouts Correct some star100 inputs Make cmpacman/cmtetris key mapping more consistent with defaults for slot games
Changed: goldstar.c, cmaster.lay, cmasterb.lay, cmasterc.lay, cmpacman.lay, cmv4.lay, crazybon.lay, roypok96.lay, tonypok.lay, mame.mak
10 files changed, 849 insertions, 139 deletions
- Make artwork clickable for many goldstar.c games Make buttons that may be used when not lit appear semi-lit in Cherry Master layouts Correct some star100 inputs Make cmpacman/cmtetris key mapping more consistent with defaults for slot games
- default to DirectInput 8 so it builds with 3rdparty/dxsdk out of the box [Oliver Stöneberg] [Oliver Stöneberg]
2015-03-12 20:14:41Changed: windows.mak
1 files changed, 1 insertions, 1 deletions
- disabled some parts of UndefinedBehaviorSanitizer for clang 3.6 as well (nw) [Oliver Stöneberg]
2015-03-12 20:12:33Changed: flags_clang.mak
1 files changed, 13 insertions, 0 deletions
- Add layouts showing lamp status to many games [Vas Crabb]
2015-03-12 18:14:31Changed: goldstar.c, cmaster.lay, cmasterb.lay, cmasterc.lay, cmv4.lay, nfb96.lay, pokonl97.lay, roypok96.lay, mame.mak
9 files changed, 1852 insertions, 43 deletions
- paradise.c: cleanups (nw) [Ivan Vangelista]
2015-03-12 18:06:34- this seems to be another driver where the oki behaves differently during staggered -autosave runs
Changed: paradise.c, paradise.h, paradise.c
3 files changed, 76 insertions, 103 deletions
- this seems to be another driver where the oki behaves differently during staggered -autosave runs
- hmm roadedge startup is much better behaved like this.. could be on to something (nw) [mamehaze]
2015-03-12 17:50:46Changed: hng64.c
1 files changed, 54 insertions, 5 deletions
- speculative notes (nw) [mamehaze]
2015-03-12 17:20:352 files changed, 79 insertions, 3 deletions
- gfx roms for yorijori [Brian Troha] (still doesn't boot) [mamehaze]
2015-03-12 15:31:38- typo fix in hng64 readme (nw) dips for froggerv (nw)
Changed: galaxold.c, hng64.c, vamphalf.c
3 files changed, 20 insertions, 44 deletions
- typo fix in hng64 readme (nw) dips for froggerv (nw)
- for raw opcode view, don't crop under minbytes [hap]
2015-03-12 14:54:25Changed: dvdisasm.c
1 files changed, 2 insertions, 2 deletions
- the Videotron bootlegs are more 'Moon Cresta' than 'Super Cobra' now working. [mamehaze]
2015-03-12 12:19:05- Removed fake ROMs from hustlerb3 too, it plays sounds through the discrete system (as does the frogger), sound comms code in there is just a leftover.
Changed: galaxold.c, scobra.c
2 files changed, 183 insertions, 119 deletions
- Removed fake ROMs from hustlerb3 too, it plays sounds through the discrete system (as does the frogger), sound comms code in there is just a leftover.
- Hook up more coin counters [Vas Crabb]
2015-03-12 11:27:16Changed: goldstar.c, goldstar.h
2 files changed, 29 insertions, 25 deletions
- Little cleanup [Vas Crabb]
2015-03-12 11:07:24Changed: goldstar.c, goldstar.h, crazybon.lay, goldstar.c
4 files changed, 125 insertions, 190 deletions
- Hook up and document lamps for more games in goldstar.c [Vas Crabb]
2015-03-12 09:41:34Changed: goldstar.c, goldstar.h
2 files changed, 35 insertions, 30 deletions
- speedspn.c: added save state support (nw) [Alex W. Jackson]
2015-03-12 08:04:02Changed: speedspn.c, speedspn.h, speedspn.c
3 files changed, 95 insertions, 88 deletions
- Another couple of derived machine configs [Vas Crabb]
2015-03-12 06:55:51Changed: goldstar.c
1 files changed, 8 insertions, 73 deletions
- Figured out another Crazy Bonus DIP switch [Vas Crabb]
2015-03-12 06:44:29- Verify '7' In Double Up Game DIP switch for many games Correct some more Cherry Master DIP switches
Changed: goldstar.c
1 files changed, 146 insertions, 186 deletions
- Verify '7' In Double Up Game DIP switch for many games Correct some more Cherry Master DIP switches
- Updated sam.c copyright dates to match those from sources (IMDB/arcade-museum) - thanks to AntoPISA (nw) [Scott Stone]
2015-03-11 23:34:32Changed: sam.c
1 files changed, 198 insertions, 198 deletions
- tag superwng as NOT WORKING, as it's never worked passed the bonus stage (nw) [mamehaze]
2015-03-11 19:29:21Changed: superwng.c
1 files changed, 2 insertions, 2 deletions
- ssozumo.c: added save state support (nw) [Ivan Vangelista]
2015-03-11 18:59:26Changed: ssozumo.c, ssozumo.h, ssozumo.c
3 files changed, 62 insertions, 52 deletions
- left some test code in (nw) [mamehaze]
2015-03-11 17:54:16Changed: superwng.c
1 files changed, 1 insertions, 1 deletions
- looking at 'Super WIng' (pinball game) based on a crash report at MARP. [mamehaze]
2015-03-11 17:00:55- there is an unused ROM, I think it contains a 2nd stage layout for the game, and appears to be banked in after you finish a bonus round, however, even hooking it up as a banked rom the game crashes, and the data in the ROM looks suspicious (there are flipped bits at fairly regular offsets even in 0xff fill areas) It could be the bank hookup is wrong, but the data concerns me enough to mark the rom as BAD_DUMP. We need another PCB to dump the Colour PROM anyway, although we've only seen it once.
Changed: superwng.c
1 files changed, 31 insertions, 8 deletions
- there is an unused ROM, I think it contains a 2nd stage layout for the game, and appears to be banked in after you finish a bonus round, however, even hooking it up as a banked rom the game crashes, and the data in the ROM looks suspicious (there are flipped bits at fairly regular offsets even in 0xff fill areas) It could be the bank hookup is wrong, but the data concerns me enough to mark the rom as BAD_DUMP. We need another PCB to dump the Colour PROM anyway, although we've only seen it once.
- new clones [mamehaze]
2015-03-11 12:48:19- Frogger (videotron bootleg) [system11]
not yet marked as 'working' because I want to investigate this a bit more (and need to fix up the inputs) there are 2 z80s on the board, but no sound code roms for the 2nd z80, the PCB does have sound. hustleb3 seems to be the same hardware and we assumed the sound roms to be missing, but based on this new evidence they're not, so I need to revisit that one too.2 files changed, 26 insertions, 0 deletions
- Frogger (videotron bootleg) [system11]
- Quick look at goldstar inputs [Vas Crabb]
2015-03-11 10:51:53Changed: goldstar.c, goldstar.h
2 files changed, 37 insertions, 52 deletions
- Add crazybon coin counters [Vas Crabb]
2015-03-11 09:56:24- Figure out another crazybon DIP switch Verify and factor out more chrygld/chry10/ncb3/cb3a DIP switches
Changed: goldstar.c, goldstar.h
2 files changed, 89 insertions, 88 deletions
- Figure out another crazybon DIP switch Verify and factor out more chrygld/chry10/ncb3/cb3a DIP switches
- expose some more V53 pins for the internal peripherals to the outside world (nw) [mamehaze]
2015-03-10 22:48:56- timers seem very active, does some DMA ops (transfering a big block of 0 data) a few times on startup, then stops.. maybe because no interrupts happen.
interrupt table looks.. weird, need to understand how it configures the interrupt controller and what that means.
there are port writes to low port numbers, writes to port 0x0000 in the format with data in the format 0x??00 0x??01 0x??02 0x??03 0x??04 0x??05 0x??06 0x??07 0x??08 0x??09 0x??0a 0x??0b 0x??0c 0x??0d 0x??0e 0x??0f 0x??10 0x??11 0x??12 0x??13 0x??14 0x??15 0x??16 0x??17 0x??18 0x??19 0x??1a 0x??1b 0x??1c 0x??1d 0x??1e 0x??1f
and after each write to port 0 with those values it writes some other data to ports 2,4,6.
if the information is correct, and this is a 32-channel based sound system, then that could well be some kind of configuration for the channels.Changed: v53.c, v53.h, hng64.c, hng64.h
4 files changed, 244 insertions, 106 deletions
- timers seem very active, does some DMA ops (transfering a big block of 0 data) a few times on startup, then stops.. maybe because no interrupts happen.
- i386.c: add sse opcodes of the form 66 0f xx and f2 0f xx (nw) [yz70s]
2015-03-10 21:39:39Changed: i386.h, i386ops.h, pentops.inc
3 files changed, 2528 insertions, 124 deletions
- sync genie (nw) [Miodrag Milanovic]
2015-03-10 19:20:56Changed: genie.make, genie.make, genie.make, genie.lua
4 files changed, 8 insertions, 1 deletions
- expose V53 device callbacks to users (nw) [mamehaze]
2015-03-10 18:34:082 files changed, 184 insertions, 34 deletions
- shougi.c, shuuz.c, xain.c: added save state support (nw) [Ivan Vangelista]
2015-03-10 18:31:13Changed: shougi.c, shuuz.c, xain.c, shuuz.h, xain.h, shuuz.c, xain.c
7 files changed, 198 insertions, 167 deletions
- Fix chry10/chrygld regression [Vas Crabb]
2015-03-10 18:07:26- Check DIP switches for chrygld/chry10/ncb3/cb3a and make corrections Factor out even more common DIPs
Changed: goldstar.c, goldstar.h
2 files changed, 223 insertions, 540 deletions
- Check DIP switches for chrygld/chry10/ncb3/cb3a and make corrections Factor out even more common DIPs
- list gallop MCU as NO_DUMP (thanks to system11 for confirming it has one) (nw) [mamehaze]
2015-03-10 14:50:24Changed: m72.c
1 files changed, 10 insertions, 12 deletions
- .. and with that untangled the dumped mcu for xmultiplm72 actually works and the game now shows the Japan warning (nw) [mamehaze]
2015-03-10 14:38:152 files changed, 9 insertions, 21 deletions
- shuffle (nw) [mamehaze]
2015-03-10 14:27:032 files changed, 127 insertions, 340 deletions
- the V53 SCU is a i8251 clone, but with the command / mode registers separated, and only Asynchronous transfer mode available, this splits the function into something we can use for that purpose (nw) [mamehaze]
2015-03-10 12:40:07Changed: v53.c, v53.h, am9517a.c, am9517a.h, i8251.c, i8251.h
6 files changed, 342 insertions, 315 deletions
- update 3rdparty libs [Miodrag Milanovic]
2015-03-10 08:05:28Changed: writebitstream.h, imconfig.h, imgui.cpp, imgui.h, README.md, entry.cpp, entry.h, entry_android.cpp, entry_asmjs.cpp, entry_ios.mm, entry_nacl.cpp, entry_osx.mm, entry_p.h, entry_qnx.cpp, entry_sdl.cpp, entry_windows.cpp, entry_winrt.cpp, entry_x11.cpp, ocornut_imgui.cpp, bgfx.lua, handlealloc.h, README.md, make_cpp.lua, premake.c, scripts.c, API.md, Makefile, Makefile, Makefile, cert.pem, web_server.c, Makefile, mongoose.c
33 files changed, 1687 insertions, 727 deletions
- Factor out some common cherry master DIPs [Vas Crabb]
2015-03-10 00:16:32Changed: goldstar.c
1 files changed, 155 insertions, 577 deletions
- sidearms.c: added save state support (nw) [Ivan Vangelista]
2015-03-09 19:09:42Changed: sidearms.c, sidearms.h, sidearms.c
3 files changed, 79 insertions, 70 deletions
- use dumped (from unprotected MCU) MCU rom on mrheli [Silvio Grazini] [mamehaze]
2015-03-09 18:49:20 - tsamurai.c: added save state support (nw) [Ivan Vangelista]
2015-03-09 18:20:12Changed: tsamurai.c, tsamurai.h, tsamurai.c
3 files changed, 180 insertions, 102 deletions
- couple of notes about what the various NEC chips seem to be cloned from thanks to carl and RB, added them for now, will try to hook them up and see how things align in a bit (nw) [mamehaze]
2015-03-09 18:17:542 files changed, 26 insertions, 5 deletions
- tgtpanic.c, xtheball.c: added save state support (nw) [Ivan Vangelista]
2015-03-09 18:08:49Changed: tgtpanic.c, xtheball.c
2 files changed, 33 insertions, 12 deletions
- A few easy set_entry additions - now shifting banked ROM loading down from 0x10000 to 0x8000 where they belong. (nw) [andrew-gardner]
2015-03-09 16:58:54Changed: sidearms.c, simple_st0016.c, sothello.c, speglsht.c, sidearms.h, simple_st0016.h
6 files changed, 56 insertions, 46 deletions
- Fix class name conflict [Vas Crabb]
2015-03-09 09:41:37Changed: goldstar.c, goldstar.h, goldstar.c
3 files changed, 29 insertions, 29 deletions
- Fix name/value of inverted thing [Vas Crabb]
2015-03-09 09:34:14Changed: goldstar.c, goldstar.h
2 files changed, 2 insertions, 2 deletions
- More negative lines of code [Vas Crabb]
2015-03-09 09:26:46Changed: goldstar.c
1 files changed, 16 insertions, 106 deletions
- Untangle some cherry master code [Vas Crabb]
2015-03-09 08:55:58Changed: goldstar.c, goldstar.h, goldstar.c
3 files changed, 286 insertions, 465 deletions
- Update crazybon notes [Vas Crabb]
2015-03-09 06:27:59Changed: goldstar.c
1 files changed, 11 insertions, 2 deletions
- Move Wing Co stuff out to a different class [Vas Crabb]
2015-03-09 05:38:03Changed: goldstar.c, goldstar.h, goldstar.c
3 files changed, 199 insertions, 232 deletions
- More untangling of goldstar [Vas Crabb]
2015-03-09 03:39:14Changed: goldstar.c, goldstar.h
2 files changed, 53 insertions, 25 deletions
- Untangle some of the goldstar state [Vas Crabb]
2015-03-09 02:37:27Changed: goldstar.c, goldstar.h, goldstar.c
3 files changed, 387 insertions, 344 deletions
- segas32.c: Correct rom names for Sonic the Hedgehog and document the FD1149 number & board types. [Brian Troha] [briantro]
2015-03-09 02:06:34Changed: segas32.c
1 files changed, 10 insertions, 6 deletions
- don't crash on garbage values roadedge / samsh64 write on startup (nw) [mamehaze]
2015-03-09 01:37:34Changed: v53.c
1 files changed, 5 insertions, 0 deletions
- turn logging back off (nw) [mamehaze]
2015-03-09 01:23:222 files changed, 5 insertions, 4 deletions
- it now attempts to do a whole bunch of 0x20 sized transfers from RAM (0xcfe8 - 0xd007) to DMA port 3 shortly after startup... (nw) [mamehaze]
2015-03-09 01:05:41Changed: v53.c, v53.h, am9517a.c, hng64.c
4 files changed, 45 insertions, 3 deletions
- start to move alt register format over (nw) [mamehaze]
2015-03-09 00:00:522 files changed, 232 insertions, 37 deletions
- ok, register layout is different and it can do wider address range, so not quite a drop-in, and will need more work, but still seems to be related (nw) [mamehaze]
2015-03-08 23:09:402 files changed, 41 insertions, 5 deletions
- carl noted that this seems to be the same thing, and is more complete, so use it instead (nw) [mamehaze]
2015-03-08 22:21:35Changed: v53.c, v53.h, am9517a.c, am9517a.h, upd71071.c, hng64.c
6 files changed, 129 insertions, 31 deletions
- Better DIPs/inputs for unkch games (with help from Bad A Billy) [Vas Crabb]
2015-03-08 18:47:06Changed: goldstar.c
1 files changed, 260 insertions, 57 deletions
- More improved DIPs and inputs with help from Bad A Billy, including magodds, bingowng, tonypok, pkrmast, lucky8 and ns8linew [Vas Crabb]
2015-03-08 12:29:28Changed: goldstar.c
1 files changed, 693 insertions, 301 deletions
- better cmos i/o handling [hap]
2015-03-08 18:05:022 files changed, 59 insertions, 68 deletions
- hng64 / v53 - looking at DMA (nw) [mamehaze]
2015-03-08 17:22:52Changed: v53.c, v53.h, upd71071.c, upd71071.h, hng64.c, hng64.h, mame.mak
7 files changed, 84 insertions, 13 deletions
- Timer Unit is functionally identical to uPD71054 (which in turn is said to be the same as a pit8253) so give the v53 one of those (nw) [mamehaze]
2015-03-08 14:43:41 - more peripheral logic + notes (nw) [mamehaze]
2015-03-08 13:41:082 files changed, 108 insertions, 4 deletions
- few bits of v53 stuff, start dynamic peripheral mapping, attempts to set up timers at least (nw) [mamehaze]
2015-03-08 12:56:50Changed: v53.c, v53.h, hng64.c
3 files changed, 231 insertions, 23 deletions
- fix compile from qmc2 (nw) [Miodrag Milanovic]
2015-03-08 09:09:08Changed: kl5c80a12.c
1 files changed, 1 insertions, 1 deletions
- start an internal map for the v53 (nw) [mamehaze]
2015-03-08 02:07:25Changed: cpu.mak, nec.c, nec.h, v53.c, v53.h, hng64.h
6 files changed, 229 insertions, 26 deletions
- fix P opcode madness [hap]
2015-03-08 00:46:37Changed: hmcs40op.inc
1 files changed, 6 insertions, 3 deletions
- shuffle more HNG64 stuff around, add stub CPU classes for the different CPU types it uses so that we can start implementing the peripherals properly rather than hacking them into the driver (nw) [mamehaze]
2015-03-07 23:42:15Changed: cpu.mak, nec.c, nec.h, kl5c80a12.c, kl5c80a12.h, hng64.c, hng64.c, hng64.h, hng64_net.c, mame.mak
10 files changed, 520 insertions, 394 deletions
- moved i/o handling to the c file [hap]
2015-03-07 20:59:59 - small cleanup [hap]
2015-03-07 20:56:30Changed: hmcs40op.inc
1 files changed, 30 insertions, 17 deletions
- update bgfx (nw) [Miodrag Milanovic]
2015-03-07 19:12:51Changed: README.md, vectordisplay.cpp, entry_osx.mm, imgui.cpp, bgfx.c99.h, bgfx.h, bgfx.lua, example-common.lua, bgfx.cpp, bgfx_compute.sh, bgfx_p.h, config.h, image.cpp, renderer_d3d.h, renderer_d3d11.cpp, renderer_d3d9.cpp, renderer_gl.cpp, renderer_vk.cpp, vertexdecl.cpp, platform.h, toolchain.lua, genie, genie, genie.exe, lib.mak
25 files changed, 211 insertions, 69 deletions
- Promoted Brick Zone v1.1 to working [Luca Elia] [Luca Elia]
2015-03-07 18:28:052 files changed, 127 insertions, 87 deletions
- fix prev commit [hap]
2015-03-07 17:58:26Changed: hmcs40d.c
1 files changed, 2 insertions, 2 deletions
- correct program counter sequence in debug view [hap]
2015-03-07 17:14:272 files changed, 13 insertions, 5 deletions
- More goldstar.c inputs/DIPs documented/confirmed, add DIPs for chryangl according to manual (thanks Bad A Billy) [Vas Crabb]
2015-03-07 13:07:39Changed: goldstar.c
1 files changed, 240 insertions, 112 deletions
- pc080sn.c: initialized some variables, attempt at fixing jumping regression. (nw) [Ivan Vangelista]
2015-03-07 09:32:27- Tafoid, can you check if this fixes it? If it does, can't explain why this started mattering only after 0.159
Changed: pc080sn.c
1 files changed, 10 insertions, 4 deletions
- Tafoid, can you check if this fixes it? If it does, can't explain why this started mattering only after 0.159
- More goldstar cleanup and notes/DIP updates from Bad A Billy [Vas Crabb]
2015-03-07 07:06:52Changed: goldstar.c
1 files changed, 279 insertions, 923 deletions
- jedtest.py: Python 3 compat. (nw) [Mike Naberezny]
2015-03-06 22:44:48Changed: jedtest.py
1 files changed, 15 insertions, 15 deletions
- copypaste [hap]
2015-03-06 22:42:382 files changed, 101 insertions, 9 deletions
- chdtest.py: Python 3 compat. (nw) [Mike Naberezny]
2015-03-06 22:08:58Changed: chdtest.py
1 files changed, 24 insertions, 20 deletions
- fix hmcs40 10-bit-word handling [hap]
2015-03-06 21:47:36Changed: hmcs40.c, hmcs40.h, hmcs40d.c, hmcs40op.inc, unidasm.c
5 files changed, 24 insertions, 24 deletions
- chdtest.py: Open as binary, read in chunks to reduce memory usage. (nw) [Mike Naberezny]
2015-03-06 21:18:30Changed: chdtest.py
1 files changed, 11 insertions, 4 deletions
- seta.c: Standardize comment - NW [briantro]
2015-03-06 21:09:41Changed: seta.c
1 files changed, 1 insertions, 1 deletions
- hotblock.c, ironhors.c: added save state support (nw) [Ivan Vangelista]
2015-03-06 18:33:26Changed: hotblock.c, ironhors.c, ironhors.h, ironhors.c
4 files changed, 87 insertions, 82 deletions
- added i/o opcodes [hap]
2015-03-06 17:47:07Changed: hmcs40.c, hmcs40.h, hmcs40op.inc
3 files changed, 321 insertions, 49 deletions
- Removed unused variable (nw) [Miodrag Milanovic]
2015-03-06 16:08:00Changed: winmain.c
1 files changed, 0 insertions, 2 deletions
- More info/notes in goldstar.c from Bad A Billy [Vas Crabb]
2015-03-06 14:11:27Changed: goldstar.c
1 files changed, 50 insertions, 47 deletions
- document what the actual data from chwy is, and use that to fill in the missing ROM for now (marked as BAD_DUMP) one wrong tile is better than an entirely corrupt plane. (nw) [mamehaze]
2015-03-06 08:56:12Changed: madalien.c
1 files changed, 15 insertions, 3 deletions
- Lamps/layout for crazybon [Vas Crabb]
2015-03-06 06:30:48Changed: goldstar.c, goldstar.h, crazybon.lay, mame.mak
4 files changed, 283 insertions, 1 deletions
- corrections to comments (nw) [Vas Crabb]
2015-03-06 04:54:32Changed: goldstar.c
1 files changed, 8 insertions, 6 deletions
- Mark unknown PROMs as bad dump, notes [Vas Crabb]
2015-03-06 03:02:20Changed: goldstar.c
1 files changed, 15 insertions, 8 deletions
- Make jkrmast/pkrmast/pkrmasta use same inputs as crazybon so they'll run until something better can be discovered [Vas Crabb]
2015-03-06 02:30:27Changed: goldstar.c
1 files changed, 3 insertions, 3 deletions
- Crazy Bonus WIP [Amanda King, Vas Crabb]: [Vas Crabb]
2015-03-06 02:17:25- * Fix input mapping - all inputs and DIPs work in switch test * Fix AY8910 mapping, data read and write are at different addresses * Document all DIPs shown in settings screen * Document coin value, coin limit and credit limit DIPs (determined with debugger) * Document DIPs with easily visible effect on game * Fix input naming * Still many unknown DIPs require investigation
New games added or promoted from NOT_WORKING status --------------------------------------------------- Crazy Bonus 2002 [Amanda King, Vas Crabb]Changed: goldstar.c
1 files changed, 124 insertions, 164 deletions
- * Fix input mapping - all inputs and DIPs work in switch test * Fix AY8910 mapping, data read and write are at different addresses * Document all DIPs shown in settings screen * Document coin value, coin limit and credit limit DIPs (determined with debugger) * Document DIPs with easily visible effect on game * Fix input naming * Still many unknown DIPs require investigation
- Current crazybon dump comes from a pkrmast conversion kit [Amanda King, Vas Crabb] [Vas Crabb]
2015-03-05 12:55:54- * Fix GFX decode for prkmast and crazybon * Add PROM dumps from cmv4 to get correct colours in pkrmast and crazybon until real PROM dumps can be obtained
Changed: goldstar.c
1 files changed, 31 insertions, 53 deletions
- * Fix GFX decode for prkmast and crazybon * Add PROM dumps from cmv4 to get correct colours in pkrmast and crazybon until real PROM dumps can be obtained
- Fix SDL1 build [Vas Crabb]
2015-03-05 10:16:30Changed: drawsdl.c
1 files changed, 2 insertions, 0 deletions
- added branch opcodes [hap]
2015-03-06 00:40:54Changed: hmcs40.c, hmcs40.h, hmcs40op.inc
3 files changed, 32 insertions, 6 deletions
- seta.c: Minor fixes - NW [briantro]
2015-03-06 00:27:43- Restore the bug fix version of Daioh as parent with a description of the changes. Change the location test ver to prototype which is more likely as it's on the same PCB as the Blandia prototype and noted that in the driver as well.
2 files changed, 34 insertions, 32 deletions
- Restore the bug fix version of Daioh as parent with a description of the changes. Change the location test ver to prototype which is more likely as it's on the same PCB as the Blandia prototype and noted that in the driver as well.
- Send error messages to stderr instead of stdout. (nw) [Mike Naberezny]
2015-03-06 00:04:37Changed: file2str.py, makelist.py, h8make.py, chdtest.py
4 files changed, 10 insertions, 10 deletions
- added the rest of straightforward opcodes [hap]
2015-03-05 22:54:49Changed: hmcs40.c, hmcs40op.inc
2 files changed, 54 insertions, 26 deletions
- Merge branch 'master' of https://github.com/mamedev/mame [mamehaze]
2015-03-05 21:16:45Changed: hmcs40.c, hmcs40.h, hmcs40op.inc
3 files changed, 139 insertions, 35 deletions
- Mad Alien stuff [Andrew Welburn] [mamehaze]
2015-03-05 21:15:51- Andrew dumped a Mad Alien set from his PCB, everything (including program ROMs and PROM) matched the 'madaliena' set in MAME apart from the bg graphics + bg tilemap ROM
Unfortunately one of the unique things about the madaliena set was the gfx, which were closer to the 'Highway Chase' graphics (Desert / Boat themed instead of Vegas themed) however, the PCB it was dumped from had a bad rom. I was hoping Andrew's set would provde us with the good gfx rom, but as his gfx matched the parent set instead, it didn't. I can't repair it using gfx extracted from Highway chase either as one of the tiles is unique.
Rather than removing the set with the unique gfx (albeit one rom missing) I've renamed it to 'madalienb' in the hope that a board with the proper ROMs for it shows up one day, I'm guessing it will have 'mc-1' etc. naming on the gfx roms, as the other two sets are simply 'mc.3k' Andrew's set is now 'madaliena'Changed: madalien.c, mame.lst
2 files changed, 77 insertions, 36 deletions
- Andrew dumped a Mad Alien set from his PCB, everything (including program ROMs and PROM) matched the 'madaliena' set in MAME apart from the bg graphics + bg tilemap ROM
- hmcs40 WIP [hap]
2015-03-05 21:12:20Changed: hmcs40.c, hmcs40.h, hmcs40op.inc
3 files changed, 139 insertions, 35 deletions
- new clones [mamehaze]
2015-03-05 20:39:16- Boot Camp (set 2) [chaneman]
(note, this driver is not in good shape, it uses the CPU region to allocate RAM and sets pointers up to it in the init!!!)
BOOT CAMP by KONAMI 1987 - alternate set.
Read from a working original KONAMI pcb.
Named as it was written on the label of the chip.
"611x01.a-14"
This rom is used in place of xxx-v01.12a in the Boot Camp driver.
All other chips read the same as currently supported sets.
Difference unknown but comparison shows many.
chaneman@in4web.com Dec. 19, 2003Changed: combatsc.c, mame.lst
2 files changed, 31 insertions, 1 deletions
- Boot Camp (set 2) [chaneman]
- new clones [mamehaze]
2015-03-05 20:27:24- Chouji Meikyuu Legion (Japan ver 1.05) [ShinobiZ & COY]
(JackC forwarded me this old dump, readme below)
Legion by Nichibutsu 1987
Version Japan 1.05
legion.e1 CRC(977fa324) SHA1(04432ecb0cab61731e17bcf665ca66fe34b2d75c) legion.e5 CRC(49e8e1b7) SHA1(ed0b38aae3f46f689fe9d2c96c383d375716e77e) legion.e14 CRC(c266ff2d) SHA1(df14c6102abf5484555899d4a5df8105a1fe1bf7) legion.c7 CRC(c52853b3) SHA1(67983e100822295fff58c8a03a4b8f4d36e1ef21)
Provided to you by Belgium Dump Team (ShinobiZ & COY) on 22/08/2003.
c7 looks like a bad dump of the sound rom, e14 is a bad dump of the tile rom (1 bit wrong) but the program looks legitimate, and actually needs the MCU / blitter unlike the Japan set we currently support. Also this is highly suggestive that our current IC positions are nonsense ones from a bootleg.Changed: armedf.c, armedf.h, mame.lst
3 files changed, 51 insertions, 15 deletions
- Chouji Meikyuu Legion (Japan ver 1.05) [ShinobiZ & COY]
- nova2001.c: enabled save state support (nw) [Ivan Vangelista]
2015-03-05 18:26:32Changed: nova2001.c, nova2001.h
2 files changed, 29 insertions, 22 deletions
- speedbal.c, timelimt.c: added save state support (nw) [Ivan Vangelista]
2015-03-05 18:18:31Changed: speedbal.c, timelimt.c, speedbal.h, timelimt.h, speedbal.c, timelimt.c
6 files changed, 92 insertions, 79 deletions
- cabal.c, deadang.c: added save state support (nw) [Ivan Vangelista]
2015-03-05 18:13:53Changed: cabal.c, deadang.c, cabal.h, deadang.h, cabal.c, deadang.c
6 files changed, 129 insertions, 102 deletions
- change description (nw) [mamehaze]
2015-03-05 17:50:47Changed: seta.c
1 files changed, 1 insertions, 1 deletions
- Merge pull request #147 from trap15/master [David Haywood]
2015-03-05 17:44:35 - widdle endian [hap]
2015-03-05 17:09:40Changed: hmcs40.h, hmcs40d.c, unidasm.c
3 files changed, 4 insertions, 4 deletions
- fixed some apparent bugs in Python scripts based on PyCharm inspection (nw) [Oliver Stöneberg]
2015-03-05 16:44:01Changed: h8make.py, mcs96make.py
2 files changed, 8 insertions, 8 deletions
- another Python script cleanup (nw) [Oliver Stöneberg]
2015-03-05 16:42:41Changed: png2bdc.py
1 files changed, 2 insertions, 2 deletions
- more Python script cleanups based on PyCharm inspection (nw) [Oliver Stöneberg]
2015-03-05 16:38:07Changed: file2str.py, verinfo.py, arcompact_make.py, h8make.py, m6809make.py, mcs96make.py, tmsmake.py
7 files changed, 77 insertions, 77 deletions
- some Python script cleanups based on PyCharm inspection (nw) [Oliver Stöneberg]
2015-03-05 16:24:05Changed: makelist.py, verinfo.py, jedtest.py
3 files changed, 20 insertions, 20 deletions
- Remove relative folders in src (for future use) (nw) [Miodrag Milanovic]
2015-03-05 08:56:48Changed: info.c
1 files changed, 3 insertions, 1 deletions
- Fix mongoose build (nw) [Miodrag Milanovic]
2015-03-05 08:46:52Changed: lib.mak
1 files changed, 1 insertions, 1 deletions
- sync with latest 3rdparty (nw) [Miodrag Milanovic]
2015-03-05 08:40:11Changed: entry_osx.mm, entry_windows.cpp, entry_x11.cpp, bgfx.c99.h, bgfx.h, bgfxdefines.h, bgfx.cpp, bgfx_compute.sh, renderer_d3d11.cpp, renderer_d3d9.cpp, renderer_gl.cpp, renderer_gl.h, cl_platform.h, uint32_t.h, genie, genie, genie.exe, README.md, scripting-reference.md, scripting-reference.md, make_cpp.lua, api.lua, path.lua, scripts.c, Embed.md, mongoose.c
26 files changed, 2311 insertions, 2543 deletions
- Fix crashing on ARM Linux targets. [R. Belmont, rjosal] [arbee]
2015-03-05 05:10:41Changed: delegate.h
1 files changed, 2 insertions, 0 deletions
- Swap interval for baseline opengl. [couriersud]
2015-03-05 02:44:07- I can't test this. Neither virtualbox nor wine seem to support WGL Extensions. (nw)
Changed: drawogl.c
1 files changed, 31 insertions, 1 deletions
- I can't test this. Neither virtualbox nor wine seem to support WGL Extensions. (nw)
- Fix debug build. (nw) [couriersud]
2015-03-04 21:45:47Changed: osdcore.c
1 files changed, 6 insertions, 7 deletions
- Remove unused "opc", fix possible undefined name "inf". (nw) [Mike Naberezny]
2015-03-04 20:46:52Changed: h8make.py, mcs96make.py
2 files changed, 2 insertions, 2 deletions
- mpu4: remove unused declarations (nw) [Alex W. Jackson]
2015-03-04 20:00:53Changed: mpu4.h
1 files changed, 0 insertions, 3 deletions
- srmp2.c: simplify ROM loading/banking (nw) [Alex W. Jackson]
2015-03-04 19:58:15Changed: srmp2.c
1 files changed, 16 insertions, 36 deletions
- mpu4hw.c: reduced tagmap lookups (nw) [Ivan Vangelista]
2015-03-04 19:10:36- C:mame>mame64d0159 m4twintm -str 2 -w 533317 tagmap lookups
C:mame>mame64d m4twintm -str 2 -w 6464 tagmap lookupsChanged: mpu4hw.c
1 files changed, 3 insertions, 21 deletions
- C:mame>mame64d0159 m4twintm -str 2 -w 533317 tagmap lookups
- More set_base removal (entitled 'I just convert what's there - no matter how weird it is') (nw) [andrew-gardner]
2015-03-04 16:51:572 files changed, 21 insertions, 17 deletions
- m6502: Fix icounting [Peter Ferrie] [Olivier Galibert]
2015-03-04 07:52:10Changed: m6502make.py
1 files changed, 2 insertions, 2 deletions
- First step to move osd_printf_* into osd again. Callbacks are now [couriersud]
2015-03-04 01:39:52- implemented using an interface and use a push/pop approach where the pop can happen out of order of pushes. [Couriersud]
Changed: validity.c, validity.h, osdobj_common.c, osdobj_common.h, osdcore.c, osdcore.h, winmain.c
7 files changed, 175 insertions, 145 deletions
- implemented using an interface and use a push/pop approach where the pop can happen out of order of pushes. [Couriersud]
- xrally experiments (nw) [mamehaze]
2015-03-03 23:49:09Changed: hng64_3d.c
1 files changed, 26 insertions, 6 deletions
- Merge branch 'master' of https://github.com/mamedev/mame [yz70s]
2015-03-03 23:06:54Changed: hng64_3d.c
1 files changed, 21 insertions, 20 deletions
- i386.c: x87 condition code flag C1 must be 1 in case of a stack overflow, 0 in case of a stack undeflow (nw) [yz70s]
2015-03-03 23:00:15Changed: x87ops.inc
1 files changed, 3 insertions, 3 deletions
- notes (nw) [mamehaze]
2015-03-03 23:03:20Changed: hng64_3d.c
1 files changed, 21 insertions, 20 deletions
- Remove use of has_key() for Python 3 compat. (nw) [Mike Naberezny]
2015-03-03 21:50:00Changed: m6809make.py
1 files changed, 2 insertions, 2 deletions
- tryout.c: reverted error on my part. (nw) [Ivan Vangelista]
2015-03-03 19:59:10Changed: tryout.c, tryout.h, tryout.c
3 files changed, 11 insertions, 4 deletions
- funkball.c: used ioport_array. (nw) [Ivan Vangelista]
2015-03-03 19:23:33- This enormously reduces tagmap lookups, but doesn't help much with performance: mame64d 0.159 253140209 tagmap lookups Average speed: 8.30% (19 seconds)
mame64d current 153521 tagmap lookups Average speed: 9.67% (19 seconds)Changed: funkball.c
1 files changed, 26 insertions, 34 deletions
- This enormously reduces tagmap lookups, but doesn't help much with performance: mame64d 0.159 253140209 tagmap lookups Average speed: 8.30% (19 seconds)
- Remove except clause syntax not supported on Python 3. (nw) [Mike Naberezny]
2015-03-03 18:41:58- This change uses sys.exc_info()[1] instead of the "as" syntax to retain Python 2.5 compatibility.
Changed: arcompact_make.py, h8make.py, m6502make.py, m6809make.py, mcs96make.py, tmsmake.py
6 files changed, 23 insertions, 13 deletions
- This change uses sys.exc_info()[1] instead of the "as" syntax to retain Python 2.5 compatibility.
- bbusters.c: added save state support (nw) [Ivan Vangelista]
2015-03-03 18:19:11Changed: bbusters.c, bbusters.h, bbusters.c
3 files changed, 57 insertions, 52 deletions
- tryout.c: added save state support (nw) [Ivan Vangelista]
2015-03-03 18:14:51Changed: tryout.c, tryout.h, tryout.c
3 files changed, 62 insertions, 66 deletions
- Merge pull request #145 from reedlove/patch-2 [Mike Naberezny]
2015-03-03 17:56:01- Update file2str.py for Python 3 compat
Changed: file2str.py
1 files changed, 4 insertions, 1 deletions
- Update file2str.py for Python 3 compat
- Update file2str.py [Reed]
2015-03-03 17:12:30- Sorry about my previous recommendation that broke Python 2. It's been so long that I forgot that Python 2 open 'rb' returns a string representation of bytes. The above code will properly handle type conversion for Python 2.
Changed: file2str.py
1 files changed, 4 insertions, 1 deletions
- Sorry about my previous recommendation that broke Python 2. It's been so long that I forgot that Python 2 open 'rb' returns a string representation of bytes. The above code will properly handle type conversion for Python 2.
- Fix Python 2 compatibility. Someone can fix Python 3 if they want, but not at the expense of 2. [Vas Crabb]
2015-03-03 11:53:10Changed: file2str.py
1 files changed, 1 insertions, 1 deletions
- Change dangerous variable name. [andrew-gardner]
2015-03-03 10:16:05Changed: file2str.py
1 files changed, 3 insertions, 3 deletions
- Merge pull request #144 from reedlove/patch-1 [Andrew Gardner]
2015-03-03 10:16:22- Fix TypeError exception in file2str (reedlove)
Changed: file2str.py
1 files changed, 1 insertions, 1 deletions
- Fix TypeError exception in file2str (reedlove)
- don't crash if malloc fails (nw) [Peter Ferrie]
2015-03-03 04:01:15Changed: video.c
1 files changed, 1 insertions, 1 deletions
- really fix opengl compile on MSVC (thanks to couriersud) (nw) [Peter Ferrie]
2015-03-03 04:00:45Changed: osd_opengl.h, drawogl.c
2 files changed, 9 insertions, 8 deletions
- Merge branch 'master' of https://github.com/mamedev/mame.git [couriersud]
2015-03-03 02:23:43Changed: megasys1.c, peplus.c, suna8.c, mame.lst
4 files changed, 175 insertions, 44 deletions
- Avoid members having the same names as wgl* functions. Renamed those to [couriersud]
2015-03-03 02:23:12- pfn_wgl... If any windows headers do some macro magic, this should work around it. (nw)
Changed: drawogl.c
1 files changed, 13 insertions, 13 deletions
- pfn_wgl... If any windows headers do some macro magic, this should work around it. (nw)
- megasys1.c: Correct priority PROM dump status - NW [briantro]
2015-03-03 01:51:26Changed: megasys1.c
1 files changed, 27 insertions, 28 deletions
- peplus.c: Remove test remnants and minor rom name correction - NW [briantro]
2015-03-03 01:12:19Changed: peplus.c
1 files changed, 2 insertions, 8 deletions
- New PE+ Clones [briantro]
2015-03-03 00:56:53- New Game Added ----------------------------------------------- Player's Edge Plus (X002111P+XP000038) 4 of a Kind Bonus Poker (with Seq Royal Flush) [BrianT]
New Clones Added --------------------------------------------- Player's Edge Plus (PP0158) 4 of a Kind Bonus Poker (set 5) [BrianT] Player's Edge Plus (PP0190) Deuces Wild Poker (set 1) [BrianT] Player's Edge Plus (PP0203) 4 of a Kind Bonus Poker (set 4) [BrianT] Player's Edge Plus (PP0515) Double Bonus Poker (set 3) [BrianT]2 files changed, 151 insertions, 13 deletions
- New Game Added ----------------------------------------------- Player's Edge Plus (X002111P+XP000038) 4 of a Kind Bonus Poker (with Seq Royal Flush) [BrianT]
- Use measured clocks from brickzn PCB, fixes music tempo [system11] [Luca Elia]
2015-03-02 23:44:10Changed: suna8.c
1 files changed, 4 insertions, 4 deletions
- Just another one for Peter. (nw) [couriersud]
2015-03-02 23:21:05Changed: osd_opengl.h, drawogl.c
2 files changed, 3 insertions, 3 deletions
- Merge branch 'master' of https://github.com/mamedev/mame.git [couriersud]
2015-03-02 22:51:57Changed: cubo.c
1 files changed, 2 insertions, 0 deletions
- Reorder includes in drawogl.c. (nw) [couriersud]
2015-03-02 22:51:30Changed: drawogl.c
1 files changed, 4 insertions, 5 deletions
- add a few undumped games (nw) [Stiletto]
2015-03-02 22:04:34- add a few undumped games (nw)
Changed: cubo.c
1 files changed, 2 insertions, 0 deletions
- add a few undumped games (nw)
- Fix fullscreen toggle for the accel driver os OSX. [Couriersud] [couriersud]
2015-03-02 22:04:21Changed: draw13.c, drawogl.c, drawsdl.c, video.h
4 files changed, 87 insertions, 42 deletions
- OpenGL MSVC fix for Peter. If compiling under MSVC, don't use GL/gl.h or [couriersud]
2015-03-02 21:05:39- GL/glext.h. Use our own headers. (nw)
Changed: SDL1211_opengl.h, osd_opengl.h
2 files changed, 7 insertions, 3 deletions
- GL/glext.h. Use our own headers. (nw)
- srumbler.c: added save state support (nw) [Ivan Vangelista]
2015-03-02 19:18:34Changed: srumbler.c, srumbler.h, srumbler.c
3 files changed, 40 insertions, 32 deletions
- Merge branch 'master' of https://github.com/mamedev/mame [mamehaze]
2015-03-02 18:59:21Changed: mgolf.c
1 files changed, 42 insertions, 32 deletions
- add dumped prom to 64street [system11] [mamehaze]
2015-03-02 18:58:56Changed: megasys1.c, megasys1.c
2 files changed, 4 insertions, 8 deletions
- mgolf.c: removed anonymous timer, added save state support (nw) [Ivan Vangelista]
2015-03-02 18:56:48Changed: mgolf.c
1 files changed, 42 insertions, 32 deletions
- split the hng64 code into more files, easier to work with, also modernize a bit more (nw) [mamehaze]
2015-03-02 18:42:36Changed: hng64.c, hng64.h, mame.mak, hng64.c, hng64_3d.c, hng64_sprite.c
6 files changed, 2000 insertions, 2116 deletions
- tankbatt.c, tankbust.c: added save state support (nw) [Ivan Vangelista]
2015-03-02 18:40:59Changed: tankbatt.c, tankbust.c, tankbatt.h, tankbust.h, tankbatt.c, tankbust.c
6 files changed, 145 insertions, 143 deletions
- sandscrp.c: added save state support (nw) [Ivan Vangelista]
2015-03-02 18:34:16Changed: sandscrp.c
1 files changed, 59 insertions, 66 deletions
- jalblend.c: converted to be a device (nw) [Ivan Vangelista]
2015-03-02 18:27:30Changed: argus.c, psychic5.c, argus.h, psychic5.h, argus.c, jalblend.c, jalblend.h, psychic5.c
8 files changed, 160 insertions, 126 deletions
- removed PIC16 mcu fake io memory map [hap]
2015-03-02 17:53:20Changed: pic16c5x.c, pic16c5x.h, bingor.c, blackt96.c, drgnmst.c, kickgoal.c, megaphx.c, midzeus.c, playmark.c, drgnmst.h, midzeus.h, playmark.h
12 files changed, 165 insertions, 163 deletions
- A few more set_base removals (nw) [andrew-gardner]
2015-03-02 16:22:34Changed: srmp6.c, srumbler.c, suna16.c, suna16.h
4 files changed, 48 insertions, 24 deletions
- One more (nt) [andrew-gardner]
2015-03-02 12:22:31Changed: supertnk.c
1 files changed, 11 insertions, 18 deletions
- Oops... fix build (nw) [Alex W. Jackson]
2015-03-02 11:19:54Changed: thunderx.h
1 files changed, 1 insertions, 1 deletions
- thunderx.c: convert to bankdev, merge with gbusters.c, add notes and correct various things based on schematics [Alex Jackson] [Alex W. Jackson]
2015-03-02 10:51:24Changed: gbusters.c, thunderx.c, gbusters.h, thunderx.h, mame.mak, gbusters.c, thunderx.c
7 files changed, 315 insertions, 764 deletions
- thunderx.c: simplify ROM loading/banking and unify it between scontra and thunderx (nw) [Alex W. Jackson]
2015-03-02 02:02:51Changed: thunderx.c
1 files changed, 22 insertions, 36 deletions
- Fix switchres for sdl build. (nw) [couriersud]
2015-03-02 01:53:25Changed: window.c
1 files changed, 18 insertions, 5 deletions
- Emulate sound latch protection in brickzn [Luca Elia, system11] [Luca Elia]
2015-03-01 22:18:192 files changed, 39 insertions, 10 deletions
- Some more alignment. (nw) [couriersud]
2015-03-01 22:08:27Changed: draw13.c, drawsdl.c, video.c, video.h, window.c, video.c, video.h
7 files changed, 62 insertions, 71 deletions
- Aligned monitor handling between sdl and baseline. [Couriersud] [couriersud]
2015-03-01 18:31:53Changed: osdwindow.h, drawd3d.c, drawdd.c, drawsdl.c, video.c, video.h, window.c, window.h, video.c, video.h, window.c, window.h
12 files changed, 256 insertions, 190 deletions
- Merge pull request #143 from 0-wiz-0/master [hap]
2015-03-01 16:00:28- Revert part of 34d0ee6b.
Changed: mitchell.c
1 files changed, 2 insertions, 2 deletions
- Revert part of 34d0ee6b.
- modernize a bit (nw) [mamehaze]
2015-03-01 15:41:49Changed: hng64.c, hng64.h, hng64.c
3 files changed, 197 insertions, 164 deletions
- hng64, some code refactor, going to try a few things in a bit (nw) [mamehaze]
2015-03-01 13:52:07Changed: hng64.c, hng64.h, hng64.c
3 files changed, 87 insertions, 188 deletions
- Merge branch 'master' of https://github.com/mamedev/mame [andrew-gardner]
2015-03-01 11:30:41Changed: suna8.c
1 files changed, 4 insertions, 3 deletions
- Replaced a bunch of set_base()s with set_entry()s (nw) [andrew-gardner]
2015-03-01 11:29:57Changed: suprgolf.c, suprslam.c, tankbust.c, thunderx.c, tryout.c, usgames.c, vigilant.c, tankbust.h, thunderx.h, tryout.h, usgames.h, vigilant.h
12 files changed, 56 insertions, 48 deletions
- tag brickzn sets with imperfect sound, our emulation sounds nothing like the PCB, system11 provided a reference video [mamehaze]
2015-03-01 10:16:21Changed: suna8.c
1 files changed, 4 insertions, 3 deletions
- suna8.c: Minor doc update, add version & date for v1.1 of Brick Zone - NW [briantro]
2015-03-01 05:09:22Changed: suna8.c
1 files changed, 1 insertions, 1 deletions
- suna8.c: fix case [Guru]
2015-03-01 04:07:47Changed: suna8.c
1 files changed, 11 insertions, 11 deletions
- Fix clipping bug (e.g. apparent in neogeo) for video accel. Minor code [couriersud]
2015-03-01 02:51:49 - new clones [mamehaze]
2015-03-01 01:09:09- The Combatribes (US, older) [Jets, Layer] Raiden II (France) [Jets, Layer]
( Jets (emu-france.com) and Layer (neo-arcadia.com forum) )Changed: ddragon3.c, raiden2.c, mame.lst
3 files changed, 81 insertions, 1 deletions
- The Combatribes (US, older) [Jets, Layer] Raiden II (France) [Jets, Layer]
- suna8.c: Minor doc updates for the new v6.0 Brick Zone - NW [briantro]
2015-02-28 23:59:08Changed: suna8.c
1 files changed, 5 insertions, 4 deletions
- new clones [mamehaze]
2015-02-28 23:48:01 - Fix detecting rotation for "-video accel" for quadratic screen bitmaps. [couriersud]
2015-02-28 20:35:52- [Couriersud]
Changed: draw13.c
1 files changed, 1 insertions, 1 deletions
- [Couriersud]
- Merge branch 'master' of https://github.com/mamedev/mame.git [couriersud]
2015-02-28 17:34:38Changed: flyball.c
1 files changed, 75 insertions, 65 deletions
- Fix mame restart (builtin game selector) in draw13.c. [CourierSud] [couriersud]
2015-02-28 17:34:22Changed: draw13.c
1 files changed, 31 insertions, 21 deletions
- flyball.c: enabled save state support (nw) [Ivan Vangelista]
2015-02-28 16:10:11Changed: flyball.c
1 files changed, 75 insertions, 65 deletions
- OpenGL on windows now supports glsl options. This worked out of the box [couriersud]
2015-02-28 14:30:12- with wine64 and on virtualbox windows7 (64bit).
mametiny.exe gridlee -video opengl -gl_glsl -glsl_shader_mame0 shader/glsl_plain -glsl_shader_mame1 shader/TV/tv -now -gl_forcepow2texture -keepaspect
[Couriersud]Changed: osdobj_common.c, osdobj_common.h, osdsdl.h, sdlmain.c, video.c, video.c, winmain.c, winmain.h
8 files changed, 132 insertions, 81 deletions
- with wine64 and on virtualbox windows7 (64bit).
- Merged sdl_video_config and win_video_config [couriersud]
2015-02-28 13:28:23Changed: video.c, video.h, video.c, video.h, window.c
5 files changed, 55 insertions, 37 deletions
- tugboat.c: killed anonymous timer, added save state support (nw) [Ivan Vangelista]
2015-02-28 10:20:26Changed: tugboat.c
1 files changed, 36 insertions, 28 deletions
- fgoal.c: killed anonymous timer, enabled save state support (nw) [Ivan Vangelista]
2015-02-28 10:00:09Changed: fgoal.c, fgoal.h, fgoal.c
3 files changed, 84 insertions, 78 deletions
- ssv.c: added save state support (nw) [Ivan Vangelista]
2015-02-28 08:51:01Changed: ssv.c, ssv.h, ssv.c, st0020.c
4 files changed, 121 insertions, 114 deletions
- Merge branch 'master' of https://github.com/mamedev/mame [Robbbert]
2015-02-28 08:06:32Changed: imgui.cpp, README.md, vectordisplay.cpp, fs_imgui_latlong.bin.h, fs_imgui_latlong.sc, imgui.cpp, imgui.h, ocornut_imgui.cpp, bgfx.c99.h, bgfx.h, bgfx.lua, example-common.lua, genie.lua, geometryc.lua, makedisttex.lua, shaderc.lua, texturec.lua, bgfx.cpp, bgfx_compute.sh, bgfx_p.h, bgfx_shader.sh, config.h, glimports.h, renderer_d3d11.cpp, renderer_d3d9.cpp, renderer_gl.cpp, renderer_gl.h, genie.lua, toolchain.lua, README.md, make_cpp.lua, api.lua, bake.lua, scripts.c, API.md, LuaSqlite.md, mongoose.c, tms34061.c
38 files changed, 652 insertions, 503 deletions
- tms34061.c: oops, thanks AWJ (nw) [Ivan Vangelista]
2015-02-28 07:59:03Changed: tms34061.c
1 files changed, 0 insertions, 1 deletions
- update libs to latest (nw) [Miodrag Milanovic]
2015-02-28 07:52:28Changed: imgui.cpp, README.md, vectordisplay.cpp, fs_imgui_latlong.bin.h, fs_imgui_latlong.sc, imgui.cpp, imgui.h, ocornut_imgui.cpp, bgfx.c99.h, bgfx.h, bgfx.lua, example-common.lua, genie.lua, geometryc.lua, makedisttex.lua, shaderc.lua, texturec.lua, bgfx.cpp, bgfx_compute.sh, bgfx_p.h, bgfx_shader.sh, config.h, glimports.h, renderer_d3d11.cpp, renderer_d3d9.cpp, renderer_gl.cpp, renderer_gl.h, genie.lua, toolchain.lua, README.md, make_cpp.lua, api.lua, bake.lua, scripts.c, API.md, LuaSqlite.md, mongoose.c
37 files changed, 652 insertions, 502 deletions
- argus.c: killed trampolines, made use of configured banks, added save state support (nw) [Ivan Vangelista]
2015-02-27 19:00:28Changed: argus.c, argus.h, argus.c
3 files changed, 173 insertions, 158 deletions
- capbowl.c: killed anonymous timer, enabled save state support (nw) [Ivan Vangelista]
2015-02-27 18:33:18- tms34061.c: added save state support (nw)
Changed: tms34061.c, capbowl.c, capbowl.h, capbowl.c
4 files changed, 64 insertions, 77 deletions
- tms34061.c: added save state support (nw)
- Fix resizing on windows. (nw) [couriersud]
2015-02-27 18:09:392 files changed, 14 insertions, 10 deletions
- opwolf: fixed BGM regression (nw) [Ivan Vangelista]
2015-02-27 17:38:28Changed: opwolf.c
1 files changed, 2 insertions, 3 deletions
- silly autosave (nw) [mamehaze]
2015-02-27 12:11:22Changed: neogeo_noslot.c
1 files changed, 1 insertions, 1 deletions
- Neo-Geo documentation updates [JacKc] [mamehaze]
2015-02-27 12:07:49- * kof96h - Tagged AES version * kof98h - Tagged MVS and AES version * ncomabth - Tagged MVS and AES version * Updated game pcb info * Misc Documentation update
[No Whatsnew] sources: http://mvs.gotwalls.com/index.php/Main_Page http://www.zen96737.zen.co.uk/ http://www.arcade-collector.com/neogeo.php http://ngdevteam.com/index.php?option=com_content&view=section&layout=blog&id=5&Itemid=29 http://neobitz.com/KnightsChance
Note from DsNo: - Breakers, The King Of Fighters '96, Ninja Masters, Shock Troopers, Stakes Winner, Waku Waku 7
All the same cartridges like japan or usa mvs.. (ID, Roms, PCB) Only different is label text "Made in Korea"
- The last Soldier 2 (MVS Korean release of The last Blade 2) exists but was only on location test in Korea.
(b2b was also added, even if we consider the later release date it now falls within range, a big rar of images to support this documentation was also supplied)Changed: neogeo.c, neogeo_noslot.c, mame.lst
3 files changed, 156 insertions, 47 deletions
- * kof96h - Tagged AES version * kof98h - Tagged MVS and AES version * ncomabth - Tagged MVS and AES version * Updated game pcb info * Misc Documentation update
- Remove extra semicolons. (nw) [Mike Naberezny]
2015-02-27 04:16:59Changed: verinfo.py
1 files changed, 7 insertions, 7 deletions
- Remove unused imports. (nw) [Mike Naberezny]
2015-02-27 04:10:50Changed: makelist.py, verinfo.py
2 files changed, 0 insertions, 2 deletions
- Fixed windows baseline build. [couriersud]
2015-02-27 01:42:50 - Fix windows sdl build. (nw) [couriersud]
2015-02-27 00:31:15Changed: window.c
1 files changed, 2 insertions, 2 deletions
- Introduced osd_rect and osd_dim to allow for more code alignment. (nw) [couriersud]
2015-02-27 00:19:41Changed: osdwindow.h, draw13.c, drawogl.c, drawsdl.c, video.h, window.c, window.h, drawdd.c, video.h, window.c, window.h
11 files changed, 375 insertions, 233 deletions
- wc90b: added save state support (nw) [Ivan Vangelista]
2015-02-26 18:56:12Changed: wc90b.c, wc90b.h, wc90b.c
3 files changed, 48 insertions, 39 deletions
- tbowl.c: added save state support (nw) [Ivan Vangelista]
2015-02-26 18:43:32Changed: tbowl.c, tbowl.h, tbowl.c
3 files changed, 108 insertions, 93 deletions
- pturn.c: added save state support (nw) [Ivan Vangelista]
2015-02-26 18:18:37 - psychic5.c: added save state support, converted to configured banking (nw) [Ivan Vangelista]
2015-02-26 18:17:27Changed: psychic5.c, psychic5.h, jalblend.c, psychic5.c
4 files changed, 115 insertions, 91 deletions
- Fixed MT05852, stupid copy/paste error on my part (nw) [Ivan Vangelista]
2015-02-26 18:06:07Changed: mw8080bw.c
1 files changed, 1 insertions, 1 deletions
- vulgus.c: added save state support (nw) [Ivan Vangelista]
2015-02-26 18:02:46Changed: vulgus.c, vulgus.h, vulgus.c
3 files changed, 29 insertions, 21 deletions
- improvements to monkelf (bootleg of avspirit), now playable [iq_132] [mamehaze]
2015-02-26 15:21:57Changed: megasys1.c, megasys1.h, megasys1.c
3 files changed, 64 insertions, 3 deletions
- Various 8-bit Tecmo drivers: use configured banks (nw) [Alex W. Jackson]
2015-02-26 13:56:36Changed: tbowl.c, tecmo.c, wc90.c, wc90b.c, tbowl.h, wc90.h, wc90b.h
7 files changed, 50 insertions, 100 deletions
- Fix other builds. Still fighting a bit with eGit. (nw) [couriersud]
2015-02-26 08:26:58Changed: osdwindow.h
1 files changed, 85 insertions, 46 deletions
- Speculatively fill in what couriersud forgot to commit. This is [Vas Crabb]
2015-02-26 06:21:30- probably horribly wrong, but it fixes the build and renders video OS X with the OpenGL renderer. Treat it as an interim fix to keep things working (for some values of "working") until couriersud commits the actual code.
Changed: osdwindow.h
1 files changed, 99 insertions, 0 deletions
- probably horribly wrong, but it fixes the build and renders video OS X with the OpenGL renderer. Treat it as an interim fix to keep things working (for some values of "working") until couriersud commits the actual code.
- new clones [mamehaze]
2015-02-26 02:17:19- Nitro Ball (World, set 2) [Bill D. / The Dumping Union]
parent set was marked as 'US' but I think it's a World set because there's no Winners Don't Use Drugs logo to be found in the attract sequence and Data East were pretty consistent with that in this era.2 files changed, 53 insertions, 2 deletions
- Nitro Ball (World, set 2) [Bill D. / The Dumping Union]
- Moved opengl related stuff to modules/opengl [couriersud]
2015-02-26 01:40:18Changed: SDL1211_opengl.h, gl_shader_mgr.c, gl_shader_mgr.h, gl_shader_tool.c, gl_shader_tool.h, osd_opengl.h, genc.sh, glsl_bilinear.vsh, glsl_bilinear_idx16_lut.fsh, glsl_bilinear_idx16_lut.fsh.c, glsl_bilinear_rgb32_dir.fsh, glsl_bilinear_rgb32_dir.fsh.c, glsl_bilinear_rgb32_lut.fsh, glsl_bilinear_rgb32_lut.fsh.c, glsl_general.vsh, glsl_general.vsh.c, glsl_plain.vsh, glsl_plain_idx16_lut.fsh, glsl_plain_idx16_lut.fsh.c, glsl_plain_rgb32_dir.fsh, glsl_plain_rgb32_dir.fsh.c, glsl_plain_rgb32_lut.fsh, glsl_plain_rgb32_lut.fsh.c, drawogl.c, sdl.mak, video.h, window.h, video.c, video.h, window.h, windows.mak
31 files changed, 31 insertions, 280 deletions
- Fix memory leak warning (autorelease pool) on OSX. [Couriersud] [couriersud]
2015-02-26 01:38:49Changed: osxsupport.m
1 files changed, 5 insertions, 0 deletions
- pic8259: int line works even in polling mode (pcd depends on this, go figure)(nw) [cracyc]
2015-02-26 00:26:16 - fix building qt debugger on windows (nw) [cracyc]
2015-02-25 23:56:43Changed: windows.mak
1 files changed, 18 insertions, 18 deletions
- Enable OpenGL renderer on Windows. By default, run-time function [couriersud]
2015-02-25 23:44:17- resolution is enabled. To resolve addresses, the code now first tries GetProcAddress followed by wglGetProcAddress. [Couriersud]
Changed: coretmpl.h, drawogl.c, gl_shader_mgr.c, gl_shader_mgr.h, gl_shader_tool.c, gl_shader_tool.h, osd_opengl.h, sdl.mak, video.c, windows.mak
10 files changed, 351 insertions, 196 deletions
- resolution is enabled. To resolve addresses, the code now first tries GetProcAddress followed by wglGetProcAddress. [Couriersud]
- taotaido.c: use configured banks (nw) [Ivan Vangelista]
2015-02-25 19:40:56Changed: taotaido.c
1 files changed, 7 insertions, 10 deletions
- jchan.c: added save state support (nw) [Ivan Vangelista]
2015-02-25 19:15:57Changed: jchan.c
1 files changed, 35 insertions, 27 deletions
- junofrst.c: enabled save state support (nw) [Ivan Vangelista]
2015-02-25 18:58:12Changed: flt_rc.c, junofrst.c
2 files changed, 52 insertions, 43 deletions
- jongkyo.c: added missing save state (nw) [Ivan Vangelista]
2015-02-25 18:57:15Changed: jongkyo.c
1 files changed, 1 insertions, 0 deletions
- mosaic.c, tagteam.c, taotaido.c: added / enabled save state support (nw) [Ivan Vangelista]
2015-02-25 18:56:44Changed: mosaic.c, tagteam.c, taotaido.c, mosaic.h, tagteam.h, taotaido.h, mosaic.c, tagteam.c, taotaido.c
9 files changed, 138 insertions, 110 deletions
- Fix assert on opening empty watchpoints/breakpoints windows [Vas Crabb]
2015-02-25 15:28:03Changed: dvbpoints.c, dvwpoints.c
2 files changed, 4 insertions, 2 deletions
- toki.c: use configured banks, modernize gfx layouts (nw) [Alex W. Jackson]
2015-02-25 01:12:54Changed: toki.c
1 files changed, 21 insertions, 51 deletions
- Fixed regression with bfm_sc2 reels (nw) [James Wallace]
2015-02-24 21:16:08Changed: bfm_sc2.c
1 files changed, 12 insertions, 12 deletions
- Fixed USE_BGFX build for SDL (nw) [Miodrag Milanovic]
2015-02-24 19:10:52Changed: drawbgfx.c
1 files changed, 2 insertions, 2 deletions
- OS/2 patches for SDLMAME v0.158 [KO Myung-Hun] [Vas Crabb]
2015-02-24 10:52:16Changed: mongoose.c, sqlite3.c, chihiro.c, osdlib_os2.c, sync_os2.c, sdl.mak, sdlfile.c, sdlos_os2.c
8 files changed, 55 insertions, 82 deletions
- Whoops, I knew I'd miss something in src/osd/windows (nw) [Alex W. Jackson]
2015-02-23 22:54:552 files changed, 3 insertions, 3 deletions
- add cps1 video measurements by CharlesM [hap]
2015-02-23 22:14:092 files changed, 9 insertions, 1 deletions
- add q-sound amp board notes [hap]
2015-02-23 22:04:25Changed: cps2.c
1 files changed, 26 insertions, 0 deletions
- render.c: render_containers now always make their own copy of the emulation palette for paletted textures, whether or not there are custom brightness/contrast/gamma settings. Fixes -mt color issues in driftout, raphero, etc. without the additional complexity introduced in fde220f4a7e955343c3b25a562d6884f94c63bdc (which has been reverted) (nw) [Alex W. Jackson]
2015-02-23 20:51:32Changed: render.c, render.h, rendersw.inc, palette.h, blit13.h, draw13.c, drawogl.c, drawd3d.c
8 files changed, 74 insertions, 197 deletions
- speedatk: added save state support (nw) [Ivan Vangelista]
2015-02-23 19:15:49Changed: speedatk.c, speedatk.h, speedatk.c
3 files changed, 44 insertions, 36 deletions
- thedeep.c: use configured banking (nw) [Alex W. Jackson]
2015-02-23 17:48:042 files changed, 4 insertions, 28 deletions
- retofinv.c, thedeep.c: added save state support (nw) [Ivan Vangelista]
2015-02-23 17:25:40Changed: retofinv.c, seicross.c, thedeep.c, retofinv.h, thedeep.h, retofinv.c, retofinv.c, thedeep.c
8 files changed, 182 insertions, 138 deletions
- partypooper to the rescue [hap]
2015-02-23 16:59:30Changed: segaorun.c
1 files changed, 38 insertions, 38 deletions
- Fix tiny build when there are no buses (nw) [Justin Kerk]
2015-02-23 16:26:41Changed: makefile
1 files changed, 4 insertions, 0 deletions
- disabled another Visual Studio warning (nw) [Oliver Stöneberg]
2015-02-23 13:55:28Changed: vconv.c
1 files changed, 2 insertions, 1 deletions
- this one is also barely playable without ext. artwork (also removed old obsolete note) [hap]
2015-02-23 13:42:37Changed: triplhnt.c
1 files changed, 1 insertions, 5 deletions
- chihiro.c update [MetalliC]
2015-02-23 11:42:06 - notes (nw) [MetalliC]
2015-02-23 11:37:18Changed: triforce.c
1 files changed, 4 insertions, 1 deletions
- opwolf.c: added the remaining DIP locations to Operation Wolf [Guru]
2015-02-23 10:49:15Changed: opwolf.c
1 files changed, 6 insertions, 3 deletions
- oops ;-) [Guru]
2015-02-23 09:43:36Changed: opwolf.c
1 files changed, 1 insertions, 1 deletions
- opwolf.c: added some DIP locations [Guru]
2015-02-23 09:37:26Changed: opwolf.c
1 files changed, 7 insertions, 7 deletions
- Merge pull request #142 from mzdmommy/patch-1 [Guru]
2015-02-23 09:00:57- updated opwolf dipswitches
Changed: opwolf.c
1 files changed, 3 insertions, 1 deletions
- updated opwolf dipswitches
- make declarations match (nw) [Peter Ferrie]
2015-02-23 06:35:37Changed: drawbgfx.c
1 files changed, 1 insertions, 1 deletions
- Fixed fullscreen toggling (SDL2) on OSX. Simplified multithreading [couriersud]
2015-02-23 02:33:44 - WM_DESTROY may be send multiple times. This also fixes [couriersud]
2015-02-22 20:24:16- -bench X crashes. (nw)
Changed: window.c
1 files changed, 6 insertions, 3 deletions
- -bench X crashes. (nw)
- this is not mechanical, from what I could gather around in the web... nw. [etabeta78]
2015-02-22 19:41:40Changed: bfm_sc1.c
1 files changed, 1 insertions, 1 deletions
- added the GAME_MECHANICAL flag to a few drivers that should have had it. nw. [etabeta78]
2015-02-22 19:40:47Changed: mpu4avan.c, mpu4bwb.c, mpu4concept.c, mpu4crystal.c, mpu4empire.c, mpu4mdm.c, mpu4misc.c, mpu4mod2sw.c, mpu4plasma.c, mpu4sw.c, mpu4union.c, sumt8035.c, wms.c
13 files changed, 38 insertions, 38 deletions
- Many fixes for breakpoints/watchpoints views [Vas Crabb]
2015-02-22 17:47:52- * Fix sorting - qsort needs a ternary -1/0/1 comparator * Get rid of the redundant enums - using a funciton pointer is far more concise * Reduce number of allocations and use less expensive functions when updating * Fix off-by-one error that could cause a crash when clicking the views * Get rid of double iteration
Changed: dvbpoints.c, dvbpoints.h, dvwpoints.c, dvwpoints.h
4 files changed, 369 insertions, 642 deletions
- * Fix sorting - qsort needs a ternary -1/0/1 comparator * Get rid of the redundant enums - using a funciton pointer is far more concise * Reduce number of allocations and use less expensive functions when updating * Fix off-by-one error that could cause a crash when clicking the views * Get rid of double iteration
- Add a whole line scroll mode to make breakpoints/watchpoints header work nicely [Vas Crabb]
2015-02-22 15:25:45Changed: breakpointsview.m, consoleview.m, debugview.h, debugview.m, disassemblyview.m, errorlogview.m, memoryview.m, registersview.m, watchpointsview.m
9 files changed, 40 insertions, 20 deletions
- More intelligible auto window position code [Vas Crabb]
2015-02-22 14:29:03Changed: debugwindowhandler.m
1 files changed, 18 insertions, 12 deletions
- Make opening a break/watchpoints window work better if there are already ten or more of them [Vas Crabb]
2015-02-22 14:27:14Changed: dvbpoints.c, dvwpoints.c
2 files changed, 6 insertions, 10 deletions
- verified vaportra clocks [system11] [mamehaze]
2015-02-22 17:06:03- (note, doesn't fix the music speedup issue when firing, you have to kludge the clocks lower to do that) (note 2: there are PAL listings in the driver, but also PALs in some of the romsets, can somebody verify they match and remove?)
Changed: vaportra.c
1 files changed, 7 insertions, 7 deletions
- (note, doesn't fix the music speedup issue when firing, you have to kludge the clocks lower to do that) (note 2: there are PAL listings in the driver, but also PALs in some of the romsets, can somebody verify they match and remove?)
- More alignment of code: [couriersud]
2015-02-22 16:39:25- - HDC is passed differently to gdi renderer (the only one using it). - Merged sdl_window_config and win_window_config into osd_window_config. - Use osd_window_config instead of replicating individual member variables in osd_window.
Changed: draw13.c, drawogl.c, drawsdl.c, video.c, video.h, window.c, window.h, drawbgfx.c, drawd3d.c, drawd3d.h, drawdd.c, drawgdi.c, drawnone.c, video.c, video.h, window.c, window.h, winmenu.c
18 files changed, 106 insertions, 117 deletions
- - HDC is passed differently to gdi renderer (the only one using it). - Merged sdl_window_config and win_window_config into osd_window_config. - Use osd_window_config instead of replicating individual member variables in osd_window.
- i386.c: updates for the future and more [Samuele Zannoli] [yz70s]
2015-02-22 15:31:04- - add infrastructure to support opcodes ?? 0f 38 ?? and ?? 0f 3a ?? - add placeholders in opcode table for all instructions not yet implemented - fix opcode group 0f 73 - add opcode group 66 0f 73 - move sse opcodes movd movdqa to their own routine - move sse opcodes pinsrw pextrw to ther own routine - add opcodes punpcklbw punpcklwd punpckldq punpcklqdq
Changed: i386.c, i386.h, i386ops.h, pentops.inc
4 files changed, 777 insertions, 108 deletions
- - add infrastructure to support opcodes ?? 0f 38 ?? and ?? 0f 3a ?? - add placeholders in opcode table for all instructions not yet implemented - fix opcode group 0f 73 - add opcode group 66 0f 73 - move sse opcodes movd movdqa to their own routine - move sse opcodes pinsrw pextrw to ther own routine - add opcodes punpcklbw punpcklwd punpckldq punpcklqdq
- Slight improvement in Cocoa debug view performance [Vas Crabb]
2015-02-22 11:11:30Changed: debugconsole.m, debugview.h, debugview.m, debugwindowhandler.m, disassemblyviewer.m, errorlogviewer.m, memoryviewer.m, pointsviewer.m
8 files changed, 68 insertions, 28 deletions
- Fix SDL1 builds [Vas Crabb]
2015-02-22 11:10:202 files changed, 9 insertions, 9 deletions
- Fix build on OSX [Vas Crabb]
2015-02-22 11:09:41Changed: makefile, ldplayer.mak
2 files changed, 3 insertions, 4 deletions
- ssv.c: Minor doc update about the Ultra X review version - NW [briantro]
2015-02-22 10:45:14Changed: ssv.c
1 files changed, 4 insertions, 4 deletions
- seicross.c: added save state support (nw) [Ivan Vangelista]
2015-02-22 09:13:41Changed: seicross.c, seicross.h, seicross.c
3 files changed, 67 insertions, 57 deletions
- shadfrce.c: added save state support (nw) [Ivan Vangelista]
2015-02-22 08:52:05Changed: shadfrce.c, shadfrce.h, shadfrce.c
3 files changed, 88 insertions, 77 deletions
- More minor improvements to Cocoa debugger (nw) [Vas Crabb]
2015-02-22 02:33:47Changed: debugview.h, debugview.m
2 files changed, 86 insertions, 34 deletions
- Fix ldplayer linking. (nw) [couriersud]
2015-02-22 02:31:31Changed: makefile
1 files changed, 2 insertions, 3 deletions
- Make OpenGL renderer available in mainline build as well. This needs to [couriersud]
2015-02-22 01:14:37- be explicitly enabled by specifying USE_OPENGL=1. More code alignment. [Couriersud]
Changed: osdobj_common.h, draw13.c, drawogl.c, gl_shader_mgr.c, gl_shader_tool.h, input.c, osdsdl.h, sdlmain.c, video.c, video.h, window.h, drawd3d.c, drawdd.c, video.c, video.h, window.c, window.h, windows.mak, winmain.c, winmain.h
20 files changed, 409 insertions, 186 deletions
- be explicitly enabled by specifying USE_OPENGL=1. More code alignment. [Couriersud]
- Merge branch 'build-faster' of https://github.com/ramiropolla/mame [Vas Crabb]
2015-02-21 23:48:11- Conflicts: src/osd/sdl/sdl.mak
Changed: sdl.mak
1 files changed, 34 insertions, 16 deletions
- Conflicts: src/osd/sdl/sdl.mak
- Cocoa debugger: suppress trailing whitespace on copy, draw background to edge, more efficient drawing [Vas Crabb]
2015-02-21 23:28:43Changed: debugview.m
1 files changed, 61 insertions, 32 deletions
- wozfdc: Reduce the flux inversion pulse duration to the minimum [Peter Ferrie, O. Galibert] [Olivier Galibert]
2015-02-21 18:21:23Changed: wozfdc.c
1 files changed, 2 insertions, 4 deletions
- fuukifg3.c: added save state support (nw) [Ivan Vangelista]
2015-02-21 16:39:33Changed: fuukifg3.c, fuukifg3.h, fuukifg3.c
3 files changed, 61 insertions, 57 deletions
- mame.lst: added missing entries from Haze's latest commit (nw) [Ivan Vangelista]
2015-02-21 16:24:31Changed: mame.lst
1 files changed, 3 insertions, 0 deletions
- fuukifg2: added save state support (nw) [Ivan Vangelista]
2015-02-21 16:10:02Changed: fuukifg2.c, fuukifg2.h, fuukifg2.c
3 files changed, 67 insertions, 59 deletions
- nb1414m4.c: converted to a device, no functional change expected (nw) [Ivan Vangelista]
2015-02-21 15:37:08Changed: armedf.c, galivan.c, armedf.h, galivan.h, nb1414m4.h, nb1414m4.c
6 files changed, 179 insertions, 107 deletions
- Use uppercase ID in break/watchpoints windows to match how it's printed on the console; notify disassembly views on changing breakpoints to prevent Qt debugger menus becoming stale [Vas Crabb]
2015-02-21 15:18:44Changed: dvbpoints.c, dvwpoints.c
2 files changed, 4 insertions, 2 deletions
- Qt debugger dynamically updates menu items controlling disassembly views [Vas Crabb]
2015-02-21 15:06:37Changed: dasmwindow.c, dasmwindow.h, debuggerview.c, debuggerview.h, mainwindow.c, mainwindow.h
6 files changed, 195 insertions, 60 deletions
- More debugger consistency [Vas Crabb]
2015-02-21 13:40:57Changed: debugconsole.m, dasmwindow.c
2 files changed, 16 insertions, 43 deletions
- new clones [mamehaze]
2015-02-21 15:05:51- Asura Buster - Eternal Warriors (Japan) (ARCADIA review build) [ShouTime] Super Spacefortress Macross II / Chou-Jikuu Yousai Macross II (GAMEST review build) [ShouTime] Ultra X Weapons / Ultra Keibitai (GAMEST review build) [ShouTime]
Changed: fuukifg3.c, nmk16.c, ssv.c
3 files changed, 158 insertions, 31 deletions
- Asura Buster - Eternal Warriors (Japan) (ARCADIA review build) [ShouTime] Super Spacefortress Macross II / Chou-Jikuu Yousai Macross II (GAMEST review build) [ShouTime] Ultra X Weapons / Ultra Keibitai (GAMEST review build) [ShouTime]
- Merge pull request #141 from cuavas/master [Miodrag Milanović]
2015-02-21 12:56:48- Fix debug builds, make debuggers a bit more consistent
Changed: debugviewinfo.c, debugwininfo.c, debugwininfo.h, disasmbasewininfo.c
4 files changed, 25 insertions, 23 deletions
- Fix debug builds, make debuggers a bit more consistent
- Make behaviour of breakpoint control a bit more consistent with other debugger implementations [Vas Crabb]
2015-02-21 12:53:18Changed: disasmbasewininfo.c
1 files changed, 19 insertions, 18 deletions
- WM_SIZE etc may be posted before CreateWindowEx returns [Vas Crabb]
2015-02-21 12:46:20Changed: debugviewinfo.c, debugwininfo.c, debugwininfo.h
3 files changed, 6 insertions, 5 deletions
- tehkanwc.c: oops, forgot to save (nw) [Ivan Vangelista]
2015-02-21 09:48:38Changed: tehkanwc.h, tehkanwc.c
2 files changed, 4 insertions, 4 deletions
- Merge pull request #140 from cuavas/master [Miodrag Milanović]
2015-02-21 09:46:10- Version info for OSX binaries
Changed: makefile, verinfo.py, sdl.mak
3 files changed, 140 insertions, 78 deletions
- Version info for OSX binaries
- tehkanwc.c: added save state support (nw) [Ivan Vangelista]
2015-02-21 08:44:05Changed: tehkanwc.c, tehkanwc.h, tehkanwc.c
3 files changed, 105 insertions, 88 deletions
- tecmosys.c: added save state support (nw) [Ivan Vangelista]
2015-02-21 08:25:49Changed: tecmosys.c, tecmosys.h, tecmosys.c, tecmosys.c
4 files changed, 79 insertions, 67 deletions
- Fixed debug build compile (nw) [Ivan Vangelista]
2015-02-21 07:41:43Changed: editwininfo.c
1 files changed, 1 insertions, 1 deletions
- Merge pull request #139 from cuavas/master [Miodrag Milanović]
2015-02-21 06:43:19- Debugger love: Windows edition
Changed: dvbpoints.c, dvbpoints.h, dvmemory.h, dvwpoints.c, dvwpoints.h, debugwin.c, debugview.m, consolewininfo.c, consolewininfo.h, debugbaseinfo.c, debugbaseinfo.h, debugviewinfo.c, debugviewinfo.h, debugwin.h, debugwininfo.c, debugwininfo.h, disasmbasewininfo.c, disasmbasewininfo.h, disasmviewinfo.c, disasmviewinfo.h, disasmwininfo.c, disasmwininfo.h, editwininfo.c, editwininfo.h, logwininfo.c, logwininfo.h, memoryviewinfo.c, memoryviewinfo.h, memorywininfo.c, memorywininfo.h, pointswininfo.c, pointswininfo.h, uimetrics.c, uimetrics.h, sdl.mak, windows.mak, winmain.h
37 files changed, 3983 insertions, 3020 deletions
- Debugger love: Windows edition
- Update comment I forgot in previous commit. [Quench0]
2015-02-21 02:09:45Changed: ioport.c
1 files changed, 1 insertions, 1 deletions
- Don't use $(DEFS) for moc (nw) [balr0g]
2015-02-20 19:23:22Changed: sdl.mak, windows.mak
2 files changed, 2 insertions, 2 deletions
- tecmo.c, tecmo16.c, vball.c: added save state support (nw) [Ivan Vangelista]
2015-02-20 19:14:28Changed: tecmo.c, tecmo16.c, vball.c, tecmo.h, tecmo16.h, vball.h, tecmo.c, tecmo16.c, vball.c
9 files changed, 324 insertions, 320 deletions
- validity fix (nw) [mamehaze]
2015-02-20 16:18:41Changed: st_mp100.c
1 files changed, 1 insertions, 1 deletions
- Improve responsiveness of 8-way joysticks default behaviour on 4-way games when moves unintentionally become diagonal by favouring the new direction change. [Quench0]
2015-02-20 15:37:43Changed: input.c, input.h, ioport.c
3 files changed, 4 insertions, 6 deletions
- clang fix (nw) [Miodrag Milanovic]
2015-02-20 08:50:49Changed: sqlite3.c
1 files changed, 6 insertions, 6 deletions
- bnstars.c: hook up player 2 inputs; remove hazeinputs; misc cleanup/modernization [Alex Jackson] [Alex W. Jackson]
2015-02-20 07:02:302 files changed, 156 insertions, 690 deletions
- this should help compile on old OSX (nw) [Miodrag Milanovic]
2015-02-20 06:51:432 files changed, 2 insertions, 1 deletions
- Merge pull request #138 from mamedev/revert-137-master [Alex W. Jackson]
2015-02-20 03:38:33- Revert "SEGA:System-E::fantzn2 extend YM2413."
Changed: segae.c
1 files changed, 3 insertions, 31 deletions
- Revert "SEGA:System-E::fantzn2 extend YM2413."
- Revert "SEGA:System-E::fantzn2 extend YM2413." [Alex W. Jackson]
2015-02-20 03:34:15Changed: segae.c
1 files changed, 3 insertions, 31 deletions
- fix compile on MSVC 2012 (nw) [Peter Ferrie]
2015-02-20 03:25:41Changed: vconv.c
1 files changed, 2 insertions, 1 deletions
- Merge branch 'master' of https://github.com/mamedev/mame [Angelo Salese]
2015-02-20 01:44:36Changed: sqlite3.c
1 files changed, 1 insertions, 1 deletions
- VIDEO_UPDATE_AFTER_VBLANK + SCREEN_RAW_PARAMS = fail [Angelo Salese]
2015-02-20 01:44:11- VIDEO_UPDATE_BEFORE_VBLANK + SCREEN_RAW_PARAMS = ok!
Changed: raiden2.c
1 files changed, 12 insertions, 42 deletions
- VIDEO_UPDATE_BEFORE_VBLANK + SCREEN_RAW_PARAMS = ok!
- sqlite3: fix build on *ix (nw) [Alex W. Jackson]
2015-02-20 01:14:04Changed: sqlite3.c
1 files changed, 1 insertions, 1 deletions
- skyarmy.c, skydiver.c: added save state support (nw) [Ivan Vangelista]
2015-02-19 18:27:23Changed: skydiver.c, skyarmy.c, skydiver.c, skydiver.h, skydiver.c
5 files changed, 126 insertions, 105 deletions
- Make sqllite3 compile use CCOMFLAGS as well (nw) [Miodrag Milanovic]
2015-02-19 15:52:122 files changed, 45 insertions, 45 deletions
- Fix warning (nw) [Miodrag Milanovic]
2015-02-19 13:33:22Changed: drawdd.c
1 files changed, 1 insertions, 1 deletions
- Merge pull request #137 from hiroshica/master [Olivier Galibert]
2015-02-19 10:14:42- SEGA:System-E::fantzn2 extend YM2413.
Changed: segae.c
1 files changed, 31 insertions, 3 deletions
- SEGA:System-E::fantzn2 extend YM2413.
- SEGA:System-E::fantzn2 extend YM2413. [unknown]
2015-02-19 08:49:58Changed: segae.c
1 files changed, 31 insertions, 3 deletions
- big Triforce update: [MetalliC]
2015-02-18 20:13:05- new clones added The Key Of Avalon: The Wizard Master (server) (Rev E) [Ripper006] The Key Of Avalon: The Wizard Master (server) (Rev F) [Ripper006] The Key Of Avalon: The Wizard Master (server) (Rev G) [Ripper006] The Key Of Avalon: The Wizard Master (client) (Rev E) [Ripper006] The Key Of Avalon: The Wizard Master (client) (Rev F) [Ripper006] The Key Of Avalon: The Wizard Master (client) (Rev G) [Ripper006] The Key Of Avalon 1.20 - Summon The New Monsters (server) (Rev A) [Ripper006] The Key Of Avalon 1.20 - Summon The New Monsters (client) (Rev A) [Ripper006] The Key Of Avalon 1.30 - Chaotic Sabbat (server) (Rev C) [Ripper006] Gekitou Pro Yakyuu Mizushima Shinji All Stars vs. Pro Yakyuu (Rev B) [Ripper006]
redumped vs2002j/gdt-0001, avalonsc/gdt-0005c, gekpurya/gdt-0008c, avalnc13/gdt-0010c docs & verification [MetalliC]Changed: triforce.c, mame.lst
2 files changed, 228 insertions, 94 deletions
- new clones added The Key Of Avalon: The Wizard Master (server) (Rev E) [Ripper006] The Key Of Avalon: The Wizard Master (server) (Rev F) [Ripper006] The Key Of Avalon: The Wizard Master (server) (Rev G) [Ripper006] The Key Of Avalon: The Wizard Master (client) (Rev E) [Ripper006] The Key Of Avalon: The Wizard Master (client) (Rev F) [Ripper006] The Key Of Avalon: The Wizard Master (client) (Rev G) [Ripper006] The Key Of Avalon 1.20 - Summon The New Monsters (server) (Rev A) [Ripper006] The Key Of Avalon 1.20 - Summon The New Monsters (client) (Rev A) [Ripper006] The Key Of Avalon 1.30 - Chaotic Sabbat (server) (Rev C) [Ripper006] Gekitou Pro Yakyuu Mizushima Shinji All Stars vs. Pro Yakyuu (Rev B) [Ripper006]
- triforce.c: converted to chd and uncommented vs42k6ex and tcfboxa sets (nw) [MetalliC]
2015-02-18 15:27:54Changed: triforce.c, mame.lst
2 files changed, 20 insertions, 33 deletions
- Merge pull request #136 from cuavas/master [Osso]
2015-02-18 18:51:18- Two quick debugger fixes
Changed: dvmemory.c, deviceinfoviewer.m, memoryview.m
3 files changed, 15 insertions, 2 deletions
- Two quick debugger fixes
- quizo.c: added save state support (nw) [Ivan Vangelista]
2015-02-18 18:43:09Changed: quizo.c
1 files changed, 19 insertions, 12 deletions
- Fix debugger crash when setting bytes per chunk to more than current bytes per line [Vas Crabb]
2015-02-18 18:42:49Changed: dvmemory.c
1 files changed, 2 insertions, 0 deletions
- scotrsht,c: added save state support (nw) [Ivan Vangelista]
2015-02-18 18:36:35Changed: scotrsht.c, scotrsht.h, scotrsht.c
3 files changed, 54 insertions, 47 deletions
- progolf.c: added save state support (nw) [Ivan Vangelista]
2015-02-18 18:27:40Changed: progolf.c
1 files changed, 58 insertions, 44 deletions
- iqblock.c: added save state support (nw) [Ivan Vangelista]
2015-02-18 18:26:00Changed: iqblock.c, iqblock.h, iqblock.c
3 files changed, 29 insertions, 22 deletions
- Disable decrease bytes per line menu items when only one chunk per line is displayed [Vas Crabb]
2015-02-18 18:24:25Changed: deviceinfoviewer.m, memoryview.m
2 files changed, 13 insertions, 2 deletions
- gluck2.c: enabled save state support (nw) [Ivan Vangelista]
2015-02-18 18:24:09Changed: gluck2.c
1 files changed, 23 insertions, 18 deletions
- Merge pull request #135 from cuavas/master [Miodrag Milanović]
2015-02-18 18:01:55- Another round of debugger improvements
Changed: debugosx.m, debugconsole.h, debugconsole.m, debugview.h, debugview.m, debugwindowhandler.h, debugwindowhandler.m, deviceinfoviewer.h, deviceinfoviewer.m, devicesviewer.h, devicesviewer.m, disassemblyview.h, disassemblyview.m, disassemblyviewer.h, disassemblyviewer.m, memoryview.m, dasmwindow.c, sdl.mak
18 files changed, 876 insertions, 353 deletions
- Another round of debugger improvements
- Allow paste from OS clipboard to debugger windows (use context menu) [Vas Crabb]
2015-02-18 17:19:33Changed: debugview.h, debugview.m, disassemblyview.m, memoryview.m
4 files changed, 51 insertions, 6 deletions
- Allow copying visible portion of debug view to OS clipboard [Vas Crabb]
2015-02-18 16:47:41Changed: debugview.h, debugview.m, disassemblyview.m, memoryview.m
4 files changed, 126 insertions, 55 deletions
- Better autosizing for windows [Vas Crabb]
2015-02-18 15:55:24Changed: debugosx.m, debugview.m, disassemblyview.m, memoryview.m
4 files changed, 7 insertions, 6 deletions
- Make resizing the device info windows work nicely [Vas Crabb]
2015-02-18 15:36:11Changed: deviceinfoviewer.m
1 files changed, 52 insertions, 11 deletions
- Add preliminary device detail windows [Vas Crabb]
2015-02-18 14:42:26Changed: debugconsole.h, debugconsole.m, debugview.m, deviceinfoviewer.h, deviceinfoviewer.m, devicesviewer.h, devicesviewer.m, sdl.mak
8 files changed, 249 insertions, 1 deletions
- Fixed typo (nw) [Miodrag Milanovic]
2015-02-18 08:35:07Changed: scn2674.h
1 files changed, 1 insertions, 1 deletions
- Update of bx, bgfx, genie and mongoose (nw) [Miodrag Milanovic]
2015-02-18 08:19:17- mongoose change should fix issue on XP
Changed: metaballs.cpp, stencil.cpp, shadowvolumes.cpp, shadowmaps.cpp, drawstress.cpp, bgfx_utils.cpp, cube_atlas.cpp, text_buffer_manager.cpp, imgui.cpp, ocornut_imgui.cpp, nanovg_bgfx.cpp, shaderlib.sh, bgfx.c99.h, bgfx.h, bgfx.cpp, bgfx_p.h, glcontext_egl.cpp, glcontext_egl.h, glcontext_glx.cpp, glcontext_glx.h, glcontext_wgl.cpp, glcontext_wgl.h, genie, genie, genie.exe, README.md, genie.make, genie.make, genie.make, make_cpp.lua, scripts.c, mongoose.c
32 files changed, 451 insertions, 143 deletions
- mongoose change should fix issue on XP
- shootout.c: added save state support, removed a couple of sound trampolines (nw) [Ivan Vangelista]
2015-02-17 21:24:41Changed: shootout.c, shootout.h, shootout.c
3 files changed, 47 insertions, 49 deletions
- sidepckt.c: added save state support (nw) [Ivan Vangelista]
2015-02-17 20:57:53Changed: sidepckt.c, sidepckt.h, sidepckt.c
3 files changed, 52 insertions, 39 deletions
- bestleag.c: enabled save state support (nw) [Ivan Vangelista]
2015-02-17 20:01:28Changed: bestleag.c
1 files changed, 26 insertions, 20 deletions
- pipeline.c: added save state support (nw) [Ivan Vangelista]
2015-02-17 19:32:44Changed: pipeline.c
1 files changed, 31 insertions, 12 deletions
- pirates.c: enabled save state support (nw) [Ivan Vangelista]
2015-02-17 19:18:44Changed: pirates.c, pirates.h, pirates.c
3 files changed, 56 insertions, 47 deletions
- supduck.c: enabled save state support (nw) [Ivan Vangelista]
2015-02-17 19:15:28Changed: supduck.c
1 files changed, 1 insertions, 1 deletions
- Merge branch 'master' of https://github.com/mamedev/mame [Robbbert]
2015-02-17 12:58:58Changed: debugosx.m, debugqt.c, breakpointsview.h, breakpointsview.m, consoleview.h, consoleview.m, debugcommandhistory.h, debugcommandhistory.m, debugconsole.h, debugconsole.m, debugosx.h, debugview.h, debugview.m, debugwindowhandler.h, debugwindowhandler.m, devicesviewer.h, devicesviewer.m, disassemblyview.h, disassemblyview.m, disassemblyviewer.h, disassemblyviewer.m, errorlogview.h, errorlogview.m, errorlogviewer.h, errorlogviewer.m, memoryview.h, memoryview.m, memoryviewer.h, memoryviewer.m, pointsviewer.h, pointsviewer.m, registersview.h, registersview.m, watchpointsview.h, watchpointsview.m, breakpointswindow.c, breakpointswindow.h, dasmwindow.c, dasmwindow.h, debuggerview.c, debuggerview.h, deviceinformationwindow.c, deviceinformationwindow.h, deviceswindow.c, deviceswindow.h, logwindow.c, logwindow.h, mainwindow.c, mainwindow.h, memorywindow.c, memorywindow.h, windowqt.c, windowqt.h, sdl.mak
54 files changed, 1088 insertions, 491 deletions
- Merge pull request #132 from cuavas/master [Miodrag Milanović]
2015-02-17 08:48:18- More Cocoa debugger improvements
Changed: debugosx.m, debugqt.c, breakpointsview.h, breakpointsview.m, consoleview.h, consoleview.m, debugcommandhistory.h, debugcommandhistory.m, debugconsole.h, debugconsole.m, debugosx.h, debugview.h, debugview.m, debugwindowhandler.h, debugwindowhandler.m, devicesviewer.h, devicesviewer.m, disassemblyview.h, disassemblyview.m, disassemblyviewer.h, disassemblyviewer.m, errorlogview.h, errorlogview.m, errorlogviewer.h, errorlogviewer.m, memoryview.h, memoryview.m, memoryviewer.h, memoryviewer.m, pointsviewer.h, pointsviewer.m, registersview.h, registersview.m, watchpointsview.h, watchpointsview.m, breakpointswindow.c, breakpointswindow.h, dasmwindow.c, dasmwindow.h, debuggerview.c, debuggerview.h, deviceinformationwindow.c, deviceinformationwindow.h, deviceswindow.c, deviceswindow.h, logwindow.c, logwindow.h, mainwindow.c, mainwindow.h, memorywindow.c, memorywindow.h, windowqt.c, windowqt.h, sdl.mak
54 files changed, 1088 insertions, 491 deletions
- More Cocoa debugger improvements
- Try not to crash on hard reset [Vas Crabb]
2015-02-17 08:09:50Changed: debugosx.m
1 files changed, 33 insertions, 10 deletions
- Add devices window to cocoa debugger [Vas Crabb]
2015-02-17 06:13:24Changed: debugosx.m, breakpointsview.h, breakpointsview.m, consoleview.h, consoleview.m, debugcommandhistory.h, debugcommandhistory.m, debugconsole.h, debugconsole.m, debugosx.h, debugview.h, debugview.m, debugwindowhandler.h, debugwindowhandler.m, devicesviewer.h, devicesviewer.m, disassemblyview.h, disassemblyview.m, disassemblyviewer.h, disassemblyviewer.m, errorlogview.h, errorlogview.m, errorlogviewer.h, errorlogviewer.m, memoryview.h, memoryview.m, memoryviewer.h, memoryviewer.m, pointsviewer.h, pointsviewer.m, registersview.h, registersview.m, watchpointsview.h, watchpointsview.m, sdl.mak
35 files changed, 377 insertions, 117 deletions
- Allow run-to-cursor and breakpoint set/clear/enable/disable for inactive CPUs [Vas Crabb]
2015-02-16 17:07:30Changed: disassemblyview.m
1 files changed, 69 insertions, 52 deletions
- * Map visited to a background colour [Vas Crabb]
2015-02-16 16:07:33- * Allocate colours once only * Make disassembly view context menu easier to use again * Console feedback for breakpoint changes * Update views for breakpoint changes * Map Option-/Command-click to middle/right click * Disassembly/memory views inherit focus from parent window
Changed: debugosx.m, debugconsole.h, debugconsole.m, debugview.h, debugview.m, debugwindowhandler.h, debugwindowhandler.m, disassemblyview.h, disassemblyview.m, disassemblyviewer.h, disassemblyviewer.m, memoryview.h, memoryview.m, memoryviewer.h, memoryviewer.m, registersview.h, registersview.m
17 files changed, 483 insertions, 198 deletions
- * Allocate colours once only * Make disassembly view context menu easier to use again * Console feedback for breakpoint changes * Update views for breakpoint changes * Map Option-/Command-click to middle/right click * Disassembly/memory views inherit focus from parent window
- Remove redundant filename prefix [Vas Crabb]
2015-02-14 23:07:58Changed: debugosx.m, breakpointsview.h, breakpointsview.m, consoleview.h, consoleview.m, debugcommandhistory.h, debugcommandhistory.m, debugconsole.h, debugconsole.m, debugview.h, debugview.m, debugwindowhandler.h, debugwindowhandler.m, disassemblyview.h, disassemblyview.m, disassemblyviewer.h, disassemblyviewer.m, errorlogview.h, errorlogview.m, errorlogviewer.h, errorlogviewer.m, memoryview.h, memoryview.m, memoryviewer.h, memoryviewer.m, pointsviewer.h, pointsviewer.m, registersview.h, registersview.m, watchpointsview.h, watchpointsview.m, sdl.mak
32 files changed, 75 insertions, 63 deletions
- Make QT debugger file names match class names without redundant prefix [Vas Crabb]
2015-02-17 06:17:01Changed: debugqt.c, breakpointswindow.c, breakpointswindow.h, dasmwindow.c, dasmwindow.h, debuggerview.c, debuggerview.h, deviceinformationwindow.c, deviceinformationwindow.h, deviceswindow.c, deviceswindow.h, logwindow.c, logwindow.h, mainwindow.c, mainwindow.h, memorywindow.c, memorywindow.h, windowqt.c, windowqt.h, sdl.mak
20 files changed, 56 insertions, 56 deletions
- whoops (nw) [Stiletto]
2015-02-16 21:00:16- whoops (nw)
Changed: n8080.c
1 files changed, 1 insertions, 1 deletions
- whoops (nw)
- (nw) [Stiletto]
2015-02-16 20:47:18- (nw)
Changed: n8080.c
1 files changed, 4 insertions, 4 deletions
- (nw)
- Add more NO_DUMP laserdisc CHDs (nw) [Stiletto]
2015-02-16 20:44:41- Add more NO_DUMP laserdisc CHDs (nw)
Changed: skeetsht.c
1 files changed, 10 insertions, 1 deletions
- Add more NO_DUMP laserdisc CHDs (nw)
- add more NO_DUMP laserdiscs (nw) [Stiletto]
2015-02-16 20:34:03- add more NO_DUMP laserdiscs (nw)
Changed: nbmj9195.c
1 files changed, 3 insertions, 0 deletions
- add more NO_DUMP laserdiscs (nw)
- add more NO_DUMP laserdiscs (nw) [Stiletto]
2015-02-16 20:30:44- add more NO_DUMP laserdiscs (nw)
Changed: cops.c
1 files changed, 15 insertions, 0 deletions
- add more NO_DUMP laserdiscs (nw)
- possible mfg. addition to Donkey King (nw) [Stiletto]
2015-02-16 20:19:22- possible mfg. addition to Donkey King (nw)
Changed: cclimber.c
1 files changed, 3 insertions, 1 deletions
- possible mfg. addition to Donkey King (nw)
- m68k: emulate instruction cache for 68020/68EC020. [R. Belmont] [arbee]
2015-02-16 19:42:43 - Fixed osdmini compile (nw) [Miodrag Milanovic]
2015-02-16 19:06:29Changed: sdl_sound.c, osdmini.mak
2 files changed, 26 insertions, 4 deletions
- Sync with latest mongoose and added fixes for Mingw compile (nw) [Miodrag Milanovic]
2015-02-16 19:05:45Changed: LICENSE, README.md, SSL.md, Makefile, mongoose.c
5 files changed, 23 insertions, 20 deletions
- Merge pull request #131 from mbcoguno/osx-libsdl-baselibs [R. Belmont]
2015-02-16 18:34:34- sdl: Add BASELIBS for MACOSX_USE_LIBSDL
Changed: sdl.mak
1 files changed, 1 insertions, 0 deletions
- sdl: Add BASELIBS for MACOSX_USE_LIBSDL
- Merge pull request #128 from 0-wiz-0/master [R. Belmont]
2015-02-16 18:33:20- 3rdparty/mongoose: Fix build on NetBSD and possibly Solaris.
Changed: mongoose.c
1 files changed, 2 insertions, 0 deletions
- 3rdparty/mongoose: Fix build on NetBSD and possibly Solaris.
- wwfsstar.c: added save state support (nw) [Ivan Vangelista]
2015-02-16 18:27:06Changed: wwfsstar.c, wwfsstar.h, wwfsstar.c
3 files changed, 57 insertions, 45 deletions
- wc90.c: added save state support (nw) [Ivan Vangelista]
2015-02-16 18:07:02Changed: wc90.c, wc90.h, wc90.c
3 files changed, 45 insertions, 41 deletions
- xxmissio.c: added save state support (nw) [Ivan Vangelista]
2015-02-16 18:00:43Changed: xxmissio.c, xxmissio.h, xxmissio.c
3 files changed, 69 insertions, 55 deletions
- added S2152 [hap]
2015-02-16 16:34:54Changed: amis2000.c, amis2000.h, amis2000op.inc
3 files changed, 188 insertions, 173 deletions
- added interrupt handling [hap]
2015-02-16 01:32:182 files changed, 42 insertions, 4 deletions
- fix k/i input handling [hap]
2015-02-15 20:31:35Changed: amis2000.c, amis2000.h, amis2000op.inc
3 files changed, 11 insertions, 14 deletions
- Sync with latest BGFX and BX (nw) [Miodrag Milanovic]
2015-02-15 20:15:27Changed: readbitstream.h, font_manager.cpp, image.cpp, macros.h
4 files changed, 11 insertions, 12 deletions
- Merge branch 'master' of https://github.com/mamedev/mame [Miodrag Milanovic]
2015-02-15 13:46:46Changed: dreamwld.c, peplus.c, segaorun.c
3 files changed, 61 insertions, 51 deletions
- Made BGFX compile for Apple GCC 4.2 [Miodrag Milanovic]
2015-02-15 13:46:18Changed: readbitstream.h, font_manager.cpp, fontstash.h, macros.h, lib.mak
5 files changed, 36 insertions, 5 deletions
- peplus.c: Minor corrections - NW [briantro]
2015-02-15 13:27:43- Adds NO_DUMP for missing CAP chip for Chaos Slots. Use GAME_WRONG_COLOR for games with missing / wrong color CAP chip.
Changed: peplus.c
1 files changed, 3 insertions, 2 deletions
- Adds NO_DUMP for missing CAP chip for Chaos Slots. Use GAME_WRONG_COLOR for games with missing / wrong color CAP chip.
- segaorun.c: Corrects rom IC locations for the new 317-0101. - NW [briantro]
2015-02-15 12:15:22- The dumper labeled the data incorrectly and the order (nor corrected) is verified via a picture of the PCB. Adds additional information as well.
Changed: segaorun.c
1 files changed, 23 insertions, 14 deletions
- The dumper labeled the data incorrectly and the order (nor corrected) is verified via a picture of the PCB. Adds additional information as well.
- Merge branch 'master' of https://github.com/mamedev/mame [mamehaze]
2015-02-15 11:56:37Changed: dreamwld.c
1 files changed, 34 insertions, 34 deletions
- ok, MAME terminology vs Japan terminology [mamehaze]
2015-02-15 11:52:48- moving cabinet: MAME: Deluxe cockpit Japan: SDX (Super Deluxe)
sitdown cabinet: MAME: Cockpit Japan: DX (Deluxe)Changed: segaorun.c
1 files changed, 1 insertions, 1 deletions
- moving cabinet: MAME: Deluxe cockpit Japan: SDX (Super Deluxe)
- dreamwld.c: Swap Bayron sets - NW [briantro]
2015-02-15 11:49:30- The bayrona set had original SemiCom logo'ed labels and the former bayron set didn't have any labels. Also corrected the rom labels and made the PCB layout to match the bayron set - verified via a pic of the PCB.
Changed: dreamwld.c
1 files changed, 34 insertions, 34 deletions
- The bayrona set had original SemiCom logo'ed labels and the former bayron set didn't have any labels. Also corrected the rom labels and made the PCB layout to match the bayron set - verified via a pic of the PCB.
- new clones [mamehaze]
2015-02-15 11:28:32- Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101) [Charles MacDonald, ShouTime]
(also added missing 'Time Adjust' dip for 2 sets)
note dipswitches according to service mode match the Turbo Out Run (cockpit, FD1094 317-0106) set, which we class as 'cockpit' not 'DX' (there is no 'Moving' option, only cockpit) so I'm not sure what this is
note2: I think there is something uninitialized in this driver as sometimes you see random garbage on the warning screen, road layer maybe.Changed: segaorun.c, mame.lst
2 files changed, 83 insertions, 9 deletions
- Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101) [Charles MacDonald, ShouTime]
- welltris.c: added save state support (nw) [Ivan Vangelista]
2015-02-15 09:07:53Changed: welltris.c, welltris.h, welltris.c
3 files changed, 63 insertions, 59 deletions
- exzisus.c: modernize ROM loading and gfx_layout, remove unused member variables (nw) [Alex W. Jackson]
2015-02-14 21:57:102 files changed, 30 insertions, 58 deletions
- save: Give the device when available to the state save subsystem [O. Galibert] [Olivier Galibert]
2014-12-23 23:25:56Changed: keyboard.c, dma.c, device.h, diserial.c, diserial.h, i8251.c, ins8250.c, z80dart.c, memory.c, save.c, save.h, schedule.c, sound.c, tilemap.c, psx.c
15 files changed, 119 insertions, 109 deletions
- And the last one pre holiday ... Fix -mt on OSX. (nw) [couriersud]
2015-02-14 20:32:47Changed: osdsdl.h
1 files changed, 1 insertions, 1 deletions
- correct prev (nw) [MetalliC]
2015-02-14 20:24:59Changed: naomi.c
1 files changed, 2 insertions, 2 deletions
- NAOMI doc corrections [f205v] [MetalliC]
2015-02-14 20:08:412 files changed, 66 insertions, 66 deletions
→ [Multi] Dev MAME x86 i x64 0.158.x SVN35036
- 35036 galpani2, swap x and y scroll on ind8 layer (nw) [mamehaze]
2015-02-14 16:09:40Changed: galpani2.c, galpani2.c
2 files changed, 8 insertions, 6 deletions
- the better handling removes the need for this hack actually (nw) [mamehaze]
2015-02-14 14:36:10Changed: expro02.c
1 files changed, 14 insertions, 13 deletions
- hide gal graphics on title screen until fully drawn (fantasia etc.) I don't know if this is more or less accurate to the PCBs tho, can somebody confirm? (nw) [mamehaze]
2015-02-14 14:21:37Changed: expro02.c
1 files changed, 2 insertions, 2 deletions
- consistency (nw) [mamehaze]
2015-02-14 14:02:48Changed: expro02.c
1 files changed, 7 insertions, 7 deletions
- leave the clear logic in for Gals Hustler, it's not a Comad PCB and not a hack of GP, logic could be different (nw) [mamehaze]
2015-02-14 13:56:32Changed: expro02.c
1 files changed, 19 insertions, 2 deletions
- Merge pull request #130 from cuavas/master [David Haywood]
2015-02-14 13:38:37- Cocoa debugger improvements
Changed: debugosx.h, debugosx.m, debugosx.h, debugosxbreakpointsview.h, debugosxbreakpointsview.m, debugosxconsoleview.h, debugosxconsoleview.m, debugosxdebugcommandhistory.h, debugosxdebugcommandhistory.m, debugosxdebugconsole.h, debugosxdebugconsole.m, debugosxdebugview.h, debugosxdebugview.m, debugosxdebugwindowhandler.h, debugosxdebugwindowhandler.m, debugosxdisassemblyview.h, debugosxdisassemblyview.m, debugosxdisassemblyviewer.h, debugosxdisassemblyviewer.m, debugosxerrorlogview.h, debugosxerrorlogview.m, debugosxerrorlogviewer.h, debugosxerrorlogviewer.m, debugosxmemoryview.h, debugosxmemoryview.m, debugosxmemoryviewer.h, debugosxmemoryviewer.m, debugosxpointsviewer.h, debugosxpointsviewer.m, debugosxregistersview.h, debugosxregistersview.m, debugosxwatchpointsview.h, debugosxwatchpointsview.m, sdl.mak, video.c
35 files changed, 3409 insertions, 2666 deletions
- Cocoa debugger improvements
- the Comad 'Fantasia' games are all derived from the expro02 Gals Panic codebase. The original Fantasia 940307, 940429 PCBs cloned everything from that, including the encrypted VIEW02 layer. Later releases (940803 PCB and above) removed the VIEW02 tilemap and associated ROMs, but left the code in to access it (that's what we were incorrectly treating as a 'mirror' of the BGram, it presumably goes nowhere instead) [mamehaze]
2015-02-14 13:25:44- The other release of Gals Panic is a different codebase, using the Pandora sprite chip, this one was not cloned by Comad.
As a result of this research I've shuffled sets around a bit.Changed: expro02.c, galpanic.c, galpanic.h, galpanic.c, kaneko_spr.c, kaneko_spr.h
6 files changed, 991 insertions, 1061 deletions
- The other release of Gals Panic is a different codebase, using the Pandora sprite chip, this one was not cloned by Comad.
- snowbros.c: added save state support (nw) [Ivan Vangelista]
2015-02-14 13:01:40Changed: snowbros.c, snowbros.h
2 files changed, 58 insertions, 46 deletions
- Merge branch 'master' of https://github.com/mamedev/mame [Miodrag Milanovic]
2015-02-14 12:53:44Changed: cchance.c, exzisus.c, tnzs.c, exzisus.h, tnzs.h, tnzs.c, exzisus.c
7 files changed, 97 insertions, 189 deletions
- Updated BGFX, BX and GENie to latest (nw) [Miodrag Milanovic]
2015-02-14 12:53:08Changed: .gitignore, imgui.cpp, imgui.h, README.md, update.cpp, ibl.cpp, bgfx_utils.cpp, common.h, cmd.cpp, cmd.h, entry.cpp, entry_osx.mm, entry_p.h, entry_x11.cpp, input.cpp, input.h, fs_imgui_latlong.bin.h, fs_imgui_latlong.sc, imgui.cpp, imgui.h, vs_imgui_latlong.bin.h, vs_imgui_latlong.sc, bgfx.c99.h, bgfx.h, bgfxplatform.h, bgfx.lua, bgfx.cpp, bgfx_compute.sh, bgfx_p.h, glcontext_egl.cpp, glcontext_glx.cpp, glimports.h, image.cpp, image.h, renderer_d3d11.cpp, renderer_d3d12.cpp, renderer_gl.cpp, genie, genie, genie.exe, README.md, genie.make, make_cpp.lua, scripts.c
44 files changed, 2063 insertions, 1010 deletions
- tnzs.c: enabled save state support (nw) [Ivan Vangelista]
2015-02-14 08:49:03Changed: cchance.c, tnzs.c, tnzs.h, tnzs.c
4 files changed, 46 insertions, 63 deletions
- exzisus.c: added save state support, removed trampolines (nw) [Ivan Vangelista]
2015-02-14 08:27:47Changed: exzisus.c, exzisus.h, exzisus.c
3 files changed, 51 insertions, 126 deletions
- 6850acia: fix parity (nw) [cracyc]
2015-02-14 04:13:09Changed: 6850acia.c
1 files changed, 2 insertions, 2 deletions
- Fix compile. [Vas Crabb] [couriersud]
2015-02-14 02:43:27Changed: video.c
1 files changed, 4 insertions, 4 deletions
- prevent smissw from erasing static palette used for bgs (nw) [mamehaze]
2015-02-13 22:12:28Changed: galpanic.c
1 files changed, 3 insertions, 3 deletions
- whoops, missed this (n/w) [Lord-Nightmare]
2015-02-13 18:09:22Changed: equites.c
1 files changed, 9 insertions, 6 deletions
- champbas.c, equites.c, shougi.c: rename the alpha-8xxx mcu dumps to better reflect the actual chip labels and the fact that they are HD44801 mcus. add the undumped alpha-8304 mcu as NO_DUMP [Lord Nightmare] [Lord-Nightmare]
2015-02-13 02:44:57Changed: champbas.c, shougi.c
2 files changed, 7 insertions, 7 deletions
- verinfo.py: fixed switched version information (nw) [Oliver Stöneberg]
2015-02-13 16:06:19Changed: verinfo.py
1 files changed, 3 insertions, 3 deletions
- fixed clang compiler warning (nw) [Oliver Stöneberg]
2015-02-13 16:03:04Changed: draw13.c
1 files changed, 1 insertions, 1 deletions
- doh (nw) [Miodrag Milanovic]
2015-02-13 13:47:32Changed: makelist.py
1 files changed, 94 insertions, 0 deletions
- makelist implementation in python (nw) [Miodrag Milanovic]
2015-02-13 13:40:49Changed: makefile, build.mak, makelist.c
3 files changed, 2 insertions, 256 deletions
- Added Platoon ver. (nw) [Stiletto]
2015-02-13 07:22:06- Added Platoon version number.
Contained in U1 ROM:
COPYRIGHT.NOVA.PRODUCTIONS,.SOFTWARE.BY.J&L.BUCKLEY...OLDHAM.ATHLETIC.ARE.GREAT .DISK.ID.C-MK2.......SOFTWARE.REV.3.1.USChanged: alg.c
1 files changed, 1 insertions, 1 deletions
- Added Platoon version number.
- don't clear stack on pop [hap]
2015-02-12 21:33:56Changed: amis2000.h, amis2000op.inc, ucom4.h, ucom4op.inc
4 files changed, 4 insertions, 10 deletions
- added timer [hap]
2015-02-12 21:20:05Changed: ucom4.c, ucom4.h, ucom4op.inc
3 files changed, 24 insertions, 6 deletions
- chaknpop.c: enabled save state support, removed unneeded prefixes (nw) [Ivan Vangelista]
2015-02-12 19:37:10Changed: chaknpop.c, chaknpop.h, chaknpop.c, chaknpop.c
4 files changed, 52 insertions, 49 deletions
- Merge branch 'master' of https://github.com/mamedev/mame [Miodrag Milanovic]
2015-02-12 18:36:50Changed: igs_m027.c, pgmcrypt.c, pgmcrypt.h, mame.lst
4 files changed, 12 insertions, 12 deletions
- Better performance for -verifyroms on samba share [qmc2] [Miodrag Milanovic]
2015-02-12 18:36:34Changed: audit.c, fileio.c, fileio.h
3 files changed, 38 insertions, 7 deletions
- (nw) [Stiletto]
2015-02-12 18:34:28- (nw)
Changed: pgmcrypt.c
1 files changed, 3 insertions, 3 deletions
- (nw)
- (nw) [Stiletto]
2015-02-12 18:34:08- (nw)
Changed: pgmcrypt.h
1 files changed, 1 insertions, 1 deletions
- (nw)
- (nw) [Stiletto]
2015-02-12 18:32:59- (nw)
Changed: mame.lst
1 files changed, 1 insertions, 1 deletions
- (nw)
- According to the MAME Plus Chinese gamelist, bigd2 is Zhong Guo Chu Da D. [Stiletto]
2015-02-12 18:31:58Changed: igs_m027.c
1 files changed, 7 insertions, 7 deletions
- Fix messed up comment. (nw) [couriersud]
2015-02-12 12:59:44Changed: sdl.mak
1 files changed, 1 insertions, 1 deletions
- Remove start_viewscreen, fix sdl.mak. (nw) [couriersud]
2015-02-12 08:26:07Changed: drawogl.c, sdl.mak, window.c, window.h, window.h
5 files changed, 14 insertions, 9 deletions
- Temporarily break SDL1.2 Xinerama Multi-Monitor Support as announced on [couriersud]
2015-02-12 01:09:08 - Add a pointer to the render_container to quad_primitives. This can be [couriersud]
2015-02-12 00:28:42 - new working [mamehaze]
2015-02-11 22:39:06- Poke Champ (set 2) [system11]] Super MIss World [system11]
some title screen colours are wrong on Super Miss World, not sure whyChanged: galpanic.c, pokechmp.c, mame.lst
3 files changed, 94 insertions, 11 deletions
- Poke Champ (set 2) [system11]] Super MIss World [system11]
- More osd_window migration. (nw) [couriersud]
2015-02-11 19:59:43Changed: draw13.c, drawogl.c, drawsdl.c, window.c, window.h, d3dcomm.h, d3dhlsl.c, d3dhlsl.h, drawbgfx.c, drawd3d.c, drawd3d.h, drawdd.c, drawgdi.c, drawnone.c, window.c, window.h
16 files changed, 180 insertions, 184 deletions
- Add undumped game note. (nw) [Stiletto]
2015-02-11 06:52:44- Add undumped game note. (nw)
Changed: equites.c
1 files changed, 1 insertions, 0 deletions
- Add undumped game note. (nw)
- added the green color overlay [hap]
2015-02-10 22:31:56Changed: superbug.lay
1 files changed, 9 insertions, 8 deletions
- added ADC, ADS, RAR [hap]
2015-02-10 19:56:10Changed: ucom4op.inc
1 files changed, 8 insertions, 3 deletions
- added straightforward ucom43 opcodes [hap]
2015-02-10 19:46:47Changed: ucom4op.inc
1 files changed, 49 insertions, 17 deletions
- different implementation of prev bugfix [hap]
2015-02-10 19:05:49Changed: amis2000.c, ucom4.c
2 files changed, 10 insertions, 12 deletions
- tait8741.c: added save state support (nw) [Ivan Vangelista]
2015-02-10 17:20:31- cyclemb.c: added save state support (nw)
Changed: cyclemb.c, tait8741.c
2 files changed, 52 insertions, 12 deletions
- cyclemb.c: added save state support (nw)
- Actually let's not (nw) [Justin Kerk]
2015-02-10 16:27:31Changed: vamphalf.c, mame.lst
2 files changed, 22 insertions, 22 deletions
- Merge branch 'master' of https://github.com/mamedev/mame [Robbbert]
2015-02-10 11:49:38Changed: nwk-tr.c
1 files changed, 43 insertions, 10 deletions
- Fixed build (nw) [Robbbert]
2015-02-10 11:40:58Changed: mame.lst
1 files changed, 1 insertions, 1 deletions
- nwk-tr.c: document the network board (nw) [Guru]
2015-02-10 10:53:42Changed: nwk-tr.c
1 files changed, 43 insertions, 10 deletions
- Add another undumped game. (nw) [Stiletto]
2015-02-10 04:48:15- Add another undumped game. (nw)
Changed: circus.c
1 files changed, 4 insertions, 3 deletions
- Add another undumped game. (nw)
- bugfix [hap]
2015-02-10 03:24:12Changed: amis2000.c, ucom4.c
2 files changed, 9 insertions, 7 deletions
- Going with Justin's translation for this one (nw) [Stiletto]
2015-02-10 01:57:48- Going with Justin's translation for this one (nw)
Changed: vamphalf.c
1 files changed, 21 insertions, 21 deletions
- Going with Justin's translation for this one (nw)
- hornet.c: made the eeprom optional since it seems to be only on the LAN [etabeta78]
2015-02-09 20:53:04- board. This is a better fix for the nbapbp issue. nw.
Changed: hornet.c
1 files changed, 33 insertions, 24 deletions
- board. This is a better fix for the nbapbp issue. nw.
- quizpani.c: added save state support (nw) [Ivan Vangelista]
2015-02-09 19:20:47Changed: quizpani.c, quizpani.h, quizpani.c
3 files changed, 25 insertions, 16 deletions
- wrally.c: enabled save state support (nw) [Ivan Vangelista]
2015-02-09 18:46:28Changed: wrally.c, wrally.h, wrally.c, wrally.c
4 files changed, 34 insertions, 29 deletions
- Fixed MT05844 (nw) [Ivan Vangelista]
2015-02-09 17:58:40Changed: coco_multi.c
1 files changed, 12 insertions, 12 deletions
- nbapbp: fix access to 93C46, game is playable [Osso] [Peter Ferrie]
2015-02-08 03:31:02Changed: hornet.c
1 files changed, 1 insertions, 1 deletions
- (nw) whoops [Stiletto]
2015-02-09 05:31:55- (nw) whoops
Changed: statriv2.c
1 files changed, 1 insertions, 1 deletions
- (nw) whoops
- Add Casino Strip XI CHD placeholder. [Stiletto]
2015-02-09 05:30:45- Add Casino Strip XI CHD placeholder.
Changed: statriv2.c
1 files changed, 3 insertions, 0 deletions
- Add Casino Strip XI CHD placeholder.
- Add Dragon's Lair 2: Time Warp / Space Ace '91 CHD placeholders. [Stiletto]
2015-02-09 05:12:02- Add Dragon's Lair 2: Time Warp / Space Ace '91 CHD placeholders.
Changed: dlair2.c
1 files changed, 44 insertions, 0 deletions
- Add Dragon's Lair 2: Time Warp / Space Ace '91 CHD placeholders.
- dd CED VideoVisc CHD placeholder [Stiletto]
2015-02-09 04:51:35- Add CED VideoVisc CHD placeholder.
Changed: mcr.c
1 files changed, 3 insertions, 0 deletions
- Add CED VideoVisc CHD placeholder.
- Games added as GAME_NOT_WORKING [arbee]
2015-02-09 02:50:19- ------------------------------- Vampire Night (VPN3 Ver. B) [Guru]
Changed: namcops2.c, mame.lst
2 files changed, 14 insertions, 0 deletions
- ------------------------------- Vampire Night (VPN3 Ver. B) [Guru]
- Patched timer over bug in Kozure Ookami. Remarked game as working state, see source notes for further info. [Angelo Salese] [Angelo Salese]
2015-02-08 20:12:13Changed: armedf.c
1 files changed, 14 insertions, 4 deletions
- small update, thanks plgDavid for sending me that doc [hap]
2015-02-08 17:21:23Changed: ucom4.c, ucom4.h, ucom4op.inc
3 files changed, 52 insertions, 11 deletions
- taxidriv.c: added save state support (nw) [Ivan Vangelista]
2015-02-08 09:43:12Changed: taxidriv.c, taxidriv.h, taxidriv.c
3 files changed, 45 insertions, 28 deletions
- rabbit.c, tmmjprd.c: added save state support, removed unneeded prefixes (nw) [Ivan Vangelista]
2015-02-08 09:08:352 files changed, 217 insertions, 181 deletions
- segas32.c: added/fixed some ROM locations (nw) [Guru]
2015-02-08 03:12:01Changed: segas32.c
1 files changed, 114 insertions, 114 deletions
- mitchell.c: Correct rom names for the Pang / Buster Bros. sets. [Bad A Billy, Smitdogg, Tormod, The Dumping Union] [briantro]
2015-02-08 02:06:09Changed: mitchell.c
1 files changed, 135 insertions, 145 deletions
- added ucom4 i/o opcodes [hap]
2015-02-08 01:16:23Changed: ucom4.c, ucom4.h, ucom4op.inc
3 files changed, 104 insertions, 38 deletions
- added ucom4 straightforward opcodes [hap]
2015-02-07 23:28:45Changed: amis2000.h, amis2000op.inc, ucom4.c, ucom4.h, ucom4op.inc
5 files changed, 122 insertions, 60 deletions
- srmp5.c: cleanup/modernization (nw) [Alex W. Jackson]
2015-02-07 23:20:46Changed: srmp5.c
1 files changed, 46 insertions, 57 deletions
- new NOT WORKING [mamehaze]
2015-02-07 22:24:40- Super Rock and Bowl ]Bad A Billy, Smitdogg, The Dumping Union]
(same base / driver board as tapatune, without the video board on top)Changed: tapatune.c, mame.lst
2 files changed, 57 insertions, 36 deletions
- Super Rock and Bowl ]Bad A Billy, Smitdogg, The Dumping Union]
- ucom4 skeleton opcode handlers [hap]
2015-02-07 22:04:02Changed: amis2000.c, amis2000op.inc, ucom4.c, ucom4.h, ucom4op.inc
5 files changed, 834 insertions, 27 deletions
- Emscripten target now uses SDL2. [Justin Kerk] [Justin Kerk]
2015-02-07 21:41:47Changed: input.c, osdsdl.h, sdl.mak, sdlmain.c
4 files changed, 15 insertions, 36 deletions
- Fix SOUND_JS module (nw) [Justin Kerk]
2015-02-07 21:10:45Changed: js_sound.c
1 files changed, 3 insertions, 3 deletions
- ucom4 disassembler [hap]
2015-02-07 16:50:19Changed: amis2000d.c, ucom4.c, ucom4.h, ucom4d.c
4 files changed, 155 insertions, 18 deletions
- Kale, does that break c65? (nw) [Olivier Galibert]
2015-02-07 11:27:43Changed: m6502.h
1 files changed, 2 insertions, 2 deletions
- huh? (nw) [Olivier Galibert]
2015-02-07 11:24:10Changed: flex_dsk.c, flex_dsk.h
2 files changed, 10 insertions, 7 deletions
- buggychl: enabled save state support, everything was already taken care for (nw) [Ivan Vangelista]
2015-02-07 10:57:22Changed: buggychl.c, buggychl.c
2 files changed, 10 insertions, 15 deletions
- t5182.c: fix copy/paste error in comment and clarify where the original chip came from (nw) [Guru]
2015-02-07 09:58:53Changed: t5182.c
1 files changed, 2 insertions, 2 deletions
- darkmist.c, mustache.c, panicr.c: added save state support, small cleanups (nw) [Ivan Vangelista]
2015-02-07 09:32:43- t5182_device: moved internal ROM in the device, instead of having it in the games' romsets. General cleanups to bring the device closer to modern MAME (nw)
Changed: t5182.c, t5182.h, darkmist.c, mustache.c, panicr.c, darkmist.h, mustache.h, darkmist.c, mustache.c
9 files changed, 234 insertions, 200 deletions
- t5182_device: moved internal ROM in the device, instead of having it in the games' romsets. General cleanups to bring the device closer to modern MAME (nw)
- Merge branch 'master' of https://github.com/mamedev/mame [Angelo Salese]
2015-02-07 00:16:00Changed: input.c
1 files changed, 0 insertions, 1 deletions
- Removed debug output from input.c. [couriersud]
2015-02-06 23:49:46Changed: input.c
1 files changed, 0 insertions, 1 deletions
- flex_dsk: added empty formats[] member, to keep clang happy [mahlemiut]
2015-02-06 23:17:40Changed: flex_dsk.c, flex_dsk.h
2 files changed, 4 insertions, 0 deletions
- Fix baseline (windows) "-video none" build. There is something else [couriersud]
2015-02-06 22:20:34- going wrong here. The renderer is never setup and actually called. That may be one purpose but should be documented in renderer_none. (nw)
Changed: window.c
1 files changed, 1 insertions, 1 deletions
- going wrong here. The renderer is never setup and actually called. That may be one purpose but should be documented in renderer_none. (nw)
- naomi.c: initdv2jo have same PIC as initdv2j (nw) [MetalliC]
2015-02-06 16:29:53Changed: naomi.c
1 files changed, 4 insertions, 2 deletions
- d9final.c: enabled save state support (nw) [Ivan Vangelista]
2015-02-06 18:37:10Changed: d9final.c
1 files changed, 23 insertions, 23 deletions
- Merge pull request #127 from announ/patch-1 [R. Belmont]
2015-02-06 15:22:30- Fix compiling on SDL < 2.0.2 [announ]
Changed: window.c
1 files changed, 1 insertions, 2 deletions
- Fix compiling on SDL < 2.0.2 [announ]
- Set SDL_HINT_MOUSE_RELATIVE_MODE_WARP only for SDL ≥ 2.0.2 [announ]
2015-02-06 12:38:31Changed: window.c
1 files changed, 1 insertions, 2 deletions
- Revert "jagblit.inc: attempt to fix expression that triggers clang warning (nw)" [Oliver Stöneberg]
2015-02-06 11:48:42- This reverts commit 388875c61d471d882c811a785ea27c93f9349ff4.
Changed: jagblit.inc
1 files changed, 1 insertions, 1 deletions
- This reverts commit 388875c61d471d882c811a785ea27c93f9349ff4.
- added build date information to the Gun Smoke sets, based on strings in ROM (nw) [mamehaze]
2015-02-06 10:13:57Changed: gunsmoke.c
1 files changed, 11 insertions, 5 deletions
- A bit more alignment between windows and sdl. (nw) [couriersud]
2015-02-06 02:20:19Changed: draw13.c, drawbgfx.c, drawogl.c, drawsdl.c, window.c, window.h, window.h
7 files changed, 62 insertions, 63 deletions
- Get rid of "resize" render method. (nw) [couriersud]
2015-02-06 01:13:55Changed: draw13.c, drawbgfx.c, drawogl.c, drawsdl.c, window.c, window.h
6 files changed, 40 insertions, 72 deletions
- silvmil.c: Update the dipswitch settings for Puzzlove as per PCB. - NW [briantro]
2015-02-06 00:31:38Changed: silvmil.c
1 files changed, 18 insertions, 34 deletions
- Introduced a comparable "osd_renderer" interface like it now exists for [couriersud]
2015-02-05 23:24:15- SDL to mainline. Ultimately, this will allow renderers to be placed in modulesrenderer and e.g. allow the opengl renderer to be used in mainline or the d3d renderer to be used in sdlmame. (nw)
Changed: d3dhlsl.c, drawbgfx.c, drawd3d.c, drawd3d.h, drawdd.c, drawgdi.c, drawnone.c, window.c, window.h
9 files changed, 578 insertions, 528 deletions
- SDL to mainline. Ultimately, this will allow renderers to be placed in modulesrenderer and e.g. allow the opengl renderer to be used in mainline or the d3d renderer to be used in sdlmame. (nw)
- jagblit.inc: attempt to fix expression that triggers clang warning (nw) [Alex W. Jackson]
2015-02-05 22:31:45Changed: jagblit.inc
1 files changed, 1 insertions, 1 deletions
- fixed clang 3.4 compilation (nw) [Oliver Stöneberg]
2015-02-05 21:43:50Changed: flags_clang.mak
1 files changed, 3 insertions, 3 deletions
- New PE+ Slot game added [briantro]
2015-02-05 21:13:33 - new clones [mamehaze]
2015-02-05 20:27:53- Side Arms - Hyper Dyne (US, 861202) [system11]
(note, the date string for this game can be found in the ROMs, so I've added it to all sets, the new set is the newest, others are a few days earlier)
system11 also thinks our current ROM names are from a bootleg.Changed: sidearms.c, mame.lst
2 files changed, 60 insertions, 8 deletions
- Side Arms - Hyper Dyne (US, 861202) [system11]
- i386: add x87 opcodes FCMOVB FCMOVE FCMOVBE FCMOVU FCMOVNB FCMOVNE FCMOVNBE FCMOVNU FCOMI FUCOMI FUCOMIP (nw) [yz70s]
2015-02-05 19:23:22Changed: i386.h, x87ops.inc
2 files changed, 378 insertions, 1 deletions
- toki.c: don't know what happened with this, but thanks Haze for fixing compile (nw) [Ivan Vangelista]
2015-02-05 18:23:322 files changed, 15 insertions, 15 deletions
- re-enabled some C++11 compiler warnings (nw) [Oliver Stöneberg]
2015-02-05 17:52:09Changed: flags_clang.mak, flags_gcc.mak
2 files changed, 1 insertions, 5 deletions
- fixed -Wunused-local-typedefs warnings with ATTR_UNUSED and enabled it again (nw) [Oliver Stöneberg]
2015-02-05 16:41:05Changed: flags_clang.mak, flags_gcc.mak, addrmap.h
3 files changed, 8 insertions, 10 deletions
- fixed makefile (nw) [Oliver Stöneberg]
2015-02-05 15:40:53Changed: makefile
1 files changed, 1 insertions, 1 deletions
- disable a GCC warning with CPP11=1 (nw) [Oliver Stöneberg]
2015-02-05 15:38:41- also moved clang C++11 warning supression into CPP11 define
Changed: flags_clang.mak, flags_gcc.mak
2 files changed, 8 insertions, 2 deletions
- also moved clang C++11 warning supression into CPP11 define
- flags_clang.mak: additions for clang 3.6 and cleanups (nw) [Oliver Stöneberg]
2015-02-05 14:49:05- also enabled some warning by default again. they were disabled because of bugs in clang which have been fixed by now. unfortunately the disabling predates the proper version handling, so it's not clear for which versions they should be ignored. so if they come up again we just need to re-add them by checking for the proper version
Changed: flags_clang.mak
1 files changed, 18 insertions, 7 deletions
- also enabled some warning by default again. they were disabled because of bugs in clang which have been fixed by now. unfortunately the disabling predates the proper version handling, so it's not clear for which versions they should be ignored. so if they come up again we just need to re-add them by checking for the proper version
- added makefile define CPP11 to compile C++ code as C++11 [Oliver Stöneberg] [Oliver Stöneberg]
2015-02-05 14:40:19Changed: makefile
1 files changed, 8 insertions, 1 deletions
- segas16b.c: small documentation update (nw) [Guru]
2015-02-05 12:46:50Changed: segas16b.c
1 files changed, 84 insertions, 86 deletions
- Merge branch 'master' of https://github.com/mamedev/mame [Robbbert]
2015-02-05 12:35:25Changed: megadrvb.c, 315-5838_317-0229_comp.c, 315-5881_crypt.c, 315_5296.c, chdman.c
5 files changed, 8 insertions, 5 deletions
- Report core file position in case of a CHD hunk read error (nw) [jbu]
2015-02-05 11:00:41Changed: chdman.c
1 files changed, 4 insertions, 1 deletions
- minor naming fixes. nw. [etabeta78]
2015-02-05 09:32:04Changed: megadrvb.c, 315-5838_317-0229_comp.c, 315-5881_crypt.c, 315_5296.c
4 files changed, 4 insertions, 4 deletions
- Fix compile on windows (sdl). (nw) [couriersud]
2015-02-05 02:11:49Changed: direct_sound.c
1 files changed, 1 insertions, 1 deletions
- Remove some passing around of running_machine where it is not needed. [couriersud]
2015-02-05 01:58:55 - Too many #defines and #ifdefs. Missed this one on drawgbfx. (nw) [couriersud]
2015-02-05 01:10:32Changed: drawbgfx.c
1 files changed, 1 insertions, 1 deletions
- Moved all window related code to window.c. (nw) [couriersud]
2015-02-05 01:06:37Changed: draw13.c, drawbgfx.c, drawogl.c, drawsdl.c, input.c, video.c, window.c, window.h
8 files changed, 301 insertions, 404 deletions
- Merge branch 'master' of https://github.com/mamedev/mame [Angelo Salese]
2015-02-04 22:49:49Changed: toki.h
1 files changed, 5 insertions, 5 deletions
- toki.h wasn't in sync with the toki.c files? fixes compile (nw) [mamehaze]
2015-02-04 22:02:24Changed: toki.h
1 files changed, 5 insertions, 5 deletions
- Merge branch 'master' of https://github.com/mamedev/mame [Angelo Salese]
2015-02-04 21:42:51Changed: lib.mak
1 files changed, 5 insertions, 5 deletions
- another compile fix for MSVC 2012 (nw) [Peter Ferrie]
2015-02-04 20:26:43Changed: lib.mak
1 files changed, 5 insertions, 5 deletions
- toki.c: added save state support (nw) [Ivan Vangelista]
2015-02-04 19:31:41Changed: toki.c, toki.h, toki.c
3 files changed, 67 insertions, 59 deletions
- goodejan.c, sengokmj.c: added save state support (nw) [Ivan Vangelista]
2015-02-04 18:36:27Changed: goodejan.c, sengokmj.c
2 files changed, 77 insertions, 49 deletions
- naomi.c add Derby Owners Club IO board dump [Mr. CAST, Smitdogg, The Dumping Union] [MetalliC]
2015-02-04 18:18:10- add key PIC for DIMM Firmware Update for CF-BOX (GDS-0042A) misc notes and fixes (nw)
Changed: naomi.c
1 files changed, 22 insertions, 8 deletions
- add key PIC for DIMM Firmware Update for CF-BOX (GDS-0042A) misc notes and fixes (nw)
- dcon.c: added save state support (nw) [Ivan Vangelista]
2015-02-04 18:16:48Changed: dcon.c, dcon.h, dcon.c
3 files changed, 37 insertions, 27 deletions
- bloodbro.c: added save state support (nw) [Ivan Vangelista]
2015-02-04 18:02:55Changed: bloodbro.c, bloodbro.h, bloodbro.c
3 files changed, 32 insertions, 24 deletions
- lindbergh: Add the CF card dump [soyandroid] [Olivier Galibert]
2015-02-04 15:00:20Changed: lindbergh.c
1 files changed, 26 insertions, 12 deletions
- Fix debug=1, symbols=1, will send upstream (nw) [Miodrag Milanovic]
2015-02-04 11:16:51Changed: renderer_d3d11.cpp
1 files changed, 2 insertions, 1 deletions
- fix compile on MSVC 2012 (nw) [peterferrie]
2015-02-04 08:03:32Changed: lib.mak, vconv.c, winprefix.h
3 files changed, 14 insertions, 8 deletions
- dirtypig: fixed ROM load order, game seems to run fine now. [R. Belmont] [arbee]
2015-02-04 02:15:26Changed: naomi.c
1 files changed, 6 insertions, 6 deletions
- SDL: fix GCC 4.9 + Clang compiles (nw) [arbee]
2015-02-04 02:04:49Changed: drawsdl.c
1 files changed, 1 insertions, 1 deletions
- silvmil.c: Minor info update on the Game Level for PuzzLove - NW [briantro]
2015-02-04 00:36:44Changed: silvmil.c
1 files changed, 4 insertions, 4 deletions
- silvmil.c: Fill in some dipswitches for Puzzlove and add dipswitch locations. [Brian Troha] [briantro]
2015-02-04 00:26:26Changed: silvmil.c
1 files changed, 29 insertions, 32 deletions
- Replaced corrupt dump for mtetrisc with fresh and verified good redump [brizzo, Zoinkity] [Robbbert]
2015-02-03 22:19:53Changed: aleck64.c
1 files changed, 1 insertions, 2 deletions
- new WORKING game [mamehaze]
2015-02-03 21:58:02 - Reowrked the -video soft driver so it works like accel and opengl. That [couriersud]
2015-02-03 19:31:11 - wink.c: added save state support (nw) [Ivan Vangelista]
2015-02-03 18:09:14Changed: wink.c
1 files changed, 22 insertions, 8 deletions
- i had to revert this part, it doesn't work (incompatible or not needed anymore after Fabio's UI improvements) [hap]
2015-02-03 14:24:25Changed: selgame.c
1 files changed, 1 insertions, 1 deletions
- Merge pull request #117 from trap15/master [hap]
2015-02-03 13:40:05 - Fix SDL build breakage (nw) [arbee]
2015-02-03 03:55:20Changed: input.c
1 files changed, 3 insertions, 3 deletions
- Make sure testkeys ends up in $(BIN). (nw) [couriersud]
2015-02-03 00:42:00Changed: sdl.mak
1 files changed, 2 insertions, 2 deletions
- Fixed natural keyboard input on all platforms for SDL2 builds. (nw) [couriersud]
2015-02-03 00:35:04Changed: input.c, testkeys.c
2 files changed, 10 insertions, 6 deletions
- raiden.c: added save state support (nw) [Ivan Vangelista]
2015-02-02 20:22:52Changed: seibu.c, raiden.c, raiden.h, raiden.c
4 files changed, 36 insertions, 12 deletions
- dreambal.c: enabled save state support (nw) [Ivan Vangelista]
2015-02-02 17:54:55- galpani3.c: added save state support (nw)
Changed: dreambal.c, galpani3.c
2 files changed, 16 insertions, 16 deletions
- galpani3.c: added save state support (nw)
- validity.c: allow uppercase characters in ROM names so we can more accurately represent the labels. [mamehaze]
2015-02-02 16:28:14- This is a major bugbear for PCB owners, who are annoyed that we insist they take the time to note every label only for us to then convert everything to lowercase. This just seems to be another legacy leftover from the old days of MAME before we cared so much about label accuracy, and there's no real reason for us to do it as it damages our documentation. This change has been requested multiple times by multiple people.
Changed: validity.c
1 files changed, 0 insertions, 8 deletions
- This is a major bugbear for PCB owners, who are annoyed that we insist they take the time to note every label only for us to then convert everything to lowercase. This just seems to be another legacy leftover from the old days of MAME before we cared so much about label accuracy, and there's no real reason for us to do it as it damages our documentation. This change has been requested multiple times by multiple people.
- tidy up some s16 stuff in mame.lst, the 'decrypted' comment was misleading (and as we've figured out/dumped the keys to almost every FD1094 we have a set for, irrelevant) There are various decrypted bootleg/suicide repair sets being used on PCBs today tho, a couple were dumped recently (nw) [mamehaze]
2015-02-02 16:13:23Changed: mame.lst
1 files changed, 136 insertions, 136 deletions
- (nw) [arbee]
2015-02-02 02:38:252 files changed, 20 insertions, 24 deletions
- Add a netdev provider "none" as a fallback doing nothing. [couriersud]
2015-02-02 01:59:04Changed: osdobj_common.c, none.c, sdl.mak, windows.mak
4 files changed, 23 insertions, 3 deletions
- serve an assist to Arbee for SNES Miracle Piano. nw. [etabeta78]
2015-02-01 22:11:53Changed: bus.mak, ctrl.c, miracle.c, miracle.h
4 files changed, 360 insertions, 0 deletions
- Changes to the build system: [couriersud]
2015-02-01 18:42:03- - BGFX library is set in windows.mak and sdl.mak now. This ensures the library is only build when needed. This is necessary to be able to build MAME on systems without opengl support. Support was added for an optional BIN location for executables. The default is still the root folder. Setting BIN=bin e.g. will put executables in bin.
Changed: d3d10.h, d3d10_1.h, d3d10_1shader.h, d3d10effect.h, d3d10shader.h, d3d11.h, d3d11sdklayers.h, d3d11shader.h, d3dcommon.h, d3dcompiler.h, d3dcsx.h, d3dx10.h, d3dx10core.h, d3dx10math.h, d3dx10mesh.h, d3dx10tex.h, d3dx11.h, d3dx11async.h, d3dx11core.h, d3dx11tex.h, makefile, sdl.mak, windows.mak, tools.mak
24 files changed, 31 insertions, 32 deletions
- - BGFX library is set in windows.mak and sdl.mak now. This ensures the library is only build when needed. This is necessary to be able to build MAME on systems without opengl support. Support was added for an optional BIN location for executables. The default is still the root folder. Setting BIN=bin e.g. will put executables in bin.
- fix bgfx compile on linux, still disable till confirmed (nw) [Miodrag Milanovic]
2015-02-01 18:02:56Changed: sdl.mak
1 files changed, 1 insertions, 0 deletions
- Renamed h files so they can be cross compiled on linux [Miodrag Milanovic]
2015-02-01 17:08:10Changed: d3d10.h, d3d10_1.h, d3d10_1shader.h, d3d10effect.h, d3d10shader.h, d3d11.h, d3d11sdklayers.h, d3d11shader.h, d3dcommon.h, d3dcompiler.h, d3dcsx.h, d3dx10.h, d3dx10core.h, d3dx10math.h, d3dx10mesh.h, d3dx10tex.h, d3dx11.h, d3dx11async.h, d3dx11core.h, d3dx11tex.h
20 files changed, 0 insertions, 0 deletions
- Merged in BGFX changes and adapted BGFX draw to inherit from [couriersud]
2015-02-01 16:01:36- osd_renderer. Made BGFX optional for SLD builds. You have to specify USE_BGFX=1 to enable BGFX. This is a temporary measure until dynamic linking is resolved. (nw)
Changed: drawbgfx.c, sdl.mak, video.c, window.c
4 files changed, 92 insertions, 112 deletions
- osd_renderer. Made BGFX optional for SLD builds. You have to specify USE_BGFX=1 to enable BGFX. This is a temporary measure until dynamic linking is resolved. (nw)
- Merge branch 'master' of https://github.com/mamedev/mame.git [couriersud]
2015-02-01 15:30:01 - Aligned code. Once done the window creation code should be in window.c [couriersud]
2015-02-01 15:28:19 - Added BGFX skeleton to SDL build as well (nw) [Miodrag Milanovic]
2015-02-01 14:02:38Changed: drawbgfx.c, osdsdl.h, sdl.mak, sdlmain.c, video.c, video.h, window.c, window.h, drawbgfx.c
9 files changed, 392 insertions, 6 deletions
- nw [hap]
2015-02-01 13:33:54Changed: amis2000d.c
1 files changed, 1 insertions, 1 deletions
- fastfred.c: added save state support to all games except imago and imagoa (nw) [Ivan Vangelista]
2015-02-01 09:07:26- These 2 games use the galaxold starfield functions and therefore suffer from the same underlying save problem. Up to now I've not been able to identify the cause.
Changed: fastfred.c, fastfred.h, fastfred.c
3 files changed, 67 insertions, 33 deletions
- These 2 games use the galaxold starfield functions and therefore suffer from the same underlying save problem. Up to now I've not been able to identify the cause.
- Work around Emscripten linking issues by avoiding ar altogether (nw) [Justin Kerk]
2015-02-01 08:13:50- See https://github.com/kripken/emscripten/issues/2619
Changed: makefile
1 files changed, 20 insertions, 5 deletions
- See https://github.com/kripken/emscripten/issues/2619
- apple2: properly handle ProDOS-order Microsoft CP/M boot disk [R. Belmont] [arbee]
2015-02-01 04:26:30Changed: ap2_dsk.c
1 files changed, 5 insertions, 0 deletions
- bugfix [hap]
2015-02-01 00:40:32Changed: amis2000op.inc
1 files changed, 3 insertions, 3 deletions
- some winprefix.h cleanups (nw) [Oliver Stöneberg]
2015-01-31 23:54:38Changed: winprefix.h
1 files changed, 5 insertions, 9 deletions
- restored winprefix.h change by Peter Ferrie (nw) [Oliver Stöneberg]
2015-01-31 23:42:53- also moved some code around and only defined strtoll when it is actually necessary
Changed: winprefix.h
1 files changed, 8 insertions, 9 deletions
- also moved some code around and only defined strtoll when it is actually necessary
- Revert "fix compile on MSVC 2012 (nw)" [Oliver Stöneberg]
2015-01-31 23:36:03- This reverts commit 9afc7cdb5b57f6b15125d4d207baa7c61ee50287.
Changed: sqlite3.h, drcbex64.h, drcbex86.h, uml.h, inputmap.c, mainmenu.c, bitmap.c, winprefix.h
8 files changed, 13 insertions, 21 deletions
- This reverts commit 9afc7cdb5b57f6b15125d4d207baa7c61ee50287.
- vconv: disabled C4826 again (nw) [Oliver Stöneberg]
2015-01-31 23:34:21Changed: vconv.c
1 files changed, 2 insertions, 1 deletions
- Fix compile with NO_USE_MIDI (nw) [Justin Kerk]
2015-01-31 21:46:19Changed: portmidi.c
1 files changed, 1 insertions, 1 deletions
- Remove duplicate and unused code (compare src/lib/util/cstrpool.c) (nw) [Justin Kerk]
2015-01-31 21:40:43Changed: softlist.c
1 files changed, 0 insertions, 92 deletions
- Merge branch 'master' of https://github.com/mamedev/mame.git [couriersud]
2015-01-31 21:16:52Changed: ramtek.c
1 files changed, 24 insertions, 8 deletions
- Fix uninitialized var. (nw) [couriersud]
2015-01-31 20:29:18Changed: cobra.c
1 files changed, 1 insertions, 1 deletions
- Added what we know of Volly Industries game info to ramtek.c comments [Stiletto]
2015-01-31 19:38:57- Added what we know of Volly Industries game info to ramtek.c comments
Changed: ramtek.c
1 files changed, 24 insertions, 8 deletions
- Added what we know of Volly Industries game info to ramtek.c comments
- Fix clang compile. (nw) [couriersud]
2015-01-31 19:10:15Changed: bcbattle.h
1 files changed, 1 insertions, 1 deletions
- Removed sstream include. (nw) [couriersud]
2015-01-31 16:39:08Changed: emucore.h
1 files changed, 0 insertions, 2 deletions
- Fix clang build. (nw) [couriersud]
2015-01-31 14:17:41Changed: none.c
1 files changed, 1 insertions, 1 deletions
- rollrace.c: added save state support, removed unneeded prefixes (nw) [Ivan Vangelista]
2015-01-31 11:35:27Changed: rollrace.c, rollrace.h, rollrace.c
3 files changed, 95 insertions, 73 deletions
- improved documentation of a some discrete drivers [gregf, Stiletto] [etabeta78]
2015-01-31 10:48:20Changed: aleisttl.c, exidyttl.c, ramtek.c, taitottl.c, mame.lst
5 files changed, 37 insertions, 21 deletions
- galpani2.c, kaneko16.c: added save state support (nw) [Ivan Vangelista]
2015-01-31 09:06:25Changed: galpani2.c, kaneko16.c, galpani2.h, kaneko16.h, kaneko16.c, kaneko_spr.c
6 files changed, 103 insertions, 101 deletions
- Update comebaby.c [Guru]
2015-01-31 08:40:11- Added info on the sound chip
Changed: comebaby.c
1 files changed, 5 insertions, 2 deletions
- Added info on the sound chip
- Converted midi into a module. (nw) [couriersud]
2015-01-31 02:39:40Changed: midiin.c, midiout.c, osdobj_common.c, osdobj_common.h, midi_module.h, none.c, portmidi.c, sdl_sound.c, osdcore.h, osdepend.h, sdl.mak, windows.mak
12 files changed, 269 insertions, 136 deletions
- Merge branch 'master' of https://github.com/mamedev/mame [Angelo Salese]
2015-01-31 00:57:49Changed: comebaby.c, video.c, video.h
3 files changed, 195 insertions, 74 deletions
- Update with Guru's notes and add BIOS dump. [Stiletto]
2015-01-30 23:52:46- Update comebaby.c with Guru's notes and add BIOS dump.
(nw) Here's hoping the changes I made to the memory region and ROM definitions work, I'm new to this...
If it helps, requirements for the actual PC Windows port: - Operating System: Windows 98 / Me / 2000 / XP - CPU: Pentium III 350 or higher required, Pentium / Celeron 500MHz recommended - RAM: 64M - CD-ROM: 24-32x speed - Hard Drive: 400M - Sound Card: Sound Blaster / DirectX compatible sound card - Video Card: DirectX 8.0a compatible graphics card required, Direct3D support card (6M or more texture memory) required which also implies a 3dfx Voodoo 3 or better, matching the previous notes on the HDD contents.Changed: comebaby.c
1 files changed, 123 insertions, 14 deletions
- Update comebaby.c with Guru's notes and add BIOS dump.
- Merge branch 'master' of https://github.com/mamedev/mame.git [couriersud]
2015-01-30 23:33:02Changed: amis2000.c, amis2000.h, amis2000op.inc, comebaby.c
4 files changed, 82 insertions, 10 deletions
- Fixed SDL1.2 (osx, linux, windows). (nw) [couriersud]
2015-01-30 23:32:222 files changed, 72 insertions, 60 deletions
- added some i/o opcodes [hap]
2015-01-30 22:11:55Changed: amis2000.c, amis2000.h, amis2000op.inc
3 files changed, 73 insertions, 7 deletions
- minor comment changes (nw) [Stiletto]
2015-01-30 21:58:49- minor comment changes (nw)
Changed: comebaby.c
1 files changed, 9 insertions, 3 deletions
- minor comment changes (nw)
- Missed one file. (nw) [couriersud]
2015-01-30 21:26:27Changed: netdev_module.h
1 files changed, 26 insertions, 0 deletions
- Merge branch 'master' of https://github.com/mamedev/mame.git [couriersud]
2015-01-30 21:10:42Changed: sqlite3.h, amis2000.c, amis2000.h, amis2000op.inc, drcbex64.h, drcbex86.h, uml.h, inputmap.c, mainmenu.c, bitmap.c, winprefix.h
11 files changed, 95 insertions, 21 deletions
- Converted pcap and taptun network code into modules. (nw) [couriersud]
2015-01-30 21:10:32Changed: dinetwork.h, miscmenu.c, video.c, osdobj_common.c, osdobj_common.h, pcap.c, taptun.c, osdmodule.h, osdnet.c, osdnet.h, netdev.c, netdev_pcap.c, netdev_pcap.h, netdev_pcap_osx.c, netdev_tap.h, osdsdl.h, sdl.mak, netdev.c, netdev_pcap.c, netdev_pcap.h, windows.mak, winmain.h
22 files changed, 409 insertions, 622 deletions
- added jump opcodes [hap]
2015-01-30 20:40:00Changed: amis2000.c, amis2000.h, amis2000op.inc
3 files changed, 74 insertions, 8 deletions
- fix compile on MSVC 2012 (nw) [peterferrie]
2015-01-30 20:36:06Changed: sqlite3.h, drcbex64.h, drcbex86.h, uml.h, inputmap.c, mainmenu.c, bitmap.c, winprefix.h
8 files changed, 21 insertions, 13 deletions
- Update sdl.mak [couriersud]
2015-01-30 20:29:17Changed: sdl.mak
1 files changed, 2 insertions, 2 deletions
- added most straightforward opcodes [hap]
2015-01-30 19:28:31Changed: amis2000.c, amis2000.h, amis2000op.inc
3 files changed, 109 insertions, 39 deletions
- sync CPUS in mame.mak with mess.mak (nw) [Oliver Stöneberg]
2015-01-30 17:40:02- also fixes unidasm linking
Changed: mame.mak
1 files changed, 3 insertions, 1 deletions
- also fixes unidasm linking
- naomi.c: M1 keys endian fix & docs, mark unpopulated 5881 keys as -1 because 0 is valid (capsnk) key (nw) [MetalliC]
2015-01-30 15:56:16Changed: hikaru.c, naomi.c, mame.lst
3 files changed, 60 insertions, 57 deletions
- Old Time Basketball is screenless electromechanical (nw) [Stiletto]
2015-01-30 09:12:00- Old Time Basketball is screenless electromechanical (nw)
Changed: exidyttl.c
1 files changed, 1 insertions, 2 deletions
- Old Time Basketball is screenless electromechanical (nw)
- model3.c: Various changes - NW [briantro]
2015-01-30 05:37:15- Add country / region were possible (as shown by game). Changed Dirt Devils from set 1 & 2 to Export & Australia. Made the Export of Emergency Call Ambulance the parent set. Fixed the dirtdvlsa key which wasn't updated. removed the harleya init which isn't need any more.
Changed: model3.c, model3.h, mame.lst
3 files changed, 50 insertions, 60 deletions
- Add country / region were possible (as shown by game). Changed Dirt Devils from set 1 & 2 to Export & Australia. Made the Export of Emergency Call Ambulance the parent set. Fixed the dirtdvlsa key which wasn't updated. removed the harleya init which isn't need any more.
- [MT05835] show correct version number in file datils [Oliver Stöneberg] [Oliver Stöneberg]
2015-01-30 01:46:36- adjusted verinfo code for new version.c format / also added more errorhandling and removed some unnecessary code
Changed: verinfo.c
1 files changed, 21 insertions, 14 deletions
- adjusted verinfo code for new version.c format / also added more errorhandling and removed some unnecessary code
- fixed MESS linking (nw) [Oliver Stöneberg]
2015-01-30 01:20:16Changed: cpu.mak
1 files changed, 2 insertions, 2 deletions
- Converted osd/sdl/nedev_pcap.c to dynamic library loading. (nw) [couriersud]
2015-01-29 23:44:06Changed: netdev_pcap.c, sdl.mak
2 files changed, 46 insertions, 11 deletions
- Merge branch 'master' of https://github.com/mamedev/mame.git [couriersud]
2015-01-29 23:25:46Changed: sdl.mak
1 files changed, 1 insertions, 0 deletions
- Merge pull request #124 from 0-wiz-0/master [couriersud]
2015-01-29 23:25:01- Define network API to use on NetBSD.
Changed: sdl.mak
1 files changed, 1 insertions, 0 deletions
- Define network API to use on NetBSD.
- Converted sdl_monitor_info into a proper object. (nw) [couriersud]
2015-01-29 23:19:27Changed: draw13.c, drawogl.c, drawsdl.c, osdsdl.h, video.c, video.h, window.c
7 files changed, 112 insertions, 128 deletions
- Define network API to use on NetBSD. [Thomas Klausner]
2015-01-29 22:49:26- Fixes build on NetBSD.
Signed-off-by: Thomas Klausner
- Fixes build on NetBSD.
- Some fixes for multimonitor fullscreen on linux and windows. In [couriersud]
2015-01-29 21:14:00- virtualbox, even switchres now works for two monitors. That doesn't imply it will work on real hardware. The probability is higher :-) On windows, default render driver now is "opengl" since direct3d wouldn't work reliably. This functionality currently is limited to to the "-video accel" driver. More userspace blitting enhancements. [Couriersud]
Changed: blit13.h, draw13.c, sdlmain.c
3 files changed, 228 insertions, 173 deletions
- virtualbox, even switchres now works for two monitors. That doesn't imply it will work on real hardware. The probability is higher :-) On windows, default render driver now is "opengl" since direct3d wouldn't work reliably. This functionality currently is limited to to the "-video accel" driver. More userspace blitting enhancements. [Couriersud]
- mnemonics to uppercase [hap]
2015-01-29 19:00:02Changed: tms0980d.c
1 files changed, 20 insertions, 21 deletions
- limenko.c, lordgun.c: added save state support (nw) [Ivan Vangelista]
2015-01-29 18:07:41Changed: limenko.c, lordgun.c, lordgun.h
3 files changed, 111 insertions, 72 deletions
- Merge pull request #122 from wallyweek/cfalco [Oliver Stöneberg]
2015-01-29 13:39:56- *nix: Fixed linking tools against system libraries
Changed: makefile
1 files changed, 2 insertions, 0 deletions
- *nix: Fixed linking tools against system libraries
- *nix: Fixed linking tools against system libraries [Cesare Falco]
2015-01-29 12:55:14Changed: makefile
1 files changed, 2 insertions, 0 deletions
- Merge branch 'master' of https://github.com/mamedev/mame [Angelo Salese]
2015-01-29 00:47:15Changed: hikaru.c, model2.c, model3.c, naomi.c, 315-5881_crypt.c
5 files changed, 89 insertions, 89 deletions
- Updates to 315-5881 encryption based on Daytona2 Power Edition's analysis [Andreas Naive] [andreasnaive]
2015-01-28 23:14:58Changed: hikaru.c, model2.c, model3.c, naomi.c, 315-5881_crypt.c
5 files changed, 89 insertions, 89 deletions
- Merge branch 'master' of https://github.com/mamedev/mame [Angelo Salese]
2015-01-28 20:00:24Changed: jvshost.c
1 files changed, 5 insertions, 6 deletions
- Merge pull request #121 from p1pkin/jvs [R. Belmont]
2015-01-28 19:28:42- jvs host: fix packet encoding, similar to previous [MetalliC]
Changed: jvshost.c
1 files changed, 5 insertions, 6 deletions
- jvs host: fix packet encoding, similar to previous [MetalliC]
- jvs host: fix packet encoding, similar to previous [MetalliC]
2015-01-28 18:11:08Changed: jvshost.c
1 files changed, 5 insertions, 6 deletions
- More JSMESS breakage (nw) [Justin Kerk]
2015-01-28 16:47:03Changed: makefile, sdl_sound.c
2 files changed, 2 insertions, 2 deletions
- silkroad,c: enabled save state support (nw) [Ivan Vangelista]
2015-01-28 16:10:36Changed: silkroad.c, silkroad.h
2 files changed, 19 insertions, 13 deletions
- h8.c: added some more state saving, fixes lastfght and puzzlet saving problems (nw) [Ivan Vangelista]
2015-01-28 15:17:05Changed: h8.c
1 files changed, 6 insertions, 0 deletions
- compilefix part2 [hap]
2015-01-28 15:08:19Changed: seibu.c, seibu.h, cabal.c, shanghai.c
4 files changed, 18 insertions, 32 deletions
- Merge pull request #120 from p1pkin/jvs [Olivier Galibert]
2015-01-28 14:51:36 - Quick compile fix (nw) [Ivan Vangelista]
2015-01-28 14:41:45Changed: cabal.c, shanghai.c
2 files changed, 2 insertions, 2 deletions
- JVS host: real fix for "CRC errors" [MetalliC]
2015-01-28 14:37:46 - m65ce02: Generalize Kale's findings [O. Galibert] [Olivier Galibert]
2015-01-28 13:23:46Changed: m6502.c, om65ce02.lst
2 files changed, 10 insertions, 10 deletions
- Remove still more sound irq trampolines (nw) [Alex W. Jackson]
2015-01-28 12:21:58Changed: backfire.c, bfm_sc4h.c, bfm_sc5.c, bfm_swp.c, bishi.c, cabal.c, deco156.c, gunpey.c, maygayep.c, midas.c, nmk16.c, shanghai.c, toaplan2.c, zn.c, bfm_sc45.h, bfm_sc5.h, bishi.h, cave.h, nmk16.h, powerins.h, quizpani.h, toaplan2.h
22 files changed, 10 insertions, 119 deletions
- tx1.c: reduce tagmap lookups (nw) [Alex W. Jackson]
2015-01-28 10:32:343 files changed, 75 insertions, 66 deletions
- JSMESS compile fixes (nw) [DopefishJustin]
2015-01-28 07:28:35Changed: js_sound.c, video.c
2 files changed, 1 insertions, 2 deletions
- psikyosh.c: Correct refresh rate for tgm2 [Alex Jackson] [Alex W. Jackson]
2015-01-28 06:32:37Changed: psikyosh.c
1 files changed, 2 insertions, 2 deletions
- gumbo.c: Make games use OSC derived clock speeds. - NW [briantro]
2015-01-28 04:50:23Changed: gumbo.c
1 files changed, 2 insertions, 2 deletions
- refactor decathlete protection a bit, hook up 'doa' to the table uploads for it too (nw) [mamehaze]
2015-01-28 02:48:37Changed: 315-5838_317-0229_comp.c, 315-5838_317-0229_comp.h
2 files changed, 234 insertions, 256 deletions
- New PE+ Slot games added [briantro]
2015-01-28 02:06:56- New Games Added ----------------------------------------------------- Player's Edge Plus (PS0366) Double Diamond Deluxe Slots [BrianT] Player's Edge Plus (PS0372) Double Diamond Deluxe Slots [BrianT] Player's Edge Plus (PS0373) Double Diamond Deluxe Slots [BrianT]
2 files changed, 48 insertions, 0 deletions
- New Games Added ----------------------------------------------------- Player's Edge Plus (PS0366) Double Diamond Deluxe Slots [BrianT] Player's Edge Plus (PS0372) Double Diamond Deluxe Slots [BrianT] Player's Edge Plus (PS0373) Double Diamond Deluxe Slots [BrianT]
- moved some clang-specific stuff from makefile to src/build/flags_clang.mak (nw) [Oliver Stöneberg]
2015-01-27 23:27:08Changed: makefile, flags_clang.mak
2 files changed, 28 insertions, 26 deletions
- Fix SDLMAME build on windows without QT debugger. [couriersud]
2015-01-27 20:25:28Changed: sdl.mak
1 files changed, 8 insertions, 6 deletions
- start using callbacks for decathlete style decompression (start of refactoring) (nw) [mamehaze]
2015-01-27 19:22:51Changed: stv.c, stv.h, 315-5838_317-0229_comp.c, 315-5838_317-0229_comp.h
4 files changed, 114 insertions, 24 deletions
- Remove more trampolines (nw) [Alex W. Jackson]
2015-01-27 16:55:57Changed: midtunit.c, stadhero.c, midtunit.h, stadhero.h, midtunit.c
5 files changed, 11 insertions, 59 deletions
- Merge pull request #119 from p1pkin/naomi#0 [Olivier Galibert]
2015-01-27 16:28:19 - Merge branch 'master' of https://github.com/mamedev/mame [mamehaze]
2015-01-27 15:01:21Changed: namcos21.c, namcos21.h
2 files changed, 18 insertions, 16 deletions
- make 'auto' on SDL Windows mean 'OpenGl' The MACOSX build is already this way so hopefully not an issue. Non-GL performance on Windows is terrible (I struggle to get >100% on pacman) [mamehaze]
2015-01-27 15:01:03Changed: video.c
1 files changed, 1 insertions, 1 deletions
- namcos21.c: use region_ptr_finder to reduce tagmap lookups (nw) [Alex W. Jackson]
2015-01-27 14:35:18Changed: namcos21.c, namcos21.h
2 files changed, 18 insertions, 16 deletions
- (nw) [mamehaze]
2015-01-27 14:12:24Changed: aliens.c
1 files changed, 4 insertions, 4 deletions
- Remove lots of useless sound IRQ trampolines leftover from the pre-devcb era (nw) [Alex W. Jackson]
2015-01-27 13:40:41Changed: actfancr.c, aerofgt.c, alpha68k.c, crospang.c, dec8.c, deniam.c, fuukifg2.c, fuukifg3.c, galspnbl.c, hcastle.c, itech8.c, lordgun.c, metro.c, nemesis.c, nmg5.c, oneshot.c, onetwo.c, prehisle.c, psikyo.c, psikyo4.c, psikyosh.c, snk68.c, snowbros.c, spbactn.c, spdodgeb.c, spy.c, suna8.c, tbowl.c, tecmo.c, toaplan1.c, toaplan2.c, twincobr.c, wardner.c, yunsun16.c, actfancr.h, aerofgt.h, alpha68k.h, crospang.h, dec8.h, deniam.h, fuukifg2.h, fuukifg3.h, galspnbl.h, hcastle.h, itech8.h, lordgun.h, metro.h, nemesis.h, oneshot.h, prehisle.h, psikyo.h, psikyo4.h, psikyosh.h, snk68.h, snowbros.h, spbactn.h, spdodgeb.h, spy.h, suna8.h, tbowl.h, tecmo.h, toaplan1.h, toaplan2.h, twincobr.h, yunsun16.h, actfancr.c
66 files changed, 86 insertions, 398 deletions
- Fix undefined names "logging" and "fname". (nw) [Mike Naberezny]
2015-01-27 10:19:22Changed: arcompact_make.py, h8make.py, mcs96make.py, tmsmake.py
4 files changed, 4 insertions, 4 deletions
- h8make: Fix function definition of description(). (nw) [Mike Naberezny]
2015-01-27 10:11:10Changed: h8make.py
1 files changed, 1 insertions, 1 deletions
- make sure that controller devices don't get duplicate descriptions [etabeta78]
2015-01-27 09:03:49- in listxml output. nw.
Changed: arkpaddle.c, joypad.c, suborkey.c, graphic.c, joypad.c, lphaser.c, multitap.c, paddle.c, rfu.c, sports.c, sportsjp.c, joybooster.c, joystick.c, keypad.c, lightpen.c, paddles.c, wheel.c
17 files changed, 19 insertions, 19 deletions
- in listxml output. nw.
- cps1.c: cworld2ja actually uses Q529B PAL & IOB1 for that matter - NW [briantro]
2015-01-27 04:53:20Changed: cps1.c
1 files changed, 1 insertions, 1 deletions
- cps1.c: cworld2ja actually uses Q529B PAL - NW [briantro]
2015-01-27 04:48:57Changed: cps1.c
1 files changed, 1 insertions, 1 deletions
- Fix compile for Windows/non-sdl. (nw) [couriersud]
2015-01-27 02:30:24Changed: osdlib_win32.c
1 files changed, 4 insertions, 0 deletions
- Promote osd_getenv from osdlib.h to osdcore.h. Change return type to [couriersud]
2015-01-27 01:43:04- "const char*". Fixes netlist compile.
Changed: nld_ms_gauss_seidel.h, osdlib.h, osdlib_macosx.c, osdlib_os2.c, osdlib_unix.c, osdlib_win32.c, work_osd.c, osdcore.h, sdldir.c, sdlfile.c
10 files changed, 46 insertions, 41 deletions
- "const char*". Fixes netlist compile.
- Removed include not needed. Fixed compile. Thanks David! (nw) [couriersud]
2015-01-27 01:21:33Changed: osdlib_win32.c
1 files changed, 0 insertions, 2 deletions
- new clones [mamehaze]
2015-01-27 01:12:49 - m1 (nw) [Olivier Galibert]
2015-01-26 22:42:17Changed: hikaru.c, naomi.c, naomibd.h, naomicrypt.c, naomicrypt.h, naomim1.c, naomim1.h, mame.mak
8 files changed, 37 insertions, 118 deletions
- (nw) [mamehaze]
2015-01-26 22:32:02Changed: 315-5838_317-0229_comp.h
1 files changed, 0 insertions, 1 deletions
- silvmil.c: added save state support (nw) [Ivan Vangelista]
2015-01-26 22:04:37Changed: silvmil.c
1 files changed, 13 insertions, 8 deletions
- replace 'discof' dump with a new one [f205v] [mamehaze]
2015-01-26 20:51:37- (new dump is 1 bit difference, looking at the dumps it seems to me that the old one is just bad)
Changed: btime.c
1 files changed, 9 insertions, 8 deletions
- (new dump is 1 bit difference, looking at the dumps it seems to me that the old one is just bad)
- new NOT WORKING [mamehaze]
2015-01-26 19:10:08- Space Train [f205v]
(an alt version of warofbug with weird scrambled roms and scrambled memory map like anteasteruk)Changed: galaxian.c, mame.lst
2 files changed, 45 insertions, 0 deletions
- Space Train [f205v]
- kill old sim code (nw) [mamehaze]
2015-01-26 18:15:41Changed: model2.c, model3.c, model3.h
3 files changed, 4 insertions, 131 deletions
- kill this (nw) [mamehaze]
2015-01-26 16:47:31Changed: decathlt.c
1 files changed, 0 insertions, 242 deletions
- move decathlete protection in a device, moved the doa protection sim there too, added devices to driver (preparation for refactoring, they're the same device, just underused by Doa) [mamehaze]
2015-01-26 16:47:06Changed: model2.c, stv.c, model2.h, stv.h, 315-5838_317-0229_comp.c, 315-5838_317-0229_comp.h, mame.mak
7 files changed, 451 insertions, 161 deletions
- fix attempt for MT 5832 [mamehaze]
2015-01-26 13:49:34Changed: gp9001.c
1 files changed, 8 insertions, 5 deletions
- minor fix + additions to the barcode reader emulation. nw. [etabeta78]
2015-01-26 10:24:10Changed: bcreader.c, bcreader.h
2 files changed, 3 insertions, 1 deletions
- ui: slight improvement on device input ordering + small cleanup. nw. [etabeta78]
2015-01-26 10:18:37- the ordering is still not optimal, imho, but at least if you launch SMS with a lphaser and a paddle you don't get anymore their input mixed in the menu. I will probably get back to this after next release.
Changed: inputmap.c, sliders.c
2 files changed, 11 insertions, 10 deletions
- the ordering is still not optimal, imho, but at least if you launch SMS with a lphaser and a paddle you don't get anymore their input mixed in the menu. I will probably get back to this after next release.
- Remove unused imports. (nw) [Mike Naberezny]
2015-01-26 08:17:28Changed: file2str.py, png.py, arcompact_make.py, m6809make.py
4 files changed, 0 insertions, 5 deletions
- fix region sizes (nw) [mamehaze]
2015-01-26 02:36:31Changed: funkball.c
1 files changed, 6 insertions, 6 deletions
- fix some driver notes, it was calling the sound program the main program in a few places (nw) [mamehaze]
2015-01-26 01:44:32Changed: funkball.c
1 files changed, 7 insertions, 7 deletions
- refactor funkball.c flash access to use intelfsh.c via bankdev, doesn't improve anything tho (nw) [mamehaze]
2015-01-26 01:26:25Changed: intelfsh.c, intelfsh.h, funkball.c
3 files changed, 65 insertions, 65 deletions
- Change pcap warnings to be verbose. (nw) [couriersud]
2015-01-25 23:01:51Changed: netdev_pcap.c
1 files changed, 2 insertions, 2 deletions
- Minor Solaris fixes. (nw) [couriersud]
2015-01-25 22:58:54Changed: m68kcpu.h, luaengine.c, plists.h, sdlprefix.h
4 files changed, 13 insertions, 1 deletions
- Merge branch 'master' of https://github.com/mamedev/mame.git [couriersud]
2015-01-25 22:43:31Changed: sh2drc.c
1 files changed, 3 insertions, 3 deletions
- fix compile? (nw) [mamehaze]
2015-01-25 22:42:02Changed: sh2drc.c
1 files changed, 3 insertions, 3 deletions
- i386: sse opcodes improvements [Samuele Zannoli] [yz70s]
2015-01-25 22:07:51- - add opcodes MOVHLPS MOVLHPS - safer implementation of PACKUSWB PACKSSDW SHUFPS UNPCKLPS UNPCKHPS
The safer implementation is needed in cases where the source and destination registers are the same.Changed: pentops.inc
1 files changed, 82 insertions, 48 deletions
- - add opcodes MOVHLPS MOVLHPS - safer implementation of PACKUSWB PACKSSDW SHUFPS UNPCKLPS UNPCKHPS
- Solaris 11 build support. [Couriersud] [couriersud]
2015-01-25 22:01:16Changed: makefile, font_sdl.c, sdl.mak, sdlprefix.h, sdlptty_unix.c
5 files changed, 62 insertions, 14 deletions
- oops (nw) [Olivier Galibert]
2015-01-25 21:35:36Changed: mips3drc.c, ppcdrc.c, rspdrc.c, astring.h
4 files changed, 5 insertions, 5 deletions
- h63484.c: added save state support (nw) [Ivan Vangelista]
2015-01-25 20:52:44 - core: Add per-game parameters [O. Galibert] [Olivier Galibert]
2015-01-25 20:34:59- Per-game parameters are (tag, value) pairs that follow the same tag structure than everything else. They're added within a ROM section with ROM_PARAMETER(tag, value). You look them up through the device method parameter(tag) which returns the string, or "" if not present.
A *lot* of drivers can benefit from that stuff. It should kill most game-name keyed tables, and the alternative approach of bazillon-of-driver-inits.
Possible evolutions, if someone wants to do it: - output them in -listxml - push the softlist parameters present in the xml through that - maybe allow to change/set them through the command lineChanged: device.c, device.h, emu.h, emu.mak, machine.c, machine.h, parameters.c, parameters.h, romload.c, romload.h, hikaru.c, model2.c, model3.c, naomi.c, stv.c, 315-5881_crypt.c, 315-5881_crypt.h, 315-5881_helper.c, 315-5881_helper.h, naomim2.c, naomim2.h, stvprot.c, mame.mak
23 files changed, 502 insertions, 374 deletions
- Per-game parameters are (tag, value) pairs that follow the same tag structure than everything else. They're added within a ROM section with ROM_PARAMETER(tag, value). You look them up through the device method parameter(tag) which returns the string, or "" if not present.
- Merge branch 'master' of https://github.com/mamedev/mame.git [couriersud]
2015-01-25 03:45:08Changed: i386dasm.c, ppccom.c, zn.c
3 files changed, 99 insertions, 14 deletions
- Converted modules/debugger/* to new module infrastructure. (nw) [couriersud]
2015-01-25 03:45:00Changed: emu.mak, debug_module.h, debugint.c, debugint.h, debugosx.h, debugosx.m, debugqt.c, debugqt.h, debugwin.c, debugwin.h, none.c, none.h, font_windows.c, osdobj_common.c, osdobj_common.h, osdmodule.c, osdsdl.h, sdl.mak, sdlmain.c, windows.mak, winmain.c, winmain.h
22 files changed, 201 insertions, 400 deletions
- Games promoted from GAME_NOT_WORKING [arbee]
2015-01-25 03:21:05- ------------------------------------ NBA Jam Extreme [R. Belmont, Peter Ferrie]
Changed: zn.c
1 files changed, 1 insertions, 1 deletions
- ------------------------------------ NBA Jam Extreme [R. Belmont, Peter Ferrie]
- nbajamex: Implemented ROM banking, game coins up and is playable. [R. Belmont, Peter Ferrie] [arbee]
2015-01-25 03:17:59Changed: zn.c
1 files changed, 44 insertions, 2 deletions
- Renamed osd_debugger_interface to debug_module in a first step to move [couriersud]
2015-01-24 21:03:59- to new module infrastructure. (nw)
Changed: debug_module.h, debugint.c, debugint.h, debugqt.c, debugqt.h, none.c, none.h, osdobj_common.c, osdobj_common.h
9 files changed, 46 insertions, 53 deletions
- to new module infrastructure. (nw)
- fixed unterminated strings in powerpc debugger (nw) [Oliver Stöneberg]
2015-01-24 20:13:43Changed: ppccom.c
1 files changed, 2 insertions, 0 deletions
- i386: add disassembly of opcodes MOVHLPS and movLHPS (nw) [yz70s]
2015-01-24 18:53:01- They differentiate from movlps and movhps by bits 7-6 of the modrm byte
Changed: i386dasm.c
1 files changed, 52 insertions, 11 deletions
- They differentiate from movlps and movhps by bits 7-6 of the modrm byte
- SDL keeps adding SDL_HINTs with every patch release. [qmc2] [couriersud]
2015-01-24 17:30:00Changed: window.c
1 files changed, 16 insertions, 5 deletions
- Merge branch 'master' of https://github.com/mamedev/mame.git [couriersud]
2015-01-24 15:33:17Changed: model2.c, naomi.c, 315-5881_helper.c
3 files changed, 18 insertions, 14 deletions
- More code alignment (windows/sdl). (nw) [couriersud]
2015-01-24 15:33:06Changed: netdev_pcap.c, netdev_pcap_osx.c, sdlos_win32.c, strconv.c, netdev_pcap.c, strconv.c, winfile.c
7 files changed, 171 insertions, 105 deletions
- Merge pull request #116 from p1pkin/model2 [David Haywood]
2015-01-24 15:05:31- model2.c: Zero Gunner and Pilot Kids protection and keys
Changed: model2.c, naomi.c, 315-5881_helper.c
3 files changed, 18 insertions, 14 deletions
- model2.c: Zero Gunner and Pilot Kids protection and keys
- model2.c: Zero Gunner and Pilot Kids protection and keys [MetalliC]
2015-01-24 13:54:17Changed: model2.c, naomi.c, 315-5881_helper.c
3 files changed, 18 insertions, 14 deletions
- (nw) [Stiletto]
2015-01-24 13:01:57- (nw)
Changed: taitottl.c
1 files changed, 1 insertions, 1 deletions
- (nw)
- gamelist additions and subtractions (nw) [Stiletto]
2015-01-24 12:15:33- gamelist additions and subtractions (nw)
Changed: taitottl.c
1 files changed, 48 insertions, 35 deletions
- gamelist additions and subtractions (nw)
- (nw) [Stiletto]
2015-01-24 01:42:40- (nw)
Changed: circus.c
1 files changed, 1 insertions, 1 deletions
- (nw)
- Football is on circus.c HW (nw) [Stiletto]
2015-01-24 01:40:55- Football is on circus.c HW (nw)
Changed: circus.c
1 files changed, 1 insertions, 0 deletions
- Football is on circus.c HW (nw)
- Football is on circus.c HW (nw) [Stiletto]
2015-01-24 01:38:36- Football is on circus.c HW (nw)
Changed: exidyttl.c
1 files changed, 0 insertions, 1 deletions
- Football is on circus.c HW (nw)
- Merge pull request #115 from p1pkin/model3#1 [Andreas Naive]
2015-01-24 00:48:25- add Fighting Vipers 2 key
Changed: naomi.c, 315-5881_helper.c
2 files changed, 6 insertions, 6 deletions
- add Fighting Vipers 2 key
- docs (nw) [MetalliC]
2015-01-24 00:41:04Changed: naomi.c
1 files changed, 4 insertions, 4 deletions
- Fighting Vipers 2 key [MetalliC]
2015-01-24 00:34:30- using A.Naive's recent brilliant findings note: it seems old security data feeding routines can be removed from model.c now
Changed: 315-5881_helper.c
1 files changed, 2 insertions, 2 deletions
- using A.Naive's recent brilliant findings note: it seems old security data feeding routines can be removed from model.c now
- Merge branch 'master' of https://github.com/mamedev/mame [mamehaze]
2015-01-23 20:48:04Changed: naomi.c, 315-5881_crypt.c, 315-5881_helper.c
3 files changed, 47 insertions, 20 deletions
- keys for spikeout / spikeofe from Metallic [mamehaze]
2015-01-23 20:46:52- (note, didn't make them run in MAME, but I managed to compile SuperModel and extract the data from RAM for key finding)
key finding for dayto2pe has failed, might use unknown key bits.Changed: model3.c, 315-5881_helper.c
2 files changed, 11 insertions, 54 deletions
- (note, didn't make them run in MAME, but I managed to compile SuperModel and extract the data from RAM for key finding)
- Partial reverse enginnering of the use of security PIC labels within 315-5881 keys [Andreas Naive] [andreasnaive]
2015-01-23 20:39:57Changed: naomi.c, 315-5881_crypt.c, 315-5881_helper.c
3 files changed, 47 insertions, 20 deletions
- dynax, ddenlovr: small cleanups, moved ddenlovr specific variables into ddenlovr_state (nw) [Osso13]
2015-01-23 18:54:07Changed: ddenlovr.c, dynax.c, dynax.h
3 files changed, 159 insertions, 164 deletions
- Emergency Call Ambulance, Daytona USA 2, L.A. Machineguns, Magical Truck Adventure, Virtual On 2 protection keys [Metallic] [mamehaze]
2015-01-23 15:58:13Changed: 315-5881_helper.c
1 files changed, 17 insertions, 19 deletions
- add the 5881 to a few things in model3.c so that we're ready for keys when they're figured out (nw) [mamehaze]
2015-01-23 15:08:15Changed: model3.c, model3.h, 315-5881_helper.c
3 files changed, 95 insertions, 49 deletions
- fix setname conflict when building UME (nw) [mamehaze]
2015-01-23 14:51:44Changed: st_mp200.c, mame.lst
2 files changed, 3 insertions, 3 deletions
- 315-5881_crypt.c: Key scheduling simplifications [Andreas Naive] [andreasnaive]
2015-01-23 12:41:46Changed: 315-5881_crypt.c, 315-5881_crypt.h
2 files changed, 25 insertions, 29 deletions
- Ocean Hunter key [andreasnaive]
2015-01-23 10:41:20Changed: 315-5881_helper.c
1 files changed, 1 insertions, 1 deletions
- dirt devils key from metallic, fixes HUD gfx (nw) [mamehaze]
2015-01-23 02:09:32Changed: 315-5881_helper.c
1 files changed, 2 insertions, 2 deletions
- Merge branch 'master' of https://github.com/mamedev/mame [Scott Stone]
2015-01-23 01:01:15Changed: model3.c, 315-5881_helper.c
2 files changed, 31 insertions, 12 deletions
- Added some documentation and confirmations on upgrade kits (nw) [Scott Stone]
2015-01-23 01:00:20Changed: dkong.c
1 files changed, 64 insertions, 11 deletions
- reconnect protection in some model3 sets, need to investigate which other ones use it (nw) [mamehaze]
2015-01-22 23:55:22Changed: model3.c, 315-5881_helper.c
2 files changed, 31 insertions, 12 deletions
- hooked up the 315-5881 to the vs298 / vs299 sets in model3.c, note this actually *fixes* them, allowing you to kick off, with the old simulation the game would hang (same as with no simulation, so I guess it was hooked up incorrectly?) [mamehaze]
2015-01-22 23:36:30Changed: model3.c, model3.h, 315-5881_helper.c
3 files changed, 27 insertions, 75 deletions
- kill off old ST-V protection simulation code, all games now use the 315-5881 emulation [mamehaze]
2015-01-22 22:40:10 - Merge branch 'master' of https://github.com/mamedev/mame [Angelo Salese]
2015-01-22 21:06:12Changed: png2bdc.py, model2.c, model3.c, stv.c, model3.h, 315-5881_helper.c
6 files changed, 179 insertions, 59 deletions
- Fixed non-terrain colors in Top Landing (also fixed out-of-bounds palette crash bug in it) [Angelo Salese] [Angelo Salese]
2015-01-22 21:05:15Changed: taitoair.c
1 files changed, 19 insertions, 6 deletions
- png2bdc.py: reverted debug changes. (nw) [couriersud]
2015-01-22 20:50:44Changed: png2bdc.py
1 files changed, 2 insertions, 3 deletions
- Merge branch 'master' of https://github.com/mamedev/mame.git [couriersud]
2015-01-22 20:49:09Changed: model2.c, model3.c, stv.c, model3.h, 315-5881_helper.c
5 files changed, 161 insertions, 44 deletions
- png2bdc.py: Converted to python 2.5 syntax. (nw) [couriersud]
2015-01-22 20:48:48Changed: png2bdc.py
1 files changed, 21 insertions, 17 deletions
- Merge pull request #113 from p1pkin/stv#1 [David Haywood]
2015-01-22 20:34:13- protection keys for Elan Doree, Steep Slope Sliders, Radiant Silvergun
Changed: stv.c, 315-5881_helper.c
2 files changed, 11 insertions, 15 deletions
- protection keys for Elan Doree, Steep Slope Sliders, Radiant Silvergun
- protection keys for Elan Doree, Steep Slope Sliders, Radiant Silvergun [MetalliC]
2015-01-22 20:31:21Changed: stv.c, 315-5881_helper.c
2 files changed, 11 insertions, 15 deletions
- hooked swtrilgy (model 3) to the 5881 decryption function (stream returned matches simulation) [mamehaze]
2015-01-22 19:57:54- (currently unhooks the other games from the sims etc. I'll address this shortly)
Changed: model2.c, model3.c, model3.h, 315-5881_helper.c
4 files changed, 150 insertions, 29 deletions
- (currently unhooks the other games from the sims etc. I'll address this shortly)
- Merge pull request #112 from p1pkin/stv#0 [David Haywood]
2015-01-22 18:48:03- Final Fight Revenge promoted to working [MetalliC]
Changed: stv.c, 315-5881_helper.c
2 files changed, 2 insertions, 2 deletions
- Final Fight Revenge promoted to working [MetalliC]
- Final Fight Revenge promoted to working [MetalliC] [MetalliC]
2015-01-22 18:41:20Changed: stv.c, 315-5881_helper.c
2 files changed, 2 insertions, 2 deletions
- dynamcop (model 2) now returns the same values with the key + decryption code as the previous hardcoded returns [mamehaze]
2015-01-22 16:46:09 - prepare model 2 for 315-5881 [mamehaze]
2015-01-22 16:08:45Changed: model2.c, model2.h, 315-5881_helper.c
3 files changed, 122 insertions, 79 deletions
- Merge pull request #111 from p1pkin/naomi#2 [David Haywood]
2015-01-22 15:34:49- 315-5881 add labels & sort (nw)
Changed: naomi.c, 315-5881_helper.c
2 files changed, 93 insertions, 93 deletions
- 315-5881 add labels & sort (nw)
- 315-5881 add labels & sort [MetalliC]
2015-01-22 15:16:17Changed: naomi.c, 315-5881_helper.c
2 files changed, 93 insertions, 93 deletions
- fixed -fsanitize=null error in address_space::prepare_map() (nw) [Oliver Stöneberg]
2015-01-22 13:27:33- by Olivier Galibert
Changed: memory.c
1 files changed, 1 insertions, 1 deletions
- by Olivier Galibert
- fix decompression case for twcup98 title screen (nw) [mamehaze]
2015-01-22 11:27:42Changed: 315-5881_crypt.c, 315-5881_crypt.h
2 files changed, 31 insertions, 6 deletions
- Remove dead code (nw) [Alex W. Jackson]
2015-01-22 08:04:01Changed: pc080sn.c, tc0080vco.c, tc0480scp.c, wgp.c
4 files changed, 20 insertions, 62 deletions
- i386: store all 32-bits of gdt and idt base with 16-bit sgdt and sidt [nw] [cracyc]
2015-01-22 04:29:15- --- testing shows lgdt and lidt only load 24-bits
Changed: i386op16.inc
1 files changed, 2 insertions, 2 deletions
- --- testing shows lgdt and lidt only load 24-bits
- Oops [andreasnaive]
2015-01-21 22:49:35Changed: 315-5881_helper.c
1 files changed, 0 insertions, 1 deletions
- vs298 tag [andreasnaive]
2015-01-21 22:41:48Changed: 315-5881_helper.c
1 files changed, 2 insertions, 1 deletions
- Merge pull request #110 from p1pkin/naomi#2 [David Haywood]
2015-01-21 21:08:00- update 315-5881 keys
Changed: 315-5881_helper.c
1 files changed, 74 insertions, 54 deletions
- update 315-5881 keys
- update 315-5881 keys [MetalliC]
2015-01-21 20:34:54Changed: 315-5881_helper.c
1 files changed, 74 insertions, 54 deletions
- (nw) [mamehaze]
2015-01-21 20:21:00Changed: 315-5881_crypt.c, 315-5881_crypt.h
2 files changed, 38 insertions, 8 deletions
- fixed compile (nw) [Osso13]
2015-01-21 19:08:23Changed: vconv.c
1 files changed, 0 insertions, 1 deletions
- misc 315-5881 (nw) [mamehaze]
2015-01-21 18:53:27Changed: 315-5881_crypt.c, 315-5881_crypt.h, 315-5881_helper.c
3 files changed, 20 insertions, 14 deletions
- fix c+p (nw) [mamehaze]
2015-01-21 16:19:35Changed: naomi.c
1 files changed, 1 insertions, 1 deletions
- Merge branches 'master' and 'master' of https://github.com/mamedev/mame [mamehaze]
2015-01-21 16:12:34Changed: vconv.c
1 files changed, 38 insertions, 2 deletions
- let's maintain the '315-5881- keys in 'machine/315-5881_helper.c' until the key format is finalized [mamehaze]
2015-01-21 16:12:09- as things stand the entire set of keys is of arbitrary bit order / poliarity / number of bits and just based on how our implementation works, storing them in files just means a lot of files have to be regenerated each time our understanding changes.
I've left placeholder ROM_LOADs (with invalid crc/sha1s, compiled out) for placing the keys back once the format IS final.
The list in 315-5881_helper.c needs updating / syncing with current knowledge, would appreciate somebody doing this.
I'm going to see if I can see where / how the chip hooks up on Model 2 and Model 3, and if we can pass those checks with our current code.Changed: hikaru.c, naomi.c, 315-5881_crypt.h, 315-5881_helper.c, 315-5881_helper.h, naomicrypt.c, naomicrypt.h, naomim2.c, naomim2.h, stvprot.c, mame.mak
11 files changed, 321 insertions, 288 deletions
- as things stand the entire set of keys is of arbitrary bit order / poliarity / number of bits and just based on how our implementation works, storing them in files just means a lot of files have to be regenerated each time our understanding changes.
- vconv: documented all disabled warnings / added VS2013 define (nw) [Oliver Stöneberg]
2015-01-21 16:10:17- also removed some warnings, that don't happen anymore and don't like like they should be disabled
Changed: vconv.c
1 files changed, 38 insertions, 2 deletions
- also removed some warnings, that don't happen anymore and don't like like they should be disabled
- Minor comment fixes (nw) [Stiletto]
2015-01-21 05:16:17- Minor comment fixes (nw)
Changed: taitottl.c
1 files changed, 35 insertions, 35 deletions
- Minor comment fixes (nw)
- Merge branch 'master' of https://github.com/mamedev/mame [Robbbert]
2015-01-21 00:38:57Changed: 315-5881_crypt.c, 315-5881_crypt.h
2 files changed, 25 insertions, 23 deletions
- fixed compile error (nw) [Robbbert]
2015-01-21 00:35:19Changed: exidy.c
1 files changed, 1 insertions, 1 deletions
- Two new key bits for SEGA's 315-5881 encryption [andreasnaive]
2015-01-20 23:30:53Changed: 315-5881_crypt.c, 315-5881_crypt.h
2 files changed, 25 insertions, 23 deletions
- exidy.c: try to avoid postload, review appreciated (nw) [Osso13]
2015-01-20 19:39:002 files changed, 5 insertions, 19 deletions
- exidy.c: fixed fax and fax2 save state problem (nw) [Osso13]
2015-01-20 18:46:552 files changed, 36 insertions, 17 deletions
- oops, didn't mean to change this (nw) [David Haywood]
2015-01-20 18:27:08Changed: 315-5881_crypt.h
1 files changed, 1 insertions, 1 deletions
- paradise.c: added missing save state, fixes penky save state problem (nw) [Osso13]
2015-01-20 18:17:40Changed: paradise.c, paradise.h, paradise.c
3 files changed, 34 insertions, 26 deletions
- some changes to the 315-5881 to allow basic multiple stream support, astrass needs this - we were ignoring a size value in the header, when the 'size' is reached the stream ends, and a new header needs to be read. [David Haywood]
2015-01-20 17:53:09- I need to review the changes w/regards the naomi code later (don't have the material to test here) also this will need looking at w/regards compressed streams, as they can be mixed.
the data decrypted from astrass is now a 100% match for the data that was extracted from the saturn version.Changed: 315-5881_crypt.c, 315-5881_crypt.h
2 files changed, 71 insertions, 46 deletions
- I need to review the changes w/regards the naomi code later (don't have the material to test here) also this will need looking at w/regards compressed streams, as they can be mixed.
- ui: added bios settings and keyboard/keypad inputs in the [etabeta78]
2015-01-20 14:34:59- device option menu. nw.
Changed: devopt.c
1 files changed, 39 insertions, 5 deletions
- device option menu. nw.
- using actual Sega 315_5881 decryption for 'astrass' set (not yet working for twcup98) [David Haywood]
2015-01-20 14:21:05Changed: stv.c, stv.h, stvprot.c
3 files changed, 56 insertions, 39 deletions
- ui: split a few more menu entries from miscmenu.c to separate files, [etabeta78]
2015-01-20 10:31:02- so to avoid having too much assorted stuff in miscmenu.c (now it is down to a reasonable size). nw.
Changed: emu.mak, cheatopt.c, cheatopt.h, filemngr.c, mainmenu.c, mainmenu.h, menu.c, miscmenu.c, miscmenu.h, sliders.c, sliders.h, ui.c, videoopt.c, videoopt.h
14 files changed, 750 insertions, 654 deletions
- so to avoid having too much assorted stuff in miscmenu.c (now it is down to a reasonable size). nw.
- Looks more likely, and at least pieces all have different colors now. [Angelo Salese]
2015-01-20 01:43:49Changed: aleck64.c
1 files changed, 2 insertions, 1 deletions
- Palette check [Angelo Salese]
2015-01-20 01:21:24Changed: aleck64.c
1 files changed, 20 insertions, 18 deletions
- Debugging ... (yeah, already somehow playable) [Angelo Salese]
2015-01-20 00:32:43Changed: aleck64.c
1 files changed, 50 insertions, 2 deletions
- re-added old protection hack for now. [hap]
2015-01-19 23:14:42- see: http://mametesters.org/view.php?id=5828
Changed: punchout.c
1 files changed, 10 insertions, 0 deletions
- see: http://mametesters.org/view.php?id=5828
- 315-5881 key corrections [andreasnaive]
2015-01-19 21:57:33Changed: naomi.c
1 files changed, 3 insertions, 3 deletions
- Moved font code into osd/modules/font. Extended osd_font to a proper [couriersud]
2015-01-19 21:47:09- interface. (nw)
Changed: rendfont.c, font_none.c, font_osx.c, font_unix.c, font_windows.c, osdepend.h, osdsdl.h, sdl.mak, sdlmain.c, windows.mak, winmain.c, winmain.h
12 files changed, 927 insertions, 957 deletions
- interface. (nw)
- Fixed clang (most likely > 3.4) compile. (nw) [couriersud]
2015-01-19 20:13:54Changed: nltool.c
1 files changed, 1 insertions, 1 deletions
- m58.c: fixed 10yard save state problem, removed unneeded prefixes (nw) [Osso13]
2015-01-19 18:48:273 files changed, 48 insertions, 41 deletions
- pacman.c: fixed mschamp save state problem (nw) [Osso13]
2015-01-19 18:47:002 files changed, 8 insertions, 2 deletions
- bogeyman.c: added missing save state, fixing noted save state regression. Also removed unneeded prefixes. (nw) [Osso13]
2015-01-19 18:46:05Changed: bogeyman.c, bogeyman.h, bogeyman.c
3 files changed, 54 insertions, 43 deletions
- 6522via.c: added missing save states, fixes at least bmcbowl save state problem (nw) [Osso13]
2015-01-19 18:44:50Changed: 6522via.c
1 files changed, 2 insertions, 0 deletions
- ui: fixed bug where software items that shall create new image [etabeta78]
2015-01-19 11:48:33- devices (e.g., passthru carts) or new slot options, failed to do so when loaded through the File Manager in the internal UI. [Fabio Priuli]
out of whatsnew: to see the bug, try to launch with previous code nes with no options, then mount ggenie cart and, after the reboot, try to mount any other game in the -cart2 media switch. System will reboot, but only ggenie remains mounted. Alternatively, launch c64 and manually mount cbmieee from the UI. After reboot the serial slot options in the Slot Options menu are not configurable, because the core was not "informed" of their addition, and any cart you try to mount in -cart2 will be ignored, because the new media switch is not acknowledged by the core. Once again, from command line everything was fine, and thus the issue was hard to spot :)Changed: emuopts.c
1 files changed, 2 insertions, 4 deletions
- devices (e.g., passthru carts) or new slot options, failed to do so when loaded through the File Manager in the internal UI. [Fabio Priuli]
- ui: allow -str run to skip the file manager for systems with mandatory carts. nw. [etabeta78]
2015-01-19 06:36:15Changed: ui.c
1 files changed, 3 insertions, 3 deletions
- Merge pull request #109 from p1pkin/hikaru#0 [R. Belmont]
2015-01-19 05:18:23- hikaru.c: added protection key for sgnascar [MetalliC]
Changed: hikaru.c
1 files changed, 5 insertions, 0 deletions
- hikaru.c: added protection key for sgnascar [MetalliC]
- Merge pull request #108 from einstein95/patch-2 [R. Belmont]
2015-01-19 05:17:44- Update phozons manufacturer (nw)
Changed: mappy.c
1 files changed, 1 insertions, 1 deletions
- Update phozons manufacturer (nw)
- tms1400 opcode 0x09 is F_COMX8 anyway [hap]
2015-01-19 00:50:47Changed: tms0980.c
1 files changed, 0 insertions, 1 deletions
- - Fix SDL Windows compile. [couriersud]
2015-01-18 22:57:30 - Merge pull request #107 from wallyweek/cfalco [R. Belmont]
2015-01-18 21:13:19- *nix: Bump version and date in man pages. [Wallyweek]
Changed: castool.1, chdman.1, floptool.1, imgtool.1, jedutil.1, ldresample.1, ldverify.1, mame.6, mess.6, romcmp.1, testkeys.1
11 files changed, 11 insertions, 11 deletions
- *nix: Bump version and date in man pages. [Wallyweek]
- Merge pull request #105 from lucab/lucab/mame-lua/misc [Olivier Galibert]
2015-01-18 20:49:10- luaengine: expose more methods + misc fixes
Changed: distate.c, distate.h, luaengine.c, luaengine.h, save.c, save.h
6 files changed, 157 insertions, 30 deletions
- luaengine: expose more methods + misc fixes
- Fix erroneous commit. (nw) [couriersud]
2015-01-18 20:38:28Changed: mario.h
1 files changed, 1 insertions, 1 deletions
- More netlist code reschuffle to separate setup from run. (nw) [couriersud]
2015-01-18 20:37:11Changed: netlist.c, nl_base.c, nl_config.h, nl_dice_compat.h, nl_factory.c, nl_factory.h, nl_parser.c, nl_setup.c, nl_setup.h, nl_pongd.c
10 files changed, 72 insertions, 51 deletions
- Merge branch 'master' of https://github.com/mamedev/mame.git [couriersud]
2015-01-18 20:34:45Changed: imgcntrl.c, imgcntrl.h, 20pacgal.c, itech32.c, naomi.c
5 files changed, 42 insertions, 18 deletions
- Fix nltool "-ld" listdevices. (nw) [couriersud]
2015-01-18 20:34:29Changed: nltool.c
1 files changed, 22 insertions, 6 deletions
- Fix crash caused by 4066 dip device. (nw) [couriersud]
2015-01-18 20:21:46Changed: nld_4020.c, nld_4066.c
2 files changed, 3 insertions, 3 deletions
- luaengine: add per-screen frame_number() getter [Luca Bruno]
2015-01-17 23:05:33- Add method to retrieve frame counter for each machine screen.
Signed-off-by: Luca Bruno
- Add method to retrieve frame counter for each machine screen.
- luaengine: add memory writers [Luca Bruno]
2015-01-16 16:59:20- Add methods for memory writing, similarly to existing readers.
Signed-off-by: Luca Bruno
- Add methods for memory writing, similarly to existing readers.
- luaengine: update copyright [Luca Bruno]
2015-01-15 19:45:23- Signed-off-by: Luca Bruno
- luaengine: use visible_area for drawing [Luca Bruno]
2015-01-15 19:41:51- Drawing and scripts should use the actual visible_area, not the maximum declared screen size.
Signed-off-by: Luca Bruno
- Drawing and scripts should use the actual visible_area, not the maximum declared screen size.
- itech32.c: Spelling fixes - NW [briantro]
2015-01-18 19:59:05Changed: itech32.c
1 files changed, 14 insertions, 14 deletions
- ui: improved File Manager so that attempts to launch softlist [etabeta78]
2015-01-18 19:54:07- entries without having the necessary files don't kill emulation but simply display a message to the user. [Fabio Priuli]
Changed: imgcntrl.c, imgcntrl.h
2 files changed, 15 insertions, 1 deletions
- entries without having the necessary files don't kill emulation but simply display a message to the user. [Fabio Priuli]
- Merge branch 'master' of https://github.com/mamedev/mame [Scott Stone]
2015-01-18 19:18:50Changed: naomi.c
1 files changed, 2 insertions, 2 deletions
- Fix for 25pacmano which was broken from previous adjustments on parent set. (nw) [Scott Stone]
2015-01-18 19:18:16Changed: 20pacgal.c
1 files changed, 11 insertions, 1 deletions
- Updates to 315-5881 keys [MetalliC] [andreasnaive]
2015-01-18 18:58:12Changed: naomi.c
1 files changed, 2 insertions, 2 deletions
- ui: centralized game info and image info menus to a common [etabeta78]
2015-01-18 15:23:53- source file (creatively named ui/info.c). nw.
Changed: emu.mak, info.c, info.h, mainmenu.c, miscmenu.c, miscmenu.h
6 files changed, 51 insertions, 68 deletions
- source file (creatively named ui/info.c). nw.
- Updates to SEGA's 315-5881 encryption based on new findings from Virtua Striker 2 '98 (Model3) [Andreas Naive] [andreasnaive]
2015-01-18 13:27:20Changed: naomi.c, 315-5881_crypt.c, naomicrypt.c
3 files changed, 19 insertions, 23 deletions
- ui: stop the game selector reporting systems with no roms as [etabeta78]
2015-01-18 12:10:51- missing files. [Fabio Priuli]
ui: when launching systems with mandatory carts, either from command line or from the game selector, prompt the user with the file manager menu so that he can mount a game where needed, instead of killing emulation with an error. [Fabio Priuli]
out of whatsnew: it is now finally possible to launch nes and snes and a2600 (and a few more) from the internal system selector! also MESS doesn't error out anymore if you launch such systems with no carts mounted from command line.
in short: emulation finally behaves as users typically expect!Changed: image.c, image.h, filemngr.c, filemngr.h, imgcntrl.c, mainmenu.c, selgame.c, ui.c
8 files changed, 67 insertions, 18 deletions
- missing files. [Fabio Priuli]
- Compile fix (nw) [Scott Stone]
2015-01-18 09:58:09Changed: nl_dice_compat.h
1 files changed, 1 insertions, 1 deletions
- twinkle.c: the 68000 & SPU board now process commands, some sound f/x play now. [R. Belmont] [arbee]
2015-01-18 05:59:11Changed: rf5c400.c, rf5c400.h, twinkle.c
3 files changed, 36 insertions, 100 deletions
- new WORKING game [mamehaze]
2015-01-18 03:23:22- Come Back Toto [system11, David Haywood]
Changed: snowbros.c, snowbros.h, mame.lst
3 files changed, 60 insertions, 0 deletions
- Come Back Toto [system11, David Haywood]
- added tms1400 callstack [hap]
2015-01-18 02:36:182 files changed, 73 insertions, 38 deletions
- Merge pull request #101 from p1pkin/naomi#1 [R. Belmont]
2015-01-18 01:54:08 - Fixed memory allocation in netlist code. This caused a number of memory [couriersud]
2015-01-18 01:43:59- leaks to disappear. (nw)
Changed: nld_ms_direct.h, nld_solver.c, nld_solver.h, net_lib.c, net_lib.h, netlist.mak, nl_base.c, nl_base.h, nl_config.h, nl_dice_compat.h, nl_factory.c, nl_factory.h, nl_setup.c, nl_setup.h, plists.h, pstate.c, pstate.h, pstring.c
18 files changed, 285 insertions, 186 deletions
- leaks to disappear. (nw)
- peplus.c: CG2374 graphics are not specific to the X002374P poker data set. Move the CG2374 down into the X000055P sets to retain them - NW [briantro]
2015-01-17 18:37:20Changed: peplus.c
1 files changed, 15 insertions, 15 deletions
→ [Multi] Dev MAME x86 i x64 0.157.x SVN34591
- 34591 fixed unterminated strings in powerpc debugger (nw) [Oliver Stöneberg]
2015-01-24 20:13:43Changed: ppccom.c
1 files changed, 2 insertions, 0 deletions
- i386: add disassembly of opcodes MOVHLPS and movLHPS (nw) [yz70s]
2015-01-24 18:53:01- They differentiate from movlps and movhps by bits 7-6 of the modrm byte
Changed: i386dasm.c
1 files changed, 52 insertions, 11 deletions
- They differentiate from movlps and movhps by bits 7-6 of the modrm byte
- SDL keeps adding SDL_HINTs with every patch release. [qmc2] [couriersud]
2015-01-24 17:30:00Changed: window.c
1 files changed, 16 insertions, 5 deletions
- Merge branch 'master' of https://github.com/mamedev/mame.git [couriersud]
2015-01-24 15:33:17Changed: model2.c, naomi.c, 315-5881_helper.c
3 files changed, 18 insertions, 14 deletions
- More code alignment (windows/sdl). (nw) [couriersud]
2015-01-24 15:33:06Changed: netdev_pcap.c, netdev_pcap_osx.c, sdlos_win32.c, strconv.c, netdev_pcap.c, strconv.c, winfile.c
7 files changed, 171 insertions, 105 deletions
- Merge pull request #116 from p1pkin/model2 [David Haywood]
2015-01-24 15:05:31- model2.c: Zero Gunner and Pilot Kids protection and keys
Changed: model2.c, naomi.c, 315-5881_helper.c
3 files changed, 18 insertions, 14 deletions
- model2.c: Zero Gunner and Pilot Kids protection and keys
- model2.c: Zero Gunner and Pilot Kids protection and keys [MetalliC]
2015-01-24 13:54:17Changed: model2.c, naomi.c, 315-5881_helper.c
3 files changed, 18 insertions, 14 deletions
- (nw) [Stiletto]
2015-01-24 13:01:57- (nw)
Changed: taitottl.c
1 files changed, 1 insertions, 1 deletions
- (nw)
- gamelist additions and subtractions (nw) [Stiletto]
2015-01-24 12:15:33- gamelist additions and subtractions (nw)
Changed: taitottl.c
1 files changed, 48 insertions, 35 deletions
- gamelist additions and subtractions (nw)
- (nw) [Stiletto]
2015-01-24 01:42:40- (nw)
Changed: circus.c
1 files changed, 1 insertions, 1 deletions
- (nw)
- Football is on circus.c HW (nw) [Stiletto]
2015-01-24 01:40:55- Football is on circus.c HW (nw)
Changed: circus.c
1 files changed, 1 insertions, 0 deletions
- Football is on circus.c HW (nw)
- Football is on circus.c HW (nw) [Stiletto]
2015-01-24 01:38:36- Football is on circus.c HW (nw)
Changed: exidyttl.c
1 files changed, 0 insertions, 1 deletions
- Football is on circus.c HW (nw)
- Merge pull request #115 from p1pkin/model3#1 [Andreas Naive]
2015-01-24 00:48:25- add Fighting Vipers 2 key
Changed: naomi.c, 315-5881_helper.c
2 files changed, 6 insertions, 6 deletions
- add Fighting Vipers 2 key
- docs (nw) [MetalliC]
2015-01-24 00:41:04Changed: naomi.c
1 files changed, 4 insertions, 4 deletions
- Fighting Vipers 2 key [MetalliC]
2015-01-24 00:34:30- using A.Naive's recent brilliant findings note: it seems old security data feeding routines can be removed from model.c now
Changed: 315-5881_helper.c
1 files changed, 2 insertions, 2 deletions
- using A.Naive's recent brilliant findings note: it seems old security data feeding routines can be removed from model.c now
- Merge branch 'master' of https://github.com/mamedev/mame [mamehaze]
2015-01-23 20:48:04Changed: naomi.c, 315-5881_crypt.c, 315-5881_helper.c
3 files changed, 47 insertions, 20 deletions
- keys for spikeout / spikeofe from Metallic [mamehaze]
2015-01-23 20:46:52- (note, didn't make them run in MAME, but I managed to compile SuperModel and extract the data from RAM for key finding)
key finding for dayto2pe has failed, might use unknown key bits.Changed: model3.c, 315-5881_helper.c
2 files changed, 11 insertions, 54 deletions
- (note, didn't make them run in MAME, but I managed to compile SuperModel and extract the data from RAM for key finding)
- Partial reverse enginnering of the use of security PIC labels within 315-5881 keys [Andreas Naive] [andreasnaive]
2015-01-23 20:39:57Changed: naomi.c, 315-5881_crypt.c, 315-5881_helper.c
3 files changed, 47 insertions, 20 deletions
- dynax, ddenlovr: small cleanups, moved ddenlovr specific variables into ddenlovr_state (nw) [Osso13]
2015-01-23 18:54:07Changed: ddenlovr.c, dynax.c, dynax.h
3 files changed, 159 insertions, 164 deletions
- Emergency Call Ambulance, Daytona USA 2, L.A. Machineguns, Magical Truck Adventure, Virtual On 2 protection keys [Metallic] [mamehaze]
2015-01-23 15:58:13Changed: 315-5881_helper.c
1 files changed, 17 insertions, 19 deletions
- add the 5881 to a few things in model3.c so that we're ready for keys when they're figured out (nw) [mamehaze]
2015-01-23 15:08:15Changed: model3.c, model3.h, 315-5881_helper.c
3 files changed, 95 insertions, 49 deletions
- fix setname conflict when building UME (nw) [mamehaze]
2015-01-23 14:51:44Changed: st_mp200.c, mame.lst
2 files changed, 3 insertions, 3 deletions
- 315-5881_crypt.c: Key scheduling simplifications [Andreas Naive] [andreasnaive]
2015-01-23 12:41:46Changed: 315-5881_crypt.c, 315-5881_crypt.h
2 files changed, 25 insertions, 29 deletions
- Ocean Hunter key [andreasnaive]
2015-01-23 10:41:20Changed: 315-5881_helper.c
1 files changed, 1 insertions, 1 deletions
- dirt devils key from metallic, fixes HUD gfx (nw) [mamehaze]
2015-01-23 02:09:32Changed: 315-5881_helper.c
1 files changed, 2 insertions, 2 deletions
- Merge branch 'master' of https://github.com/mamedev/mame [Scott Stone]
2015-01-23 01:01:15Changed: model3.c, 315-5881_helper.c
2 files changed, 31 insertions, 12 deletions
- Added some documentation and confirmations on upgrade kits (nw) [Scott Stone]
2015-01-23 01:00:20Changed: dkong.c
1 files changed, 64 insertions, 11 deletions
- reconnect protection in some model3 sets, need to investigate which other ones use it (nw) [mamehaze]
2015-01-22 23:55:22Changed: model3.c, 315-5881_helper.c
2 files changed, 31 insertions, 12 deletions
- hooked up the 315-5881 to the vs298 / vs299 sets in model3.c, note this actually *fixes* them, allowing you to kick off, with the old simulation the game would hang (same as with no simulation, so I guess it was hooked up incorrectly?) [mamehaze]
2015-01-22 23:36:30Changed: model3.c, model3.h, 315-5881_helper.c
3 files changed, 27 insertions, 75 deletions
- kill off old ST-V protection simulation code, all games now use the 315-5881 emulation [mamehaze]
2015-01-22 22:40:10 - Merge branch 'master' of https://github.com/mamedev/mame [Angelo Salese]
2015-01-22 21:06:12Changed: png2bdc.py, model2.c, model3.c, stv.c, model3.h, 315-5881_helper.c
6 files changed, 179 insertions, 59 deletions
- Fixed non-terrain colors in Top Landing (also fixed out-of-bounds palette crash bug in it) [Angelo Salese] [Angelo Salese]
2015-01-22 21:05:15Changed: taitoair.c
1 files changed, 19 insertions, 6 deletions
- png2bdc.py: reverted debug changes. (nw) [couriersud]
2015-01-22 20:50:44Changed: png2bdc.py
1 files changed, 2 insertions, 3 deletions
- Merge branch 'master' of https://github.com/mamedev/mame.git [couriersud]
2015-01-22 20:49:09Changed: model2.c, model3.c, stv.c, model3.h, 315-5881_helper.c
5 files changed, 161 insertions, 44 deletions
- png2bdc.py: Converted to python 2.5 syntax. (nw) [couriersud]
2015-01-22 20:48:48Changed: png2bdc.py
1 files changed, 21 insertions, 17 deletions
- Merge pull request #113 from p1pkin/stv#1 [David Haywood]
2015-01-22 20:34:13- protection keys for Elan Doree, Steep Slope Sliders, Radiant Silvergun
Changed: stv.c, 315-5881_helper.c
2 files changed, 11 insertions, 15 deletions
- protection keys for Elan Doree, Steep Slope Sliders, Radiant Silvergun
- protection keys for Elan Doree, Steep Slope Sliders, Radiant Silvergun [MetalliC]
2015-01-22 20:31:21Changed: stv.c, 315-5881_helper.c
2 files changed, 11 insertions, 15 deletions
- hooked swtrilgy (model 3) to the 5881 decryption function (stream returned matches simulation) [mamehaze]
2015-01-22 19:57:54- (currently unhooks the other games from the sims etc. I'll address this shortly)
Changed: model2.c, model3.c, model3.h, 315-5881_helper.c
4 files changed, 150 insertions, 29 deletions
- (currently unhooks the other games from the sims etc. I'll address this shortly)
- Merge pull request #112 from p1pkin/stv#0 [David Haywood]
2015-01-22 18:48:03- Final Fight Revenge promoted to working [MetalliC]
Changed: stv.c, 315-5881_helper.c
2 files changed, 2 insertions, 2 deletions
- Final Fight Revenge promoted to working [MetalliC]
- Final Fight Revenge promoted to working [MetalliC] [MetalliC]
2015-01-22 18:41:20Changed: stv.c, 315-5881_helper.c
2 files changed, 2 insertions, 2 deletions
- dynamcop (model 2) now returns the same values with the key + decryption code as the previous hardcoded returns [mamehaze]
2015-01-22 16:46:09 - prepare model 2 for 315-5881 [mamehaze]
2015-01-22 16:08:45Changed: model2.c, model2.h, 315-5881_helper.c
3 files changed, 122 insertions, 79 deletions
- Merge pull request #111 from p1pkin/naomi#2 [David Haywood]
2015-01-22 15:34:49- 315-5881 add labels & sort (nw)
Changed: naomi.c, 315-5881_helper.c
2 files changed, 93 insertions, 93 deletions
- 315-5881 add labels & sort (nw)
- 315-5881 add labels & sort [MetalliC]
2015-01-22 15:16:17Changed: naomi.c, 315-5881_helper.c
2 files changed, 93 insertions, 93 deletions
- fixed -fsanitize=null error in address_space::prepare_map() (nw) [Oliver Stöneberg]
2015-01-22 13:27:33- by Olivier Galibert
Changed: memory.c
1 files changed, 1 insertions, 1 deletions
- by Olivier Galibert
- fix decompression case for twcup98 title screen (nw) [mamehaze]
2015-01-22 11:27:42Changed: 315-5881_crypt.c, 315-5881_crypt.h
2 files changed, 31 insertions, 6 deletions
- Remove dead code (nw) [Alex W. Jackson]
2015-01-22 08:04:01Changed: pc080sn.c, tc0080vco.c, tc0480scp.c, wgp.c
4 files changed, 20 insertions, 62 deletions
- i386: store all 32-bits of gdt and idt base with 16-bit sgdt and sidt [nw] [cracyc]
2015-01-22 04:29:15- --- testing shows lgdt and lidt only load 24-bits
Changed: i386op16.inc
1 files changed, 2 insertions, 2 deletions
- --- testing shows lgdt and lidt only load 24-bits
- Oops [andreasnaive]
2015-01-21 22:49:35Changed: 315-5881_helper.c
1 files changed, 0 insertions, 1 deletions
- vs298 tag [andreasnaive]
2015-01-21 22:41:48Changed: 315-5881_helper.c
1 files changed, 2 insertions, 1 deletions
- Merge pull request #110 from p1pkin/naomi#2 [David Haywood]
2015-01-21 21:08:00- update 315-5881 keys
Changed: 315-5881_helper.c
1 files changed, 74 insertions, 54 deletions
- update 315-5881 keys
- update 315-5881 keys [MetalliC]
2015-01-21 20:34:54Changed: 315-5881_helper.c
1 files changed, 74 insertions, 54 deletions
- (nw) [mamehaze]
2015-01-21 20:21:00Changed: 315-5881_crypt.c, 315-5881_crypt.h
2 files changed, 38 insertions, 8 deletions
- fixed compile (nw) [Osso13]
2015-01-21 19:08:23Changed: vconv.c
1 files changed, 0 insertions, 1 deletions
- misc 315-5881 (nw) [mamehaze]
2015-01-21 18:53:27Changed: 315-5881_crypt.c, 315-5881_crypt.h, 315-5881_helper.c
3 files changed, 20 insertions, 14 deletions
- fix c+p (nw) [mamehaze]
2015-01-21 16:19:35Changed: naomi.c
1 files changed, 1 insertions, 1 deletions
- Merge branches 'master' and 'master' of https://github.com/mamedev/mame [mamehaze]
2015-01-21 16:12:34Changed: vconv.c
1 files changed, 38 insertions, 2 deletions
- let's maintain the '315-5881- keys in 'machine/315-5881_helper.c' until the key format is finalized [mamehaze]
2015-01-21 16:12:09- as things stand the entire set of keys is of arbitrary bit order / poliarity / number of bits and just based on how our implementation works, storing them in files just means a lot of files have to be regenerated each time our understanding changes.
I've left placeholder ROM_LOADs (with invalid crc/sha1s, compiled out) for placing the keys back once the format IS final.
The list in 315-5881_helper.c needs updating / syncing with current knowledge, would appreciate somebody doing this.
I'm going to see if I can see where / how the chip hooks up on Model 2 and Model 3, and if we can pass those checks with our current code.Changed: hikaru.c, naomi.c, 315-5881_crypt.h, 315-5881_helper.c, 315-5881_helper.h, naomicrypt.c, naomicrypt.h, naomim2.c, naomim2.h, stvprot.c, mame.mak
11 files changed, 321 insertions, 288 deletions
- as things stand the entire set of keys is of arbitrary bit order / poliarity / number of bits and just based on how our implementation works, storing them in files just means a lot of files have to be regenerated each time our understanding changes.
- vconv: documented all disabled warnings / added VS2013 define (nw) [Oliver Stöneberg]
2015-01-21 16:10:17- also removed some warnings, that don't happen anymore and don't like like they should be disabled
Changed: vconv.c
1 files changed, 38 insertions, 2 deletions
- also removed some warnings, that don't happen anymore and don't like like they should be disabled
- Minor comment fixes (nw) [Stiletto]
2015-01-21 05:16:17- Minor comment fixes (nw)
Changed: taitottl.c
1 files changed, 35 insertions, 35 deletions
- Minor comment fixes (nw)
- Merge branch 'master' of https://github.com/mamedev/mame [Robbbert]
2015-01-21 00:38:57Changed: 315-5881_crypt.c, 315-5881_crypt.h
2 files changed, 25 insertions, 23 deletions
- fixed compile error (nw) [Robbbert]
2015-01-21 00:35:19Changed: exidy.c
1 files changed, 1 insertions, 1 deletions
- Two new key bits for SEGA's 315-5881 encryption [andreasnaive]
2015-01-20 23:30:53Changed: 315-5881_crypt.c, 315-5881_crypt.h
2 files changed, 25 insertions, 23 deletions
- exidy.c: try to avoid postload, review appreciated (nw) [Osso13]
2015-01-20 19:39:002 files changed, 5 insertions, 19 deletions
- exidy.c: fixed fax and fax2 save state problem (nw) [Osso13]
2015-01-20 18:46:552 files changed, 36 insertions, 17 deletions
- oops, didn't mean to change this (nw) [David Haywood]
2015-01-20 18:27:08Changed: 315-5881_crypt.h
1 files changed, 1 insertions, 1 deletions
- paradise.c: added missing save state, fixes penky save state problem (nw) [Osso13]
2015-01-20 18:17:40Changed: paradise.c, paradise.h, paradise.c
3 files changed, 34 insertions, 26 deletions
- some changes to the 315-5881 to allow basic multiple stream support, astrass needs this - we were ignoring a size value in the header, when the 'size' is reached the stream ends, and a new header needs to be read. [David Haywood]
2015-01-20 17:53:09- I need to review the changes w/regards the naomi code later (don't have the material to test here) also this will need looking at w/regards compressed streams, as they can be mixed.
the data decrypted from astrass is now a 100% match for the data that was extracted from the saturn version.Changed: 315-5881_crypt.c, 315-5881_crypt.h
2 files changed, 71 insertions, 46 deletions
- I need to review the changes w/regards the naomi code later (don't have the material to test here) also this will need looking at w/regards compressed streams, as they can be mixed.
- ui: added bios settings and keyboard/keypad inputs in the [etabeta78]
2015-01-20 14:34:59- device option menu. nw.
Changed: devopt.c
1 files changed, 39 insertions, 5 deletions
- device option menu. nw.
- using actual Sega 315_5881 decryption for 'astrass' set (not yet working for twcup98) [David Haywood]
2015-01-20 14:21:05Changed: stv.c, stv.h, stvprot.c
3 files changed, 56 insertions, 39 deletions
- ui: split a few more menu entries from miscmenu.c to separate files, [etabeta78]
2015-01-20 10:31:02- so to avoid having too much assorted stuff in miscmenu.c (now it is down to a reasonable size). nw.
Changed: emu.mak, cheatopt.c, cheatopt.h, filemngr.c, mainmenu.c, mainmenu.h, menu.c, miscmenu.c, miscmenu.h, sliders.c, sliders.h, ui.c, videoopt.c, videoopt.h
14 files changed, 750 insertions, 654 deletions
- so to avoid having too much assorted stuff in miscmenu.c (now it is down to a reasonable size). nw.
- Looks more likely, and at least pieces all have different colors now. [Angelo Salese]
2015-01-20 01:43:49Changed: aleck64.c
1 files changed, 2 insertions, 1 deletions
- Palette check [Angelo Salese]
2015-01-20 01:21:24Changed: aleck64.c
1 files changed, 20 insertions, 18 deletions
- Debugging ... (yeah, already somehow playable) [Angelo Salese]
2015-01-20 00:32:43Changed: aleck64.c
1 files changed, 50 insertions, 2 deletions
- re-added old protection hack for now. [hap]
2015-01-19 23:14:42- see: http://mametesters.org/view.php?id=5828
Changed: punchout.c
1 files changed, 10 insertions, 0 deletions
- see: http://mametesters.org/view.php?id=5828
- 315-5881 key corrections [andreasnaive]
2015-01-19 21:57:33Changed: naomi.c
1 files changed, 3 insertions, 3 deletions
- Moved font code into osd/modules/font. Extended osd_font to a proper [couriersud]
2015-01-19 21:47:09- interface. (nw)
Changed: rendfont.c, font_none.c, font_osx.c, font_unix.c, font_windows.c, osdepend.h, osdsdl.h, sdl.mak, sdlmain.c, windows.mak, winmain.c, winmain.h
12 files changed, 927 insertions, 957 deletions
- interface. (nw)
- Fixed clang (most likely > 3.4) compile. (nw) [couriersud]
2015-01-19 20:13:54Changed: nltool.c
1 files changed, 1 insertions, 1 deletions
- m58.c: fixed 10yard save state problem, removed unneeded prefixes (nw) [Osso13]
2015-01-19 18:48:273 files changed, 48 insertions, 41 deletions
- pacman.c: fixed mschamp save state problem (nw) [Osso13]
2015-01-19 18:47:002 files changed, 8 insertions, 2 deletions
- bogeyman.c: added missing save state, fixing noted save state regression. Also removed unneeded prefixes. (nw) [Osso13]
2015-01-19 18:46:05Changed: bogeyman.c, bogeyman.h, bogeyman.c
3 files changed, 54 insertions, 43 deletions
- 6522via.c: added missing save states, fixes at least bmcbowl save state problem (nw) [Osso13]
2015-01-19 18:44:50Changed: 6522via.c
1 files changed, 2 insertions, 0 deletions
- ui: fixed bug where software items that shall create new image [etabeta78]
2015-01-19 11:48:33- devices (e.g., passthru carts) or new slot options, failed to do so when loaded through the File Manager in the internal UI. [Fabio Priuli]
out of whatsnew: to see the bug, try to launch with previous code nes with no options, then mount ggenie cart and, after the reboot, try to mount any other game in the -cart2 media switch. System will reboot, but only ggenie remains mounted. Alternatively, launch c64 and manually mount cbmieee from the UI. After reboot the serial slot options in the Slot Options menu are not configurable, because the core was not "informed" of their addition, and any cart you try to mount in -cart2 will be ignored, because the new media switch is not acknowledged by the core. Once again, from command line everything was fine, and thus the issue was hard to spot :)Changed: emuopts.c
1 files changed, 2 insertions, 4 deletions
- devices (e.g., passthru carts) or new slot options, failed to do so when loaded through the File Manager in the internal UI. [Fabio Priuli]
- ui: allow -str run to skip the file manager for systems with mandatory carts. nw. [etabeta78]
2015-01-19 06:36:15Changed: ui.c
1 files changed, 3 insertions, 3 deletions
- Merge pull request #109 from p1pkin/hikaru#0 [R. Belmont]
2015-01-19 05:18:23- hikaru.c: added protection key for sgnascar [MetalliC]
Changed: hikaru.c
1 files changed, 5 insertions, 0 deletions
- hikaru.c: added protection key for sgnascar [MetalliC]
- Merge pull request #108 from einstein95/patch-2 [R. Belmont]
2015-01-19 05:17:44- Update phozons manufacturer (nw)
Changed: mappy.c
1 files changed, 1 insertions, 1 deletions
- Update phozons manufacturer (nw)
- tms1400 opcode 0x09 is F_COMX8 anyway [hap]
2015-01-19 00:50:47Changed: tms0980.c
1 files changed, 0 insertions, 1 deletions
- - Fix SDL Windows compile. [couriersud]
2015-01-18 22:57:30 - Merge pull request #107 from wallyweek/cfalco [R. Belmont]
2015-01-18 21:13:19- *nix: Bump version and date in man pages. [Wallyweek]
Changed: castool.1, chdman.1, floptool.1, imgtool.1, jedutil.1, ldresample.1, ldverify.1, mame.6, mess.6, romcmp.1, testkeys.1
11 files changed, 11 insertions, 11 deletions
- *nix: Bump version and date in man pages. [Wallyweek]
- Merge pull request #105 from lucab/lucab/mame-lua/misc [Olivier Galibert]
2015-01-18 20:49:10- luaengine: expose more methods + misc fixes
Changed: distate.c, distate.h, luaengine.c, luaengine.h, save.c, save.h
6 files changed, 157 insertions, 30 deletions
- luaengine: expose more methods + misc fixes
- Fix erroneous commit. (nw) [couriersud]
2015-01-18 20:38:28Changed: mario.h
1 files changed, 1 insertions, 1 deletions
- More netlist code reschuffle to separate setup from run. (nw) [couriersud]
2015-01-18 20:37:11Changed: netlist.c, nl_base.c, nl_config.h, nl_dice_compat.h, nl_factory.c, nl_factory.h, nl_parser.c, nl_setup.c, nl_setup.h, nl_pongd.c
10 files changed, 72 insertions, 51 deletions
- Merge branch 'master' of https://github.com/mamedev/mame.git [couriersud]
2015-01-18 20:34:45Changed: imgcntrl.c, imgcntrl.h, 20pacgal.c, itech32.c, naomi.c
5 files changed, 42 insertions, 18 deletions
- Fix nltool "-ld" listdevices. (nw) [couriersud]
2015-01-18 20:34:29Changed: nltool.c
1 files changed, 22 insertions, 6 deletions
- Fix crash caused by 4066 dip device. (nw) [couriersud]
2015-01-18 20:21:46Changed: nld_4020.c, nld_4066.c
2 files changed, 3 insertions, 3 deletions
- luaengine: add per-screen frame_number() getter [Luca Bruno]
2015-01-17 23:05:33- Add method to retrieve frame counter for each machine screen.
Signed-off-by: Luca Bruno
- Add method to retrieve frame counter for each machine screen.
- luaengine: add memory writers [Luca Bruno]
2015-01-16 16:59:20- Add methods for memory writing, similarly to existing readers.
Signed-off-by: Luca Bruno
- Add methods for memory writing, similarly to existing readers.
- luaengine: update copyright [Luca Bruno]
2015-01-15 19:45:23- Signed-off-by: Luca Bruno
- luaengine: use visible_area for drawing [Luca Bruno]
2015-01-15 19:41:51- Drawing and scripts should use the actual visible_area, not the maximum declared screen size.
Signed-off-by: Luca Bruno
- Drawing and scripts should use the actual visible_area, not the maximum declared screen size.
- itech32.c: Spelling fixes - NW [briantro]
2015-01-18 19:59:05Changed: itech32.c
1 files changed, 14 insertions, 14 deletions
- ui: improved File Manager so that attempts to launch softlist [etabeta78]
2015-01-18 19:54:07- entries without having the necessary files don't kill emulation but simply display a message to the user. [Fabio Priuli]
Changed: imgcntrl.c, imgcntrl.h
2 files changed, 15 insertions, 1 deletions
- entries without having the necessary files don't kill emulation but simply display a message to the user. [Fabio Priuli]
- Merge branch 'master' of https://github.com/mamedev/mame [Scott Stone]
2015-01-18 19:18:50Changed: naomi.c
1 files changed, 2 insertions, 2 deletions
- Fix for 25pacmano which was broken from previous adjustments on parent set. (nw) [Scott Stone]
2015-01-18 19:18:16Changed: 20pacgal.c
1 files changed, 11 insertions, 1 deletions
- Updates to 315-5881 keys [MetalliC] [andreasnaive]
2015-01-18 18:58:12Changed: naomi.c
1 files changed, 2 insertions, 2 deletions
- ui: centralized game info and image info menus to a common [etabeta78]
2015-01-18 15:23:53- source file (creatively named ui/info.c). nw.
Changed: emu.mak, info.c, info.h, mainmenu.c, miscmenu.c, miscmenu.h
6 files changed, 51 insertions, 68 deletions
- source file (creatively named ui/info.c). nw.
- Updates to SEGA's 315-5881 encryption based on new findings from Virtua Striker 2 '98 (Model3) [Andreas Naive] [andreasnaive]
2015-01-18 13:27:20Changed: naomi.c, 315-5881_crypt.c, naomicrypt.c
3 files changed, 19 insertions, 23 deletions
- ui: stop the game selector reporting systems with no roms as [etabeta78]
2015-01-18 12:10:51- missing files. [Fabio Priuli]
ui: when launching systems with mandatory carts, either from command line or from the game selector, prompt the user with the file manager menu so that he can mount a game where needed, instead of killing emulation with an error. [Fabio Priuli]
out of whatsnew: it is now finally possible to launch nes and snes and a2600 (and a few more) from the internal system selector! also MESS doesn't error out anymore if you launch such systems with no carts mounted from command line.
in short: emulation finally behaves as users typically expect!Changed: image.c, image.h, filemngr.c, filemngr.h, imgcntrl.c, mainmenu.c, selgame.c, ui.c
8 files changed, 67 insertions, 18 deletions
- missing files. [Fabio Priuli]
- Compile fix (nw) [Scott Stone]
2015-01-18 09:58:09Changed: nl_dice_compat.h
1 files changed, 1 insertions, 1 deletions
- twinkle.c: the 68000 & SPU board now process commands, some sound f/x play now. [R. Belmont] [arbee]
2015-01-18 05:59:11Changed: rf5c400.c, rf5c400.h, twinkle.c
3 files changed, 36 insertions, 100 deletions
- new WORKING game [mamehaze]
2015-01-18 03:23:22- Come Back Toto [system11, David Haywood]
Changed: snowbros.c, snowbros.h, mame.lst
3 files changed, 60 insertions, 0 deletions
- Come Back Toto [system11, David Haywood]
- added tms1400 callstack [hap]
2015-01-18 02:36:182 files changed, 73 insertions, 38 deletions
- Merge pull request #101 from p1pkin/naomi#1 [R. Belmont]
2015-01-18 01:54:08 - Fixed memory allocation in netlist code. This caused a number of memory [couriersud]
2015-01-18 01:43:59- leaks to disappear. (nw)
Changed: nld_ms_direct.h, nld_solver.c, nld_solver.h, net_lib.c, net_lib.h, netlist.mak, nl_base.c, nl_base.h, nl_config.h, nl_dice_compat.h, nl_factory.c, nl_factory.h, nl_setup.c, nl_setup.h, plists.h, pstate.c, pstate.h, pstring.c
18 files changed, 285 insertions, 186 deletions
- leaks to disappear. (nw)
- peplus.c: CG2374 graphics are not specific to the X002374P poker data set. Move the CG2374 down into the X000055P sets to retain them - NW [briantro]
2015-01-17 18:37:20Changed: peplus.c
1 files changed, 15 insertions, 15 deletions
→ [Multi] Dev MAME 0.156.x x86/x64 SVN34048 / GIT242557
- 34048 Merge pull request #89 from lucab/lucab/mame-lua/mem-v2 [Olivier Galibert]
2014-12-24 11:53:36- luaengine: add memory-reading capabilities [Luca Bruno]
Changed: luaengine.c, luaengine.h
2 files changed, 137 insertions, 0 deletions
- luaengine: add memory-reading capabilities [Luca Bruno]
- luaengine: add access to devices and address spaces [Luca Bruno]
2014-12-23 23:46:17- This commit maps some more classes (device_t and address_space) to retrieve devices and address spaces out of current running machine. Proxy methods are provided to enumerate/access devices and address spaces, and to read memory content.
Signed-off-by: Luca Bruno
- This commit maps some more classes (device_t and address_space) to retrieve devices and address spaces out of current running machine. Proxy methods are provided to enumerate/access devices and address spaces, and to read memory content.
- dinohunt: working sound (MT05805) [darq] [Osso]
2014-12-24 11:27:07 - dinohunt: fixed player 3 inputs (MT05804) [darq] [Osso]
2014-12-24 07:51:22Changed: cps1.c
1 files changed, 1 insertions, 0 deletions
- arcompact (nw) [mamehaze]
2014-12-24 01:24:41Changed: arcompact.h, arcompact_execute.c, arcompactdasm_ops.c
3 files changed, 324 insertions, 96 deletions
- debug: reverted dasm window change. (nw) [Robert]
2014-12-23 23:32:51Changed: debugcpu.c
1 files changed, 1 insertions, 1 deletions
- (nw) [mamehaze]
2014-12-23 17:55:13Changed: arcompact_execute.c
1 files changed, 62 insertions, 7 deletions
- arcompact - further (nw) [mamehaze]
2014-12-23 17:04:12Changed: arcompact.h, arcompact_execute.c, arcompactdasm_ops.c
3 files changed, 411 insertions, 129 deletions
- Better x64 detection for windows [Miodrag Milanovic]
2014-12-23 16:18:20Changed: makefile
1 files changed, 3 insertions, 2 deletions
- more arcompact ops, continues to move forward (nw) [mamehaze]
2014-12-23 14:25:14Changed: arcompact.c, arcompact.h, arcompact_execute.c, arcompactdasm_ops.c
4 files changed, 287 insertions, 24 deletions
- SDL2: Improved Alt-Enter functionality (now works on all screens at once) and prefer upper-left placement of windowed mode windows. [R. Belmont] [arbee]
2014-12-23 05:38:25Changed: draw13.c, drawogl.c, video.c, video.h
4 files changed, 16 insertions, 4 deletions
- Assorted changes and fixes to sega devices (nw) [Scott Stone]
2014-12-23 04:32:08Changed: graphic.c, 315_5124.c, 315_5313.c, 315_5296.c
4 files changed, 4 insertions, 4 deletions
- pass a bit more of the bios self-validation (nw) [mamehaze]
2014-12-23 00:17:07Changed: arcompact_execute.c
1 files changed, 194 insertions, 43 deletions
- debug/qt: Add a per-device window [O. Galibert] [Olivier Galibert]
2014-12-22 20:16:09- There probably is interesting information to add, and it can look better. Anybody, feel free to enhance it :-)
Changed: z80daisy.c, device.c, device.h, didisasm.c, diexec.c, digfx.c, diimage.c, dimemory.c, dinetwork.c, dinvram.c, dioutput.c, dirtc.c, diserial.c, dislot.c, disound.c, distate.c, divideo.c, debugqt.c, debugqtdeviceinformationwindow.c, debugqtdeviceinformationwindow.h, debugqtdeviceswindow.c, debugqtdeviceswindow.h, sdl.mak, windows.mak
24 files changed, 252 insertions, 29 deletions
- There probably is interesting information to add, and it can look better. Anybody, feel free to enhance it :-)
- am9517a_device: added missing save state, fixes micromik.c save state problem (nw) [Osso]
2014-12-22 19:45:26Changed: am9517a.c
1 files changed, 9 insertions, 0 deletions
- mos7360_device: added missing save state, fixes plus4.c save state problem (nw) [Osso]
2014-12-22 17:36:45Changed: mos7360.c
1 files changed, 1 insertions, 0 deletions
- (nw) [mamehaze]
2014-12-22 16:57:08Changed: arcompact_execute.c, arcompactdasm_ops.c
2 files changed, 154 insertions, 73 deletions
- (nw) [mamehaze]
2014-12-22 15:28:27Changed: arcompact.h, arcompact_execute.c, arcompactdasm_ops.c
3 files changed, 115 insertions, 54 deletions
- some more ops (nw) [mamehaze]
2014-12-22 13:25:41Changed: arcompact_execute.c, arcompactdasm_ops.c
2 files changed, 257 insertions, 133 deletions
- video/galaxold.c: added a missing save state, improves but doesn't totally fix starfield save problems in the following games - drivers (nw) [Osso]
2014-12-22 13:22:25- tazzmang2, 4in1, hunchbkg - galaxold.c 800fath, mariner - scramble.c
Changed: galaxold.h, galaxold.c
2 files changed, 44 insertions, 33 deletions
- tazzmang2, 4in1, hunchbkg - galaxold.c 800fath, mariner - scramble.c
- New F1 Exhaust Note clone [briantro]
2014-12-22 03:54:08 - Sad and lonely orphaned bootleg [briantro]
2014-12-22 03:01:06 - Corrected hashes based on provided roms for atarifb2 (nw) [Scott Stone]
2014-12-22 02:25:47Changed: atarifb.c
1 files changed, 3 insertions, 3 deletions
- fix stupid typo (nw) [Stiletto]
2014-12-22 00:43:54- fix stupid typo (nw)
Changed: rainbow.c
1 files changed, 1 insertions, 1 deletions
- fix stupid typo (nw)
- arcompact: starts to read the 2 copyright strings in the bios for comparison (nw) [mamehaze]
2014-12-21 22:57:14Changed: arcompact.h, arcompact_execute.c
2 files changed, 86 insertions, 26 deletions
- New clones added [mariuszw]
2014-12-21 22:15:25 - arcompact: execute first few MOVs (nw) [mamehaze]
2014-12-21 16:53:34Changed: arcompact.h, arcompact_common.c, arcompact_execute.c, arcompactdasm_ops.c
4 files changed, 169 insertions, 22 deletions
- arcompact: prepare to add more opcodes (nw) [mamehaze]
2014-12-21 15:43:45Changed: arcompact.h, arcompact_execute.c, arcompactdasm_ops.c, cpu.mak
4 files changed, 1080 insertions, 845 deletions
- namcops2 updates: [arbee]
2014-12-21 03:35:27- - added BIOS and dongle for Time Crisis 4 [Guru] - added dongle for Gundam vs. Gundam [Guru, Darksoft]
New games added as GAME_NOT_WORKING ----------------------------------- Tekken 5 Dark Resurrection [Guru, Darksoft]Changed: namcops2.c, mame.lst
2 files changed, 5 insertions, 3 deletions
- - added BIOS and dongle for Time Crisis 4 [Guru] - added dongle for Gundam vs. Gundam [Guru, Darksoft]
- New games added as GAME_NOT_WORKING [arbee]
2014-12-21 01:36:39- ----------------------------------- Pride GP 2003 (PR21 Ver. A) [Guru, Darksoft] Quiz Mobile Suit Gundam: Monsenshi (QG1 Ver. A) [Guru, Darksoft] Time Crisis 4 [Guru, Darksoft]
New clones added ---------------- Ridge Racer V Arcade Battle (RRV2 Ver. A) [Guru, Darksoft]Changed: namcops2.c, mame.lst
2 files changed, 87 insertions, 4 deletions
- ----------------------------------- Pride GP 2003 (PR21 Ver. A) [Guru, Darksoft] Quiz Mobile Suit Gundam: Monsenshi (QG1 Ver. A) [Guru, Darksoft] Time Crisis 4 [Guru, Darksoft]
- Merge pull request #88 from p1pkin/naomi#9 [Osso]
2014-12-20 21:01:21 - new clones [MetalliC]
2014-12-20 20:50:58 - 7200fifo.c: added missing save state, fixes seibuspi save state problem (nw) [Osso]
2014-12-20 20:49:44Changed: 7200fifo.c
1 files changed, 1 insertions, 0 deletions
- mos6551: fixed receive with parity != none. (nw) [Sandro Ronco]
2014-12-20 19:57:54Changed: mos6551.c
1 files changed, 1 insertions, 1 deletions
- vindictr does not have a slapstic (nw) [Alex W. Jackson]
2014-12-20 12:54:58Changed: vindictr.c
1 files changed, 0 insertions, 2 deletions
- MT#00380, MT#01591 [Alex Jackson] [Alex W. Jackson]
2014-12-20 11:53:11Changed: atarigen.c
1 files changed, 1 insertions, 1 deletions
→ [Multi] Dev MAME 0.156.x x86/x64 SVN33976 / GIT242488
- 33976 asteroid.c: fixed save state problem for astdelux1 (nw) [Osso]
2014-12-20 08:23:37Changed: asteroid.c, asteroid.h, asteroid.c
3 files changed, 42 insertions, 21 deletions
- start making an actual CPU core out of the arcompact disassembler, executes the first few jumps (nw) [mamehaze]
2014-12-20 01:17:21Changed: arcompact.c, arcompact.h, arcompact_common.c, arcompact_common.h, arcompact_execute.c, arcompactdasm_ops.c, arcompactdasm_ops.h, cpu.mak
8 files changed, 4313 insertions, 700 deletions
- tc0480scp.c: save state fix (nw) [Alex W. Jackson]
2014-12-20 00:43:01Changed: tc0480scp.c
1 files changed, 4 insertions, 4 deletions
- fixed status being reset too early [hap]
2014-12-19 23:54:04Changed: tms0980.c
1 files changed, 11 insertions, 11 deletions
- Various, mainly Taito drivers: clean up banking, remove unneeded postload callbacks (nw) [Alex W. Jackson]
2014-12-19 21:54:35Changed: mystwarr.c, ninjaw.c, opwolf.c, othunder.c, slapshot.c, taito_h.c, taito_x.c, taito_z.c, taitoair.c, warriorb.c, wgp.c, mystwarr.h, ninjaw.h, othunder.h, slapshot.h, taito_h.h, taito_x.h, taito_z.h, taitoair.h, warriorb.h, wgp.h
21 files changed, 256 insertions, 489 deletions
- tc0480scp.c: revert postload change for now, needs more investigation (nw) [Osso]
2014-12-19 19:43:42Changed: tc0480scp.c
1 files changed, 2 insertions, 2 deletions
- Merge branch 'master' of https://github.com/mamedev/mame [Lord-Nightmare]
2014-12-19 19:16:57Changed: gundealr.c, segahang.c, segaorun.c, segas16a.c, segas16b.c, segas18.c, segaxbd.c, segaybd.c, segaorun.h, segas16b.h, segas18.h, segahang.c, segaic16.c, segaic16.h, segaorun.c, segas16a.c, segas16b.c, segas18.c, segaxbd.c, segaybd.c, tc0480scp.c, windows.mak
22 files changed, 257 insertions, 274 deletions
- tms5110.c: implement output and read bit commands. [Lord Nightmare] [Lord-Nightmare]
2014-12-19 19:11:282 files changed, 57 insertions, 22 deletions
- windows too (nw) [cracyc]
2014-12-19 19:02:08Changed: windows.mak
1 files changed, 3 insertions, 1 deletions
- Fix yamyam and clones regression from clock change. (nw) [Scott Stone]
2014-12-19 18:58:04Changed: gundealr.c
1 files changed, 1 insertions, 1 deletions
- Added missing save state support to segaic16_video_device. Fixes quartet2 save state problem (nw) [Osso]
2014-12-19 18:53:11- Some almost exclusively cosmetic changes to the device, while at it (nw)
Changed: segahang.c, segaorun.c, segas16a.c, segas16b.c, segas18.c, segaxbd.c, segaybd.c, segaorun.h, segas16b.h, segas18.h, segahang.c, segaic16.c, segaic16.h, segaorun.c, segas16a.c, segas16b.c, segas18.c, segaxbd.c, segaybd.c
19 files changed, 251 insertions, 270 deletions
- Some almost exclusively cosmetic changes to the device, while at it (nw)
- Fixed racingb save state problem (nw) [Osso]
2014-12-19 18:43:22- Quick testing didn't show any problems with other games using the chip, but we'll see on the next save state regression test..
Changed: tc0480scp.c
1 files changed, 2 insertions, 2 deletions
- Quick testing didn't show any problems with other games using the chip, but we'll see on the next save state regression test..
- qt/debug: Device tree view. Looks cool with mu100 or lindbios [O. Galibert] [Olivier Galibert]
2014-12-19 18:26:05Changed: debugqt.c, debugqtdeviceswindow.c, debugqtdeviceswindow.h, debugqtwindow.c, debugqtwindow.h, sdl.mak
6 files changed, 270 insertions, 7 deletions
- init order issue (nw) [Olivier Galibert]
2014-12-19 18:25:09Changed: h8_timer16.c
1 files changed, 2 insertions, 1 deletions
- machine.c: the majority has spoken (nw) [Osso]
2014-12-19 18:14:59Changed: machine.c
1 files changed, 2 insertions, 4 deletions
- fixed Visual Studio compilation and compilation in general / small r10788_device initialization cleanup (nw) [Oliver Stöneberg]
2014-12-19 17:53:24Changed: r10788.c, ra17xx.c, barata.c
3 files changed, 2 insertions, 5 deletions
- (nw) [mamehaze]
2014-12-19 15:34:57Changed: arcompactdasm_ops.c
1 files changed, 91 insertions, 38 deletions
- Significant change to Stepper motor device behaviour, using devcb2 interfaces. [James Wallace]
2014-12-19 11:47:59- New functions added:
MCFG_STEPPER_ADD(tag) - add a stepper device MCFG_STEPPER_REEL_TYPE(type) - the equivalent of the first line in the old interface, now also takes NOT_A_REEL for printer and similar applications MCFG_STEPPER_START_INDEX(int index) - the old second line of the interface, the position (in half steps) where the optic tab first triggers. MCFG_STEPPER_END_INDEX(int index) - the old third line of the interface, the last position (in half steps) where the optic tab triggers. MCFG_STEPPER_INDEX_PATTERN(int pattern) - a coil pattern in hexadecimal that has to be on the motor for the index to trigger (0 if no specific pattern is needed) MCFG_STEPPER_INIT_PHASE(int phase) - starting phase of the motor
All drivers have been updated, testing done to all specific drivers - Scorpion 4 was particularly complex. [James Wallace]Changed: epson_lx810l.c, steppers.c, steppers.h, aces1.c, bfm_sc1.c, bfm_sc2.c, bfm_sc4.c, bfm_sc4h.c, bfmsys85.c, ecoinf2.c, ecoinf3.c, ecoinfr.c, jpmimpct.c, maygay1b.c, mpu3.c, mpu4.c, mpu4hw.c, mpu4sw.c, bfm_sc45.h, mpu4.h, awpvid.c, awpvid.h
22 files changed, 3170 insertions, 6753 deletions
- New functions added:
- machine.c: invalidating all save states from previous versions is not a good trade-off for fixing a few games that regressed (nw) [Osso]
2014-12-19 07:21:58Changed: machine.c
1 files changed, 4 insertions, 2 deletions
- Use PORT_INCLUDE instead of macros - thanks Dirk (nw) [jbu]
2014-12-18 20:00:17Changed: gts1.c
1 files changed, 128 insertions, 126 deletions
- bfm_sc1.c: fixed save state "regression". It actually didn't have any save state support, but the flag was set (possibly copy-paste error) (nw) [Osso]
2014-12-18 18:18:18Changed: bfm_sc1.c
1 files changed, 36 insertions, 2 deletions
- machine.c: save m_rand_seed, fixes save state regressons in at least the following games - drivers: bmcpokr - bmcpokr.c, centipdb, caterplr, millpac - centiped.c, jngolady - jangou.c, rivieraa - merit.c (nw) [Osso]
2014-12-18 18:15:42 - silly typo (nw) [David Haywood]
2014-12-18 16:08:22Changed: arcompactdasm_ops.c
1 files changed, 1 insertions, 1 deletions
- arcompact - some dasm helpers for LR/SR (nw) [David Haywood]
2014-12-18 13:51:50Changed: arcompactdasm_ops.c
1 files changed, 222 insertions, 5 deletions
- Fix wrong device declaration in SC2 (nw) [James Wallace]
2014-12-18 10:06:24Changed: bfm_sc2.c
1 files changed, 1 insertions, 1 deletions
- debug: fix wrong initial m_topleft.x value in memory view [Fabrice Bellet]
2014-12-05 20:47:57Changed: debugvw.c, dvmemory.c
2 files changed, 9 insertions, 2 deletions
- debug: better handling of duplicate memory access [Fabrice Bellet]
2014-12-12 13:47:25- Don't remove and reinsert nodes that correspond to a duplicate memory access, because tree rebalancing kills performances. Update the node's element content instead.
Changed: debugcpu.c, debugcpu.h
2 files changed, 8 insertions, 5 deletions
- Don't remove and reinsert nodes that correspond to a duplicate memory access, because tree rebalancing kills performances. Update the node's element content instead.
- debug: fix the avl trees logic [Fabrice Bellet]
2014-12-05 01:20:38- The ancestor heights of a node were not updated properly.
Changed: simple_set.h
1 files changed, 35 insertions, 33 deletions
- The ancestor heights of a node were not updated properly.
- debug: dont update asm view in the start_hook() [Fabrice Bellet]
2014-12-03 17:29:13- The curpc can be in the middle of an instruction being decoded, so it is not pertinent to recompute the disassembly starting from this address.
Changed: debugcpu.c, debugvw.c, debugvw.h
3 files changed, 16 insertions, 1 deletions
- The curpc can be in the middle of an instruction being decoded, so it is not pertinent to recompute the disassembly starting from this address.
- debug: fix a string overflow in comments [Fabrice Bellet]
2014-12-02 23:12:44Changed: dvdisasm.c
1 files changed, 1 insertions, 1 deletions
- debug: fix the gui for smaller fonts [Fabrice Bellet]
2014-12-02 21:41:57- Using a font pointsize different from 11pt has a consequence that fontWidth (in pixels) is not an integer anymore.
Changed: debugqtmemorywindow.c, debugqtview.c
2 files changed, 3 insertions, 3 deletions
- Using a font pointsize different from 11pt has a consequence that fontWidth (in pixels) is not an integer anymore.
- A try at adding switch matrix inputs. Use just part numbers for device tags. (nw) [jbu]
2014-12-18 04:02:47Changed: r10788.c, ra17xx.c, gts1.c
3 files changed, 260 insertions, 136 deletions
- Attempt at fixing the new Stepper device to load correctly for AWP games. This is part 1 of a plan to remove the stepper_interface for a devcb2 setup. [James Wallace] [James Wallace]
2014-12-17 17:03:36Changed: steppers.c, steppers.h, bfm_sc2.c, ecoinfr.c, jpmimpct.c, mpu4hw.c, jpmimpct.h, mpu4.h
8 files changed, 98 insertions, 49 deletions
- arcompact (nw) [David Haywood]
2014-12-17 15:27:30Changed: arcompactdasm_ops.c
1 files changed, 195 insertions, 14 deletions
- arcompact: dasm of the zero overhead loop instructions (nw) [David Haywood]
2014-12-17 13:41:07Changed: arcompactdasm_dispatch.c, arcompactdasm_ops.c
2 files changed, 79 insertions, 13 deletions
- k053936.c: fix potential out-of-bounds memory access; remove some dead code [Alex Jackson] [Alex W. Jackson]
2014-12-16 23:13:52Changed: k053936.c, konamigx.c
2 files changed, 6 insertions, 37 deletions
- more LIMM fixes (nw) [mamehaze]
2014-12-16 16:58:12Changed: arcompactdasm_ops.c
1 files changed, 56 insertions, 12 deletions
- arcompact - fix some limm decoding, confirm that leapster CPU type uses the extended registers for multiply results (nw) [mamehaze]
2014-12-16 15:37:40Changed: arcompactdasm_ops.c
1 files changed, 77 insertions, 43 deletions
- more (nw) [mamehaze]
2014-12-16 14:38:59Changed: arcompactdasm_ops.c
1 files changed, 70 insertions, 12 deletions
- more (nw) [mamehaze]
2014-12-16 13:00:48Changed: arcompactdasm_ops.c
1 files changed, 22 insertions, 13 deletions
- arcompact dasm wip (nw) [mamehaze]
2014-12-16 11:33:33Changed: arcompactdasm_dispatch.c, arcompactdasm_dispatch.h, arcompactdasm_ops.c, arcompactdasm_ops.h
4 files changed, 503 insertions, 63 deletions
- Merge pull request #85 from Tarnyko/master [R. Belmont]
2014-12-16 02:40:48- Do not check gl_lib() without OpenGL support [Tarnyko]
Changed: draw13.c
1 files changed, 4 insertions, 0 deletions
- Do not check gl_lib() without OpenGL support [Tarnyko]
- Clean up and fix comments (nw) [jbu]
2014-12-16 02:09:222 files changed, 241 insertions, 237 deletions
- Do not check gl_lib() without OpenGL support [Tarnyko]
2014-12-16 02:01:03- The gl_lib() function is not defined if we do not #USE_OPENGL, as can be seen in osdsdl.h. Building with NO_OPENGL=1 then breaks, unless we add this conditional #ifdef.
Signed-off-by: Tarnyko
- The gl_lib() function is not defined if we do not #USE_OPENGL, as can be seen in osdsdl.h. Building with NO_OPENGL=1 then breaks, unless we add this conditional #ifdef.
- Verified clocks for Yam! Yam!? and Last Day / D-Day [system11] [briantro]
2014-12-16 01:39:50- Out of what's new: Changed machine configs to reflect actual OSC used.
Changed: dooyong.c, gundealr.c
2 files changed, 53 insertions, 49 deletions
- Out of what's new: Changed machine configs to reflect actual OSC used.
- arcompact dasm fixes (jump / branch destinations) (nw) [mamehaze]
2014-12-16 00:27:13Changed: arcompactdasm_ops.c
1 files changed, 136 insertions, 133 deletions
- more dasm improvements (nw) [mamehaze]
2014-12-15 22:54:19Changed: arcompactdasm_ops.c
1 files changed, 107 insertions, 46 deletions
- Merge pull request #84 from ramiropolla/steppers [David Haywood]
2014-12-15 20:58:13- Convert steppers to device_t
Changed: epson_lx810l.c, epson_lx810l.h, steppers.c, steppers.h, aces1.c, bfm_sc1.c, bfm_sc2.c, bfm_sc4h.c, bfmsys85.c, ecoinf2.c, ecoinf3.c, ecoinfr.c, jpmimpct.c, maygay1b.c, mpu3.c, mpu4dealem.c, mpu4hw.c, mpu4vid.c, bfm_sc45.h, jpmimpct.h, maygay1b.h, mpu4.h, awpvid.c, awpvid.h
24 files changed, 754 insertions, 689 deletions
- Convert steppers to device_t
- arcompact dasm wip (nw) [mamehaze]
2014-12-15 20:57:28Changed: arcompactdasm_dispatch.c, arcompactdasm_ops.c
2 files changed, 195 insertions, 143 deletions
- Fixed debug build (nw) [Osso]
2014-12-15 19:00:30Changed: build.mak
1 files changed, 3 insertions, 0 deletions
- Leftover (nw) [Olivier Galibert]
2014-12-15 18:54:05Changed: i82875p.c
1 files changed, 0 insertions, 3 deletions
- SH-2: added default SSR value, makes EGWord to boot [Angelo Salese] [Scott Stone]
2014-12-15 18:54:02Changed: sh2comn.c
1 files changed, 2 insertions, 2 deletions
- i186: forgot this (nw) [cracyc]
2014-12-15 18:13:21Changed: i186.c
1 files changed, 2 insertions, 0 deletions
- Merge pull request #73 from felipesanches/dona_barata [David Haywood]
2014-12-15 17:16:44- Initial implementation of "Dona Barata" driver (brazilian whack-a-mole s...
Changed: barata.c, barata.lay, mame.lst, mame.mak
4 files changed, 410 insertions, 0 deletions
- Initial implementation of "Dona Barata" driver (brazilian whack-a-mole s...
- Merge branch 'master' of https://github.com/mamedev/mame [Miodrag Milanovic]
2014-12-15 16:46:402 files changed, 27 insertions, 12 deletions
- fix space and tab mixing (nw) [Miodrag Milanovic]
2014-12-15 16:46:04Changed: file2str.py
1 files changed, 2 insertions, 2 deletions
- Merge pull request #83 from p1pkin/naomi#8 [David Haywood]
2014-12-15 16:06:22 - Merge branch 'master' of https://github.com/mamedev/mame [Miodrag Milanovic]
2014-12-15 15:39:46Changed: input.c, castool.1, chdman.1, floptool.1, imgtool.1, jedutil.1, ldresample.1, ldverify.1, mame.6, mess.6, romcmp.1, testkeys.1
12 files changed, 12 insertions, 12 deletions
- Merge pull request #82 from wallyweek/cfalco [R. Belmont]
2014-12-15 15:31:04- Bump version in *nix man pages [wallyweek]
Changed: castool.1, chdman.1, floptool.1, imgtool.1, jedutil.1, ldresample.1, ldverify.1, mame.6, mess.6, romcmp.1, testkeys.1
11 files changed, 11 insertions, 11 deletions
- Bump version in *nix man pages [wallyweek]
- Merge pull request #80 from tomyun/sdl-joystick-logical-id [R. Belmont]
2014-12-15 15:30:29- Use consistent logical ID for joystick registration log [tomyun]
Changed: input.c
1 files changed, 1 insertions, 1 deletions
- Use consistent logical ID for joystick registration log [tomyun]
- new NOT WORKING [MetalliC]
2014-12-15 15:10:17 - arcompact wip (nw) [mamehaze]
2014-12-15 13:27:59- (also fix -validate for hikaru.c)
Changed: arcompactdasm_ops.c, hikaru.c
2 files changed, 223 insertions, 152 deletions
- (also fix -validate for hikaru.c)
- Merge pull request #81 from p1pkin/naomi#7 [Guru]
2014-12-15 13:03:23 - hikaru.c update [MetalliC]
2014-12-15 12:06:38- add protecton keys for AirTrix and Planet Harriers [CaH4e3, MetalliC] rom labels and ROM_LOADs corrections&cleanup [MetalliC]
Changed: hikaru.c
1 files changed, 131 insertions, 117 deletions
- add protecton keys for AirTrix and Planet Harriers [CaH4e3, MetalliC] rom labels and ROM_LOADs corrections&cleanup [MetalliC]
- new clones [MetalliC]
2014-12-15 11:58:20 - Merge branch 'master' of https://github.com/mamedev/mame [Miodrag Milanovic]
2014-12-15 11:15:53Changed: i6300esb.c, i6300esb.h, i82875p.c, i82875p.h, pci.c, pci.h, lindbergh.c
7 files changed, 170 insertions, 46 deletions
- made build tools dependencies smaller (nw) [Miodrag Milanovic]
2014-12-15 11:15:01Changed: build.mak
1 files changed, 26 insertions, 7 deletions
- i82875p: Add overflow device, high smram [O. Galibert] [Olivier Galibert]
2014-12-13 11:06:57- pci: Add more pci bridge registers [O. Galibert]
Changed: i6300esb.c, i6300esb.h, i82875p.c, i82875p.h, pci.c, pci.h, lindbergh.c
7 files changed, 170 insertions, 46 deletions
- pci: Add more pci bridge registers [O. Galibert]
- Merge pull request #78 from ramiropolla/windows [Miodrag Milanović]
2014-12-15 08:38:55 - igs009.c - Updated dips and added locations to comply with the manual for Jingle Bell & Gran Prix '98. [Bad A. Billy] [Scott Stone]
2014-12-14 18:21:42Changed: igs009.c
1 files changed, 55 insertions, 40 deletions
- Fix switches and solenoids I/O chip assignment. Log outputs to solenoids. Add NVRAM enable (E2) and W/R (nw) [jbu]
2014-12-14 14:41:48Changed: gts1.c
1 files changed, 63 insertions, 9 deletions
- Add preliminary emulation of the Rockwell A17XX chips [jbu]
2014-12-14 13:56:062 files changed, 191 insertions, 0 deletions
- Add preliminary emulation of the Rockwell A17XX chips (ROM, RAM, I/O) and fix device names in gts1 (nw) [jbu]
2014-12-14 13:55:11Changed: pps4.c, machine.mak, r10696.c, r10696.h, gts1.c, mame.mak
6 files changed, 73 insertions, 22 deletions
- New Player's Edge Plus Poker clones [briantro]
2014-12-14 05:08:56- New Clones Added -------------------------------------------------------- Montana Choice (MG0183) Multi-Game [BrianT] (not working) Player's Edge Plus (X002478P+XP000154) Joker Poker - French [BrianT] Player's Edge Plus (X002479P+XP000154) Joker Poker - French [BrianT] Player's Edge Plus (X002478P+XP000154) Joker Poker (Aces or Better) - French [BrianT] Player's Edge Plus (X002485P+XP000154) Standard Draw Poker - French [BrianT]
2 files changed, 137 insertions, 1 deletions
- New Clones Added -------------------------------------------------------- Montana Choice (MG0183) Multi-Game [BrianT] (not working) Player's Edge Plus (X002478P+XP000154) Joker Poker - French [BrianT] Player's Edge Plus (X002479P+XP000154) Joker Poker - French [BrianT] Player's Edge Plus (X002478P+XP000154) Joker Poker (Aces or Better) - French [BrianT] Player's Edge Plus (X002485P+XP000154) Standard Draw Poker - French [BrianT]
- New clones added [mariuszw]
2014-12-14 01:14:27 - viper.c: added some notes about the 'RTC OK' check based on real PCB tests (nw) [Guru]
2014-12-13 15:28:37Changed: viper.c
1 files changed, 21 insertions, 0 deletions
- h8_timer16.c: added save state support. Fixes lastfght save state regression (nw) [Osso]
2014-12-13 12:17:06Changed: h8_timer16.c
1 files changed, 18 insertions, 0 deletions
- h8_intc.c: added save state support. Puzzlet save state regression not totally fixed, though (nw) [Osso]
2014-12-13 11:36:26Changed: h8_intc.c
1 files changed, 10 insertions, 0 deletions
- Added GAME_SUPPORTS_SAVE to 5clown.c, mjkjidai.c and wallc.c (nw) [Osso]
2014-12-13 10:54:59Changed: 5clown.c, mjkjidai.c, wallc.c
3 files changed, 47 insertions, 28 deletions
→ [Multi] Dev MAME 0.156.x x86 i x64 SVN33853
- 33853 floppy: include cylinder in savestate [peterferrie]
2014-12-12 22:43:31Changed: floppy.c
1 files changed, 3 insertions, 0 deletions
- sync (nw) [David Haywood]
2014-12-12 21:48:01Changed: arcompactdasm_ops.c
1 files changed, 90 insertions, 16 deletions
- sync (nw) [David Haywood]
2014-12-12 19:33:29Changed: arcompactdasm_ops.c
1 files changed, 79 insertions, 66 deletions
- e132xs.c: added missing save states, fixes save states in at least pasha2, f2mosaic and gstream (nw) [Osso]
2014-12-12 19:30:48Changed: e132xs.c, e132xs.h, f-32.c
3 files changed, 31 insertions, 19 deletions
- Fixed save state regression in various atari drivers (nw) [Osso]
2014-12-12 18:37:25Changed: atarigen.c
1 files changed, 6 insertions, 3 deletions
- arcompact (nw) [David Haywood]
2014-12-12 18:28:48Changed: arcompactdasm_ops.c
1 files changed, 161 insertions, 35 deletions
- arcompact decoding (nw) [David Haywood]
2014-12-12 17:33:04Changed: arcompactdasm_ops.c
1 files changed, 119 insertions, 33 deletions
- xtal.h: Add some more comments about NTSC subcarrier multiples, fixed a mis-ordering, added more to comment about 640khz resonator. (n/w) [Lord-Nightmare]
2014-12-12 10:15:39Changed: xtal.h
1 files changed, 4 insertions, 4 deletions
- unneeded variable can be removed. nw. [etabeta78]
2014-12-12 06:46:03Changed: fdd_dsk.c
1 files changed, 0 insertions, 2 deletions
- Allow for compiling, please revisit! (nw) [Scott Stone]
2014-12-12 01:59:35Changed: fdd_dsk.c
1 files changed, 2 insertions, 2 deletions
- arcompact (nw) [mamehaze]
2014-12-11 15:09:45Changed: arcompactdasm_ops.c
1 files changed, 148 insertions, 14 deletions
- fixed visual studio and possibly more. nw. [etabeta78]
2014-12-11 14:12:14Changed: pc98dcp_dsk.c, pc98dip_dsk.c, pc98nfd_dsk.c
3 files changed, 3 insertions, 5 deletions
- Fix gts1_lamp_apm_w offsets. Set bit 8+9 of PROM addr from group C bits 1+0 (nw) [jbu]
2014-12-11 12:34:48Changed: gts1.c
1 files changed, 7 insertions, 5 deletions
- viper.c: more notes about the DS2430 (nw) [Guru]
2014-12-11 09:41:00Changed: viper.c
1 files changed, 24 insertions, 5 deletions
- Connect the GTS1 dip switches to another 10696 (nw) [jbu]
2014-12-11 08:12:46Changed: gts1.c
1 files changed, 124 insertions, 3 deletions
- Add IO chip U2 (10696) for NVRAM access (nw) [jbu]
2014-12-11 07:03:00Changed: gts1.c
1 files changed, 45 insertions, 1 deletions
- Add Rockwell 10696 General Purpose Input/Output emulation WIP [jbu]
2014-12-11 06:07:58Changed: machine.mak, r10696.c, r10696.h, mame.mak
4 files changed, 260 insertions, 0 deletions
- Renumber digits according to http://www.pinrepair.com/sys1/ (nw) [jbu]
2014-12-11 04:10:57Changed: gts1.lay
1 files changed, 28 insertions, 28 deletions
- i82875p: toud display fix [O. Galibert] [Olivier Galibert]
2014-12-10 19:28:29Changed: i82875p.c
1 files changed, 2 insertions, 1 deletions
- pci: Autodetect multifunction devices [O. Galibert] [Olivier Galibert]
2014-12-10 16:44:452 files changed, 12 insertions, 7 deletions
- pci: Fix some initialisations, valgrind stops complaining [O. Galibert] [Olivier Galibert]
2014-12-10 07:59:20Changed: i6300esb.c, i82875p.c, i82875p.h, pci.c
4 files changed, 16 insertions, 8 deletions
- Remove unused variable (nw) [jbu]
2014-12-10 19:18:32Changed: gts1.c
1 files changed, 0 insertions, 1 deletions
- viper.c: minor version correction of Police 911 2 from test mode and some notes (nw) [Guru]
2014-12-10 11:25:15- added version from test mode and also added some notes about the dongle protection and guesses about the NVRAM<->DS2430 marriage
Changed: viper.c
1 files changed, 26 insertions, 6 deletions
- added version from test mode and also added some notes about the dongle protection and guesses about the NVRAM<->DS2430 marriage
- viper.c: added NVRAM and dongle to Police 911 2 [Guru, dogpn] [Guru]
2014-12-10 09:41:54Changed: viper.c
1 files changed, 10 insertions, 10 deletions
- Merge pull request #70 from lucab/lucab/mame-lua/appinfo [R. Belmont]
2014-12-10 05:20:52- luaengine: add API versioning [Luca Bruno]
Changed: luaengine.c, luaengine.h, mame.h, version.c
4 files changed, 32 insertions, 2 deletions
- luaengine: add API versioning [Luca Bruno]
- m68k: disassembler support for FTRAP. [R. Belmont] [arbee]
2014-12-10 05:17:24Changed: m68kdasm.c
1 files changed, 27 insertions, 0 deletions
- Fix debugger memory display of little-endian memory regions [Alex Jackson] [Alex W. Jackson]
2014-12-10 03:18:05Changed: dvmemory.c, emucore.h
2 files changed, 2 insertions, 2 deletions
- prehisle.c: PORT_VBLANK seems more likely active low (nw) [Alex W. Jackson]
2014-12-10 02:52:35Changed: prehisle.c
1 files changed, 1 insertions, 1 deletions
- c2040fdc.c: fix MSVC compile (nw) [peterferrie]
2014-12-10 01:26:37Changed: c2040fdc.c
1 files changed, 1 insertions, 1 deletions
- lindbergh: Match card and video bios [O. Galibert] [Olivier Galibert]
2014-12-09 19:34:25Changed: gf6800gt.c, gf6800gt.h, gf7600gs.c, gf7600gs.h, video.mak, lindbergh.c, mame.mak
7 files changed, 62 insertions, 62 deletions
- pci: expansion rom management [O. Galibert] [Olivier Galibert]
2014-12-09 19:28:07Changed: pci.c, pci.h, gf6800gt.c, lindbergh.c
4 files changed, 57 insertions, 16 deletions
- Rename led8seg to led8seg{,_gts1} and CTYPE_LED8SEG{,_GTS1} as per hap's request. (nw) [jbu]
2014-12-09 19:44:01Changed: rendlay.c, rendlay.h, gts1.lay
3 files changed, 2014 insertions, 2014 deletions
- Fix obsolete comments. Make 7seg display smaller (nw) [jbu]
2014-12-09 18:48:33Changed: gts1.lay
1 files changed, 4 insertions, 6 deletions
- Add 4 7seg digits for the outputs 6, 7, 14 and 15. The remaining 22, 23, 30 and 31 are unused (nw) [jbu]
2014-12-09 18:43:46Changed: gts1.c, gts1.lay, input.c
3 files changed, 65 insertions, 36 deletions
- tmc0270 unknown line [hap]
2014-12-09 18:18:16Changed: tms0980.c
1 files changed, 36 insertions, 29 deletions
- There be light on the 8seg display (nw) [jbu]
2014-12-09 18:13:572 files changed, 30 insertions, 33 deletions
- Add 8seg decoding with the modified 7448 (nw) [jbu]
2014-12-09 16:23:50Changed: gts1.c
1 files changed, 49 insertions, 1 deletions
- Add logging to r10788 and fix timer setup (nw) [jbu]
2014-12-09 15:47:35 - more arcompact (nw) [mamehaze]
2014-12-09 15:37:02Changed: arcompactdasm.c
1 files changed, 121 insertions, 8 deletions
- Add CTYPE_LED8SEG to m_maxstate default setup (nw) [jbu]
2014-12-09 14:31:20Changed: rendlay.c
1 files changed, 1 insertions, 1 deletions
- Add clock to MCFG and remove defaulting to firstcpu->clock() [jbu]
2014-12-09 14:26:502 files changed, 1 insertions, 6 deletions
- Add missing MCFG_DEVICE_ADD (nw) [jbu]
2014-12-09 14:23:21Changed: gts1.c
1 files changed, 1 insertions, 0 deletions
- Skeleton Rockwell 10788 chip emulation and use in gts1 - WIP (nw) [jbu]
2014-12-09 13:06:54Changed: machine.mak, r10788.c, r10788.h, gts1.c, mame.mak
5 files changed, 317 insertions, 4 deletions
- new clones [mamehaze]
2014-12-09 11:44:01- D-Day (Dooyong) (Korea) [system11] Yam Yam (Korea) [system11]
Changed: dooyong.c, gundealr.c, mame.lst
3 files changed, 98 insertions, 41 deletions
- D-Day (Dooyong) (Korea) [system11] Yam Yam (Korea) [system11]
- more arcompact (nw) [mamehaze]
2014-12-09 11:06:16Changed: arcompactdasm.c
1 files changed, 175 insertions, 6 deletions
- added tmc0270_cpu_device, preliminary [hap]
2014-12-09 03:16:472 files changed, 160 insertions, 47 deletions
- 4003b9ba has a jump to the cartridge area (nw) [mamehaze]
2014-12-09 00:38:13Changed: arcompactdasm.c
1 files changed, 271 insertions, 31 deletions
- improve (nw) [mamehaze]
2014-12-08 23:32:54Changed: arcompactdasm.c
1 files changed, 12 insertions, 5 deletions
- arc (nw) [mamehaze]
2014-12-08 22:20:09Changed: arcompact.h, arcompactdasm.c
2 files changed, 571 insertions, 244 deletions
- (nw) [mamehaze]
2014-12-08 20:37:58Changed: arcompactdasm.c
1 files changed, 212 insertions, 1 deletions
- (nw) [mamehaze]
2014-12-08 20:13:32Changed: arcompactdasm.c
1 files changed, 244 insertions, 2 deletions
- misc ARC dasm (nw) [mamehaze]
2014-12-08 19:01:08Changed: arcompactdasm.c
1 files changed, 731 insertions, 185 deletions
- new WORKING game [mamehaze]
2014-12-08 12:28:45- Su Ho Seong [system11, David Haywood]
Changed: snowbros.c, snowbros.h
2 files changed, 78 insertions, 35 deletions
- Su Ho Seong [system11, David Haywood]
- Merge branch 'master' of https://github.com/mamedev/mame [Lord-Nightmare]
2014-12-07 23:59:05Changed: i6300esb.c, i6300esb.h, lpc-pit.c, lpc-pit.h, machine.mak, pci.c, pci.h, lindbergh.c
8 files changed, 479 insertions, 49 deletions
- duhhhhhhhhhhhhhhhhhhhhhh (nw) [Olivier Galibert]
2014-12-07 22:37:042 files changed, 75 insertions, 0 deletions
- lindbergh: Fake pit and real pci bridges [O. Galibert] [Olivier Galibert]
2014-12-07 22:35:44Changed: i6300esb.c, i6300esb.h, machine.mak, pci.c, pci.h, lindbergh.c
6 files changed, 404 insertions, 49 deletions
- Fix the TM disassembly. Don't set m_I in ROP() and don't set m_I2 in ARG(). (nw) [jbu]
2014-12-07 21:39:14Changed: pps4.c, pps4dasm.c
2 files changed, 80 insertions, 68 deletions
- Oops. That was wrong. BU is always 0000 in LBL (nw) [jbu]
2014-12-07 06:12:51Changed: pps4dasm.c
1 files changed, 2 insertions, 3 deletions
- Fix previous opcode detection for LB and LBL. Fix disassembler for LBL (nw) [jbu]
2014-12-07 06:09:18Changed: pps4.c, pps4dasm.c
2 files changed, 8 insertions, 7 deletions
- tiny text fixes (nw) [Guru]
2014-12-07 02:27:19Changed: lindbergh.c
1 files changed, 4 insertions, 9 deletions
- bottom new segment was too short [hap]
2014-12-06 23:27:522 files changed, 9 insertions, 8 deletions
→ [Arcade] Dev MAMEUI x64 i x86 0.154.x git241514 SVN33002
→ [Arcade] Dev MAMEUI x64 i x86 0.154.x SVN32733
→ [Arcade] Dev MAMEUI x64 i x86 0.154.x SVN32649
→ [Arcade] Dev MAMEUI x64 i x86 0.154.x SVN32574
Vox populi
Dodaj komentarz!!!!
![[tools] RomVault 3.7.4 21/04/2025](https://www.t2e.pl/Photos/www/picphoto/a422a18c1.jpg,134)
![[Arcade] DevMAME [log only] 2025/04/25 00:00](https://www.t2e.pl/Photos/www/picphoto/3c3b9e8c1.jpg,134)
![[Arcade] DevMAME [log only] 2025/03/31 22:00](https://www.t2e.pl/Photos/www/picphoto/3c3b9e8c1.jpg,134)