Commit Graph

33947 Commits

Author SHA1 Message Date
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
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
Vas Crabb
0edcf59a50 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 2015-02-22 01:19:10 +11:00
Vas Crabb
a581728a27 Qt debugger dynamically updates menu items controlling disassembly views 2015-02-22 01:19:09 +11:00
Vas Crabb
b5afc9dfea More debugger consistency 2015-02-22 01:19:09 +11:00
mamehaze
22cb10b42c new clones
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]
2015-02-21 14:05:51 +00:00
Miodrag Milanović
90f9f1e0c7 Merge pull request #141 from cuavas/master
Fix debug builds, make debuggers a bit more consistent
2015-02-21 12:56:48 +01:00
Vas Crabb
582c9e4e37 Make behaviour of breakpoint control a bit more consistent with other debugger implementations 2015-02-21 22:53:18 +11:00
Vas Crabb
3c4fc89e66 WM_SIZE etc may be posted before CreateWindowEx returns 2015-02-21 22:46:20 +11:00
Ivan Vangelista
a7545070f9 tehkanwc.c: oops, forgot to save (nw) 2015-02-21 09:48:38 +01:00
Miodrag Milanović
7ed9885050 Merge pull request #140 from cuavas/master
Version info for OSX binaries
2015-02-21 09:46:10 +01:00
Ivan Vangelista
56c076cb06 tehkanwc.c: added save state support (nw) 2015-02-21 08:44:05 +01:00
Ivan Vangelista
6396ee3ad5 tecmosys.c: added save state support (nw) 2015-02-21 08:25:49 +01:00
Vas Crabb
efaf154772 Embed info property list in OSX binaries 2015-02-21 18:17:19 +11:00
Vas Crabb
ff1b484599 Re-link emulator binary if version source file changes 2015-02-21 18:17:19 +11:00
Vas Crabb
a7eb44f3e2 Make verinfo.py capable of producing Info.plist for OSX 2015-02-21 18:17:19 +11:00
Ivan Vangelista
89e74e4b9c Fixed debug build compile (nw) 2015-02-21 07:41:43 +01:00
Miodrag Milanović
fe91dfe9f1 Merge pull request #139 from cuavas/master
Debugger love: Windows edition
2015-02-21 06:43:19 +01:00
cracyc
75aaa54c2b Merge branch 'master' of https://github.com/mamedev/mame 2015-02-20 21:43:13 -06:00
cracyc
a9a7941f93 (mess) pc9801: squeeze a few more bugs out of the egc (nw) 2015-02-20 21:42:20 -06:00
Robbbert
50a647f138 (MESS) zorba : system can boot from floppy, is now usable. [Robbbert] 2015-02-21 14:36:16 +11:00
Quench0
a614eaf6f8 Update comment I forgot in previous commit. 2015-02-21 12:14:45 +11:00
Vas Crabb
2edbf5565e No longer need to mark dirty to hack around the points views 2015-02-21 08:35:49 +11:00