Commit Graph

34282 Commits

Author SHA1 Message Date
Reed
4b3a5f4f94 Update file2str.py
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.
2015-03-03 08:12:30 -08:00
Vas Crabb
0fcb2b9ecb Fix Python 2 compatibility. Someone can fix Python 3 if they want, but not at the expense of 2. 2015-03-03 21:53:10 +11:00
andrew-gardner
1938932f80 Change dangerous variable name. 2015-03-03 10:16:05 +01:00
Andrew Gardner
a171b5373e Merge pull request #144 from reedlove/patch-1
Fix TypeError exception in file2str (reedlove)
2015-03-03 10:16:22 +01:00
cracyc
7036f421ea (mess) pasogo: screen size and color guess (nw) 2015-03-02 21:22:39 -06:00
Peter Ferrie
a6890cb916 don't crash if malloc fails (nw) 2015-03-02 19:01:15 -08:00
Peter Ferrie
e77ccca75d really fix opengl compile on MSVC (thanks to couriersud) (nw) 2015-03-02 19:00:45 -08:00
couriersud
7edfd8b21d Merge branch 'master' of https://github.com/mamedev/mame.git 2015-03-03 02:23:43 +01:00
couriersud
9754f63086 Avoid members having the same names as wgl* functions. Renamed those to
pfn_wgl... If any windows headers do some macro magic, this should work
around it. (nw)
2015-03-03 02:23:12 +01:00
briantro
0bf7926440 megasys1.c: Correct priority PROM dump status - NW 2015-03-02 18:51:26 -06:00
briantro
4be90537b0 peplus.c: Remove test remnants and minor rom name correction - NW 2015-03-02 18:12:19 -06:00
briantro
c1646ebe4d New PE+ Clones
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]
2015-03-02 17:56:53 -06:00
Luca Elia
984c7e7ed5 Use measured clocks from brickzn PCB, fixes music tempo [system11] 2015-03-02 23:54:49 +01:00
couriersud
fddd44793c Just another one for Peter. (nw) 2015-03-02 23:21:05 +01:00
couriersud
d12a414b7c Merge branch 'master' of https://github.com/mamedev/mame.git 2015-03-02 22:51:57 +01:00
couriersud
401f483615 Reorder includes in drawogl.c. (nw) 2015-03-02 22:51:30 +01:00
Stiletto
ed10fae1d5 add a few undumped games (nw)
add a few undumped games (nw)
2015-03-02 16:04:34 -05:00
couriersud
081cae6919 Fix fullscreen toggle for the accel driver os OSX. [Couriersud] 2015-03-02 22:04:21 +01:00
couriersud
de6b090917 OpenGL MSVC fix for Peter. If compiling under MSVC, don't use GL/gl.h or
GL/glext.h. Use our own headers. (nw)
2015-03-02 21:05:39 +01:00
hap
63726631c8 hh_pic16 fleshed out 2015-03-02 20:50:31 +01:00
Reed
3fdc0692d9 Update file2str.py
On line 43, wouldn't "ord(b)" simply be "b" since each iteration through a "bytes" type already returns an "int"? In Python 3.x, the "ord" function expects type "str" so passing an "int" causes a "TypeError" exception.
2015-03-02 10:28:31 -08:00
Ivan Vangelista
40e6fb4387 srumbler.c: added save state support (nw) 2015-03-02 19:18:34 +01:00
mamehaze
6f7b1beca2 Merge branch 'master' of https://github.com/mamedev/mame 2015-03-02 17:59:21 +00:00
mamehaze
4b919834d5 add dumped prom to 64street [system11] 2015-03-02 17:58:56 +00:00
Ivan Vangelista
49998ed269 mgolf.c: removed anonymous timer, added save state support (nw) 2015-03-02 18:56:48 +01:00
mamehaze
385e948366 split the hng64 code into more files, easier to work with, also modernize a bit more (nw) 2015-03-02 17:42:36 +00:00
Ivan Vangelista
a0b4e2865a tankbatt.c, tankbust.c: added save state support (nw) 2015-03-02 18:40:59 +01:00
Ivan Vangelista
7eda97ae0a sandscrp.c: added save state support (nw) 2015-03-02 18:34:16 +01:00
Ivan Vangelista
e166b8f2a4 jalblend.c: converted to be a device (nw) 2015-03-02 18:27:30 +01:00
hap
202d316cdb removed PIC16 mcu fake io memory map 2015-03-02 17:53:20 +01:00
cracyc
99a78ab4a7 (mess) pasogo: some cleanup (nw) 2015-03-02 09:59:17 -06:00
andrew-gardner
bbeb8de3bb A few more set_base removals (nw) 2015-03-02 16:22:34 +01:00
andrew-gardner
6c5bf63c2c One more (nt) 2015-03-02 12:22:31 +01:00
Alex W. Jackson
62201cbe63 Oops... fix build (nw) 2015-03-02 05:19:54 -05:00
Alex W. Jackson
9d22738e5a thunderx.c: convert to bankdev, merge with gbusters.c, add notes and correct various things based on schematics [Alex Jackson] 2015-03-02 04:51:24 -05:00
Miodrag Milanovic
333e54ff31 removed not used code (nw) 2015-03-02 08:10:04 +01:00
Alex W. Jackson
8c87c80329 thunderx.c: simplify ROM loading/banking and unify it between scontra and thunderx (nw) 2015-03-01 20:02:51 -05:00
couriersud
cea2388a3c Merge branch 'master' of https://github.com/mamedev/mame.git 2015-03-02 01:55:37 +01:00
couriersud
8338e0d7a4 Fix switchres for sdl build. (nw) 2015-03-02 01:53:25 +01:00
Luca Elia
df564067dd Emulate sound latch protection in brickzn [Luca Elia, system11] 2015-03-01 23:03:39 +01:00
hap
da57561e0f moved misc handhelds to their own section 2015-03-01 22:13:45 +01:00
couriersud
168e4d3d2b Some more alignment. (nw) 2015-03-01 22:08:27 +01:00
hap
aa36c3f439 notes 2015-03-01 22:02:37 +01:00
cracyc
17495c607c (mess) m24: split m24 and correct dips, boots but it needs custom keyboard emulation (nw) 2015-03-01 14:42:16 -06:00
hap
79301a669f added Maniac skeleton 2015-03-01 21:26:32 +01:00
couriersud
808d9f5307 Merge branch 'master' of https://github.com/mamedev/mame.git 2015-03-01 18:32:26 +01:00
couriersud
563ff83b3b Aligned monitor handling between sdl and baseline. [Couriersud] 2015-03-01 18:31:53 +01:00
hap
c612acb1ba Merge pull request #143 from 0-wiz-0/master
Revert part of 34d0ee6b.
2015-03-01 16:00:28 +01:00
hap
69893cd5d6 (MESS)New working game added
------------------
Tomy Pac Man [hap, Kevin Horton]
2015-03-01 15:55:09 +01:00
mamehaze
bcbe9136d4 modernize a bit (nw) 2015-03-01 14:41:49 +00:00