hap
9c9a42e21a
this one is also barely playable without ext. artwork (also removed old obsolete note)
2015-02-23 13:42:37 +01:00
hap
f9f4fac202
added GAME_REQUIRES_ARTWORK flag
2015-02-23 13:38:20 +01:00
MetalliC
528faa2524
chihiro.c update
...
New clone added
Ghost Squad (GDX-0012) [Ripper006]
redumped outr2/gdx-0004a, wangmid/gdx-0009b [Ripper006]
2015-02-23 12:42:06 +02:00
MetalliC
74cf9b2261
notes (nw)
2015-02-23 12:37:18 +02:00
Guru
9af1c4c436
opwolf.c: added the remaining DIP locations to Operation Wolf
2015-02-23 17:49:15 +08:00
Guru
d8b55c32ac
oops ;-)
2015-02-23 16:43:36 +08:00
Guru
86e4280b38
opwolf.c: added some DIP locations
2015-02-23 16:37:26 +08:00
Guru
1b1513df66
Merge pull request #142 from mzdmommy/patch-1
...
updated opwolf dipswitches
2015-02-23 16:00:57 +08:00
Peter Ferrie
be54232cf6
make declarations match (nw)
2015-02-22 21:35:37 -08:00
hap
7fb3a6b247
added proper snmath cd2708 rom
2015-02-23 03:36:45 +01:00
hap
f6ea7f9349
seaduel also had 1 bit wrong
2015-02-23 02:46:50 +01:00
couriersud
ed4d846b77
Fixed fullscreen toggling (SDL2) on OSX. Simplified multithreading
...
code-paths (via defines). (nw)
2015-02-23 02:33:44 +01:00
mzdmommy
3c9876aec6
updated opwolf dipswitches
...
added unknown dipswitch description from manual
2015-02-22 17:18:43 -05:00
couriersud
c2c3a819a5
Merge branch 'master' of https://github.com/mamedev/mame.git
2015-02-22 20:34:12 +01:00
couriersud
9fcd415327
WM_DESTROY may be send multiple times. This also fixes
...
-bench X crashes. (nw)
2015-02-22 20:24:16 +01:00
etabeta78
08a8056e4b
this is not mechanical, from what I could gather around in the web... nw.
2015-02-22 19:41:40 +01:00
etabeta78
23745b698a
added the GAME_MECHANICAL flag to a few drivers that should have had it. nw.
2015-02-22 19:40:47 +01:00
etabeta78
6829f6262f
(MESS) sms: improved the code for the Light Phaser, by simplifying the routines
...
and making them slightly faster. [Enik Land]
2015-02-22 19:39:07 +01:00
Vas Crabb
2c4d4a7837
Many fixes for breakpoints/watchpoints views
...
* 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
2015-02-23 04:23:13 +11:00
Vas Crabb
3047ba4982
Add a whole line scroll mode to make breakpoints/watchpoints header work nicely
2015-02-23 04:23:12 +11:00
Vas Crabb
deaf2eef30
More intelligible auto window position code
2015-02-23 04:23:12 +11:00
Vas Crabb
01ec6458ff
Make opening a break/watchpoints window work better if there are already ten or more of them
2015-02-23 04:23:12 +11:00
couriersud
4ca1df404e
Fix 32bit build of sdlmame on Win32. (nw)
2015-02-22 17:37:46 +01:00
mamehaze
1f9c34e832
verified vaportra clocks [system11]
...
(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?)
2015-02-22 16:06:03 +00:00
couriersud
996a15bbd7
More alignment of code:
...
- 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.
2015-02-22 16:39:25 +01:00
couriersud
9cb20c78aa
Mark gamate_palette as ATTR_UNUSED. (nw)
2015-02-22 16:07:32 +01:00
yz70s
6da17c0355
Merge branch 'master' of https://github.com/mamedev/mame
2015-02-22 15:31:37 +01:00
yz70s
f0680b3ba9
i386.c: updates for the future and more [Samuele Zannoli]
...
- 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
2015-02-22 15:31:04 +01:00
Miodrag Milanovic
3623554da7
(MESS)-gamate: audio emulation [Peter Trauner]
2015-02-22 11:45:55 +01:00
Vas Crabb
79fcba5fe6
Slight improvement in Cocoa debug view performance
2015-02-22 21:12:00 +11:00
Vas Crabb
e3d0846478
Fix SDL1 builds
2015-02-22 21:12:00 +11:00
Vas Crabb
7b83547d61
Fix build on OSX
2015-02-22 21:11:59 +11:00
briantro
98c6a6d5cb
ssv.c: Minor doc update about the Ultra X review version - NW
2015-02-22 03:45:14 -06:00
Ivan Vangelista
8b4df6d6d8
seicross.c: added save state support (nw)
2015-02-22 09:13:41 +01:00
Ivan Vangelista
ae15cc2745
shadfrce.c: added save state support (nw)
2015-02-22 08:52:05 +01:00
arbee
70d7ea601c
(MESS) apple3: Implement 'smooth scrolling' feature for all video modes. [R. Belmont]
2015-02-21 22:43:48 -05:00
couriersud
99d7d21bde
Merge branch 'master' of https://github.com/mamedev/mame.git
2015-02-22 02:52:01 +01:00
couriersud
96ff550552
Make sure mess tools end up in $(BIN) if defined. (nw)
2015-02-22 02:46:54 +01:00
Vas Crabb
01bfefa336
More minor improvements to Cocoa debugger (nw)
2015-02-22 12:34:36 +11:00
Vas Crabb
67d741a80d
If verinfo.py fails don't touch the output file, so subsequent builds won't think it's up-to-date
2015-02-22 12:34:36 +11:00
couriersud
46b916d7b1
Fix ldplayer linking. (nw)
2015-02-22 02:31:31 +01:00
couriersud
d2ea4df4ad
Make OpenGL renderer available in mainline build as well. This needs to
...
be explicitly enabled by specifying USE_OPENGL=1. More code alignment.
[Couriersud]
2015-02-22 01:14:37 +01:00
Vas Crabb
9151c0a9e2
Merge branch 'build-faster' of https://github.com/ramiropolla/mame
...
Conflicts:
src/osd/sdl/sdl.mak
2015-02-22 09:48:11 +11:00
Vas Crabb
28d60ae8bb
Cocoa debugger: suppress trailing whitespace on copy, draw background to edge, more efficient drawing
2015-02-22 09:28:43 +11:00
hap
d19629af8f
we had an outdated dump of pinball (1 bit was wrong)
2015-02-21 21:41:36 +01:00
Olivier Galibert
5099c74845
wozfdc: Reduce the flux inversion pulse duration to the minimum [Peter Ferrie, O. Galibert]
2015-02-21 18:22:46 +01:00
Ivan Vangelista
5bba5a93a4
fuukifg3.c: added save state support (nw)
2015-02-21 16:39:33 +01:00
Ivan Vangelista
68ff5a57ed
mame.lst: added missing entries from Haze's latest commit (nw)
2015-02-21 16:24:31 +01:00
Ivan Vangelista
01cf0ff847
fuukifg2: added save state support (nw)
2015-02-21 16:10:02 +01:00
Ivan Vangelista
41fd6c25d8
nb1414m4.c: converted to a device, no functional change expected (nw)
2015-02-21 15:37:08 +01:00