Commit Graph

34346 Commits

Author SHA1 Message Date
hap
abae5d34e6 (MESS)New working game added
-----------------
TI Little Professor (1978 version) [hap, Sean Riddle]
2015-03-15 15:40:51 +01:00
Vas Crabb
af7b120d82 OS/2 patches for SDLMAME 0.159 [KO Muyng-Hun] 2015-03-15 22:57:16 +11:00
hap
9d6f238186 added coleco mspacman skeleton 2015-03-15 05:32:05 +01:00
hap
6a97ecf993 ticalc1x.c cleanup part 3 2015-03-15 04:57:05 +01:00
hap
327d6dece9 ticalc1x.c cleanup part 2 2015-03-15 04:38:38 +01:00
briantro
2b40bfdf20 peplus.c: Minor info update - NW 2015-03-14 22:13:05 -05:00
hap
96077ccedd ticalc1x.c cleanup part 1 2015-03-15 03:53:05 +01:00
hap
a2537f21d5 clarify vars 2015-03-15 03:25:36 +01:00
hap
1e1963abda (MESS)New working game added
-----------------
Epoch Astro Command (aka Grandstand Scramble) [hap, Kevin Horton]
2015-03-15 03:02:44 +01:00
hap
8605dd56e4 added tms1990 device 2015-03-15 00:39:00 +01:00
hap
46964c195f skeleton added for TI Little Professor 2015-03-15 00:09:04 +01:00
hap
4cf5728397 added interrupt/timer 2015-03-14 17:33:19 +01:00
yz70s
612af8ba64 i386.c: new implementation of x87 opcode fprem based on intel manual since curent one gives wrong results (nw) 2015-03-14 14:51:57 +01:00
yz70s
f2430a3fdf i386.c: x87 fpatan implemented using atan2() and not atan() (nw) 2015-03-14 14:44:38 +01:00
yz70s
0fdc96d72c i386.c: remove bug in x87 fsave and frstor (nw) 2015-03-14 14:40:36 +01:00
mamehaze
eb43ff52df new clones
Puzznic (bootleg) [cmonkey]
2015-03-14 11:52:58 +00:00
Miodrag Milanovic
ae1856faa4 compile fix from Firewave propagated upstream (nw) 2015-03-14 09:05:55 +01:00
Ivan Vangelista
39aadc1b43 jankenmn: enabled save state support (nw) 2015-03-14 07:57:07 +01:00
briantro
60abf23801 new PE poker clones
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]
2015-03-14 00:37:19 -05:00
hap
e7ffb8a6b0 added astrocmd and kingman (Astro Command probably works fine, i just haven't tested it yet) 2015-03-14 05:34:43 +01:00
mamehaze
bf61c9a5e2 note used addresses (nw) 2015-03-13 22:52:57 +00:00
mamehaze
a65c9ef758 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) 2015-03-13 21:51:27 +00:00
Miodrag Milanovic
61203a2adb Compile fix 2015-03-13 20:16:50 +01:00
Miodrag Milanovic
7360ae6547 updated 3rd party (nw) 2015-03-13 17:40:15 +01:00
mamehaze
820ec98714 v53: provide access to the interrupt lines (nw) 2015-03-13 17:28:15 +00:00
Scott Stone
bf16d575e4 Fixed rom/region size for 'torus' set. (nw) 2015-03-13 09:54:23 -04:00
Vas Crabb
6b43ed0899 Better, clickable pokonl97 layout 2015-03-13 22:17:35 +11:00
Vas Crabb
e78fe921cf More refined and clickable layouts for the fruities 2015-03-13 22:17:34 +11:00
briantro
e23dec8bf2 galaxold.c: Document the BPROM type for Videotron's Frogger bootleg - NW 2015-03-13 01:07:21 -05:00
Vas Crabb
700f665e87 Small fix to tonypok layout (nw) 2015-03-13 16:12:32 +11:00
Vas Crabb
e553f19a1d Add internal artwork for tonypok
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
2015-03-13 15:56:24 +11:00
Robbbert
6169bcbb8f (MESS) gamate : reinstated etabeta's no-cart fix. (nw) 2015-03-13 14:51:27 +11:00
Robbbert
053e0b4f4b (MESS) gamate : removed not-needed includes (nw) 2015-03-13 14:43:56 +11:00
Robbbert
34357b62b8 (MESS) gamate : improved readability (nw) 2015-03-13 14:18:34 +11:00
Oliver Stöneberg
5366e265b6 default to DirectInput 8 so it builds with 3rdparty/dxsdk out of the box [Oliver Stöneberg] 2015-03-12 20:14:41 +01:00
Oliver Stöneberg
93e2bbbab5 disabled some parts of UndefinedBehaviorSanitizer for clang 3.6 as well (nw) 2015-03-12 20:12:33 +01:00
Vas Crabb
481d8c64fb Add layouts showing lamp status to many games 2015-03-13 04:14:59 +11:00
Ivan Vangelista
862ec20894 paradise.c: cleanups (nw)
this seems to be another driver where the oki behaves differently during staggered -autosave runs
2015-03-12 18:06:34 +01:00
mamehaze
1c74978092 hmm roadedge startup is much better behaved like this.. could be on to something (nw) 2015-03-12 16:50:46 +00:00
mamehaze
f354ad36e0 speculative notes (nw) 2015-03-12 16:20:35 +00:00
mamehaze
2bc2c7416d gfx roms for yorijori [Brian Troha] (still doesn't boot)
typo fix in hng64 readme (nw)
dips for froggerv (nw)
2015-03-12 14:31:38 +00:00
Robbbert
81c8255b20 (MESS) mbee : added choice of monochrome or colour, since the real machines could be purchased this way. (nw) 2015-03-13 01:18:47 +11:00
hap
f1419f6a95 for raw opcode view, don't crop under minbytes 2015-03-12 14:54:25 +01:00
hap
c307ec2a16 improve ebball3 clock 2015-03-12 13:00:26 +01:00
mamehaze
60af9983cd the Videotron bootlegs are more 'Moon Cresta' than 'Super Cobra' now working.
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.
2015-03-12 11:19:05 +00:00
Vas Crabb
b2333ef332 Hook up more coin counters 2015-03-12 21:27:16 +11:00
Vas Crabb
2579c27ac0 Little cleanup 2015-03-12 21:07:24 +11:00
Vas Crabb
a761b3fcaa Hook up and document lamps for more games in goldstar.c 2015-03-12 19:41:57 +11:00
Alex W. Jackson
c2deea4d0e speedspn.c: added save state support (nw) 2015-03-12 03:04:02 -04:00
Vas Crabb
767ba32d18 Another couple of derived machine configs 2015-03-12 17:02:44 +11:00