Peter Ferrie
eb1e924f29
Merge branch 'master' of https://github.com/mamedev/mame
2015-03-18 19:47:09 -07:00
Peter Ferrie
9cf8308096
font_windows.c: don't crash if no memory for bitmap [Peter Ferrie]
...
more graceful exit will occur when next malloc() fails, and condition
might be temporary
2015-03-18 19:18:00 -07:00
hap
b40b3cae80
certain:
...
0x045 = DAA
0x046 = DAS
0x04b = unused
0x04c = REC
0x264 = unused
0x267 = DB
2015-03-18 21:51:47 +01:00
Ivan Vangelista
57383a93df
supdrapo.c, suprgolf.c, suprloco.c, suprridr.c: added save state support (nw)
2015-03-18 19:07:10 +01:00
hap
0e63709997
another small interrupt bugfix
2015-03-18 15:35:40 +01:00
mamehaze
bb94e7d86d
new clones
...
Adventure Quiz Capcom World 2 (Japan 920611, B-Board 91634B-2) [Bonky]
2015-03-18 11:51:15 +00:00
Alex W. Jackson
474849d170
a7800.c: Address map corrections and cleanups [Mike Saarna, Alex Jackson]
2015-03-17 22:04:32 -04:00
Michael Zapf
7ef3198fc1
Merge branch 'master' of https://github.com/mamedev/mame
2015-03-17 21:37:21 +01:00
hap
5b170fd5ab
messing around
2015-03-17 21:34:00 +01:00
Michael Zapf
d498d5cedf
(MESS) ti99: Added a sanity check for disk format detection and a non-locking Alphalock
2015-03-17 21:09:39 +01:00
mamehaze
af0ead85bb
new clones
...
Battle K-Road (Korean PCB) [Manuel Assoni]
2015-03-17 20:00:02 +00:00
Oliver Stöneberg
490ed5ce9b
disabled additional logging of popmessage() messages (nw)
2015-03-17 15:48:28 +01:00
Oliver Stöneberg
27460ff717
added command-line option -[no]dummywrite to create snaphots of each frame without writing them to a file [Oliver Stöneberg]
...
this is a dummy implementation of -aviwrite/-mngwrite and is used in
testruns to detect e.g. palette issues. the dummy implementation greatly
speed up testrun since it avoids the snapshot to file format conversions
as well as the I/O operations
2015-03-17 14:10:24 +01:00
Oliver Stöneberg
004c6ffa37
write popmessage() to error.log as well - and command-line in DEBUG build (nw)
2015-03-17 13:58:00 +01:00
Oliver Stöneberg
becf4a8823
fixed Visual Studio warning in bgfx code (nw)
2015-03-17 13:57:13 +01:00
Miodrag Milanovic
7afcb3a206
compile fix
2015-03-17 11:10:58 +01:00
Miodrag Milanovic
c14b700825
Sync with latest (nw)
2015-03-17 11:08:12 +01:00
Angelo Salese
1fa8cffd27
Merge branch 'master' of https://github.com/mamedev/mame
2015-03-17 01:45:49 +01:00
Angelo Salese
4f68f47d3a
i960: guess, pretty unlikely that cosr opcode uses sine ... (nw)
2015-03-17 01:45:24 +01:00
Peter Ferrie
672ce6c666
debugwin.c: avoid race condition where debugger window update request is made before debugger is initialised [Peter Ferrie]
2015-03-16 17:35:28 -07:00
cracyc
a9a20f0889
(mess) m24: keyboard [Carl, any]
2015-03-16 17:44:09 -05:00
hap
bbffffe91e
fix hmcs40 interrupt bug
2015-03-16 21:32:30 +01:00
hap
71bff813e4
note
2015-03-16 19:49:04 +01:00
Miodrag Milanovic
9b2a16c12f
Added ability to completely disable MIDI [qmc2] (nw)
2015-03-16 17:37:07 +01:00
Luca Bruno
1fa8b4ea4f
docs: add initial documentation for luaengine API
...
This commits add some initial documentation for current API
exposed via luaengine. This doc is meant to be a quick
walkthrough for script writers coming from mame-rr.
Full methods reference is not yet included, as the API is still
rapidly changing.
Signed-off-by: Luca Bruno <lucab@debian.org>
2015-03-16 12:03:09 +01:00
Oliver Stöneberg
3147b2ebeb
fixed nltool linking with Visual Studio (nw)
2015-03-16 11:53:50 +01:00
Luca Bruno
05609ab9b1
luaengine: clip screen coordinates to screen size
...
Several users reported that negative coordinates are wrongly handled.
This happens because we assumed using unsigned values only, while
unfortunately in many real cases negative values happen when tracking
objects partly off-screen.
This patch makes all screen drawing methods accept unsigned values,
but crop them between 0 and screen size values.
Signed-off-by: Luca Bruno <lucab@debian.org>
2015-03-16 11:42:46 +01:00
Luca Bruno
b1a0e0167d
ui: use per-container pixel aspect (LUA draw_text bugfix)
...
Do not assume ui-container aspect when drawing on other containers.
This fixes LUA draw_text() in multi-screens games, where the font
aspect for each screen is wrongly computed on the aggregated target.
Signed-off-by: Luca Bruno <lucab@debian.org>
2015-03-16 11:42:46 +01:00
Miodrag Milanovic
41cfcb26c4
some compilers have trouble with this (nw)
2015-03-16 10:29:26 +01:00
Vas Crabb
45522916d3
Hook up second set of lamps for games with two sets of controls
...
Add second set of lamps to layouts for games with two sets of controls
Make Wing Co layouts (bingowng/lucky8) prettier
Add views to show either or both sets of button lamps
2015-03-16 20:05:31 +11:00
Vas Crabb
0b9a644a76
Make Cherry Bonus artwork clickable
2015-03-16 16:21:39 +11:00
Peter Ferrie
366a5b7272
osd_opengl.h: fix compile on MSVC 2012 (nw)
2015-03-15 21:06:36 -07:00
hap
b685e5264e
ah, i forgot to add the /4 divider
2015-03-16 00:41:00 +01:00
hap
b1abbbd029
added epacman2 i/o (judging from disasm, these two and coleco alien attack have the simplest code)
2015-03-16 00:35:11 +01:00
hap
42a6a828de
nw shuffle
2015-03-16 00:17:20 +01:00
hap
f4b3468a99
added egalaxn2 i/o
2015-03-16 00:10:06 +01:00
Luca Elia
106cdbcbc2
New clones added
...
----------------
Mahjong Electromagnetic Base [Dyq, XingXing, Luca Elia]
New games marked as GAME_NOT_WORKING
---------------------------------------------------
Mahjong Ougon No Pai [Dyq, XingXing]
2015-03-15 23:16:06 +01:00
hap
ce5d0ca8d4
fix display not refreshing on loadstate
2015-03-15 17:56:56 +01:00
hap
02590ff263
update tispeak.c display_update
2015-03-15 17:46:47 +01:00
hap
3790a735eb
rename:
...
snmath -> snmathp
snmatha -> snmath
2015-03-15 16:39:41 +01:00
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