Commit Graph

34148 Commits

Author SHA1 Message Date
Logan B
eda32cfaa0 Adding names to undumped game list
Transcribed from http://i.imgur.com/s3aT0OQ.jpg
2015-03-04 21:25:23 +13:00
Olivier Galibert
bf47b533ab m6502: Fix icounting [Peter Ferrie] 2015-03-04 07:52:10 +01:00
couriersud
98a6781c27 First step to move osd_printf_* into osd again. Callbacks are now
implemented using an interface and use a push/pop approach where the pop
can happen out of order of pushes. [Couriersud]
2015-03-04 01:39:52 +01:00
mamehaze
c5deacfe57 Merge branch 'master' of https://github.com/mamedev/mame 2015-03-03 22:49:35 +00:00
mamehaze
74e8f4748c xrally experiments (nw) 2015-03-03 22:49:09 +00:00
cracyc
e16e61a68a (mess) pasogo: better color guess (nw) 2015-03-03 16:12:39 -06:00
yz70s
699d454d3e Merge branch 'master' of https://github.com/mamedev/mame 2015-03-03 23:06:54 +01:00
yz70s
556b4259c9 i386.c: x87 condition code flag C1 must be 1 in case of a stack overflow, 0 in case of a stack undeflow (nw) 2015-03-03 23:03:44 +01:00
mamehaze
ce8c73e451 notes (nw) 2015-03-03 22:03:20 +00:00
Mike Naberezny
dd7ea6355b Remove use of has_key() for Python 3 compat. (nw) 2015-03-03 13:04:49 -08:00
Ivan Vangelista
e7c07fbb52 tryout.c: reverted error on my part. (nw) 2015-03-03 19:59:10 +01:00
Ivan Vangelista
0f3906a2d8 funkball.c: used ioport_array. (nw)
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)
2015-03-03 19:23:33 +01:00
Mike Naberezny
14e4e30798 Remove except clause syntax not supported on Python 3. (nw)
This change uses sys.exc_info()[1] instead of the "as" syntax
to retain Python 2.5 compatibility.
2015-03-03 09:41:58 -08:00
Ivan Vangelista
2e206903f9 bbusters.c: added save state support (nw) 2015-03-03 18:19:11 +01:00
Ivan Vangelista
894e6b3aac tryout.c: added save state support (nw) 2015-03-03 18:14:51 +01:00
Mike Naberezny
2e209c805e Merge pull request #145 from reedlove/patch-2
Update file2str.py for Python 3 compat
2015-03-03 08:56:01 -08:00
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