Brad Hughes
afbb4b6581
Check that we have a window before updating cursor state
2016-04-18 11:32:03 -04:00
Brad Hughes
870db16e99
Standardize platform window pointer storage in osd_window.
...
Also encapsulate show/hide capture/release cursor functionality.
2016-04-18 10:03:01 -04:00
Miodrag Milanovic
55d3e544e0
Added additional members for compatibility (nw)
2016-04-18 14:18:33 +02:00
Miodrag Milanovic
c47bd3a937
Added generic latch to replace soundlatch in driver_device (nw)
2016-04-18 14:08:54 +02:00
therealmogminer@gmail.com
8a07dafbaf
Fix crash with -video none, nw
2016-04-18 13:13:22 +02:00
mahlemiut
6db5aa2322
debugimgui: added error log window, and limited the debugger console to display 100 lines, so that rendering it doesn't get too slow.
2016-04-18 19:48:01 +12:00
mahlemiut
5c4ef7ac70
debugimgui: Removed some unused stuff, renamed window class.
2016-04-18 16:12:43 +12:00
arbee
16c5dcfa4a
apple2: fixed inverse text drawing. [R. Belmont]
2016-04-18 00:00:36 -04:00
Firehawke
266efbe350
New PlayChoice-10 BIOS (Single Screen, Freeplay fix, Newer?)
2016-04-17 19:56:17 -07:00
hap
08abca8ba4
hh_hmcs40: bultrman bug note
2016-04-18 02:48:31 +02:00
briantro
bef65d2e83
peplus.cpp: Minor doc update - NW
2016-04-17 18:16:59 -05:00
cracyc
b793232c97
plugins/cheat: clear popmessage (nw)
2016-04-17 17:38:16 -05:00
Brad Hughes
73bf0b9521
Merge branch 'master' of https://github.com/mamedev/mame.git
2016-04-17 16:35:27 -04:00
Brad Hughes
a525b60817
Fixed missing diagnostic module include.
2016-04-17 16:35:21 -04:00
couriersud
31325d6599
Convert kidniki netlist into an external one.
2016-04-17 22:30:55 +02:00
couriersud
162033204f
Fix clang compile.
2016-04-17 22:30:55 +02:00
Brad Hughes
ef4f80b4a4
Create diagnostic module for profiling and crash diagnostics
2016-04-17 16:22:51 -04:00
R. Belmont
4e2fefdd15
apple2e: fix C800 internal ROM reading [R. Belmont]
2016-04-17 15:36:50 -04:00
therealmogminer@gmail.com
e6a54bcc23
Minor fixups to pillarboxing shaders
2016-04-17 20:43:10 +02:00
therealmogminer@gmail.com
250a5cc805
Add AVI writing to bgfx, nw
2016-04-17 19:16:14 +02:00
Ville Linde
9d8c3cb341
hornet: fix ROM banking (nw)
2016-04-17 17:28:57 +03:00
ImJezze
a45d713ad6
HLSL settings are reset now, when a new machine is selected
2016-04-17 14:20:27 +02:00
ImJezze
60eb6d0494
Added reasonable texcoord handling without known examples (nw)
2016-04-17 14:12:31 +02:00
mahlemiut
74dd3287e5
Added ImGui based debugger. [Barry Rodewald]
...
Note: Currently only works with the BGFX renderer. Anyone who wishes to
write a ImGui backend for other renderers are welcome to do so.
2016-04-17 23:50:50 +12:00
Miodrag Milanović
cd6414e089
Merge pull request #821 from BraiNKilleRGR/master
...
Updated Greek Translation
2016-04-17 08:25:49 +02:00
BraiNKilleRGR
efff211798
Updated Greek Translation
2016-04-17 02:11:24 +03:00
R. Belmont
0d75a05b08
Merge pull request #820 from ajrhacker/daisyconfig
...
Critical fixes (nw)
2016-04-16 16:47:14 -04:00
AJR
7ffbd45c6c
Critical fixes (nw)
...
- Prevent tmpz84c015_device::irq_priority_w from crashing or corrupting the daisy chain
- Eliminate the need for TMPZ84C015_DAISY_INTERNAL by not overwriting elements in the daisy list
- Removed leftover MCFG_SEGAZ80_SET_DECRYPTED_TAG from macros in system1.cpp, which lets all drivers validate without crashing
2016-04-16 16:37:31 -04:00
therealmogminer@gmail.com
32464738c6
Fix compile error on SDL targets
2016-04-16 21:35:14 +02:00
ImJezze
ac6903e05e
Merge branch 'master' of https://github.com/GiuseppeGorgoglione/mame
...
# Conflicts solved:
# src/osd/modules/render/d3d/d3dhlsl.cpp
2016-04-16 18:38:59 +02:00
Miodrag Milanovic
fc48cb17f3
added print_verbose, print_info, print_debug and print_error to lua, and used it instead of print (nw)
2016-04-16 18:01:48 +02:00
Miodrag Milanovic
816860f2d8
no error output if first time run (nw)
2016-04-16 17:24:57 +02:00
Miodrag Milanovic
3e8559ad7b
Always rebuild version.cpp when there is git version change (nw)
2016-04-16 17:18:17 +02:00
cracyc
37718e8602
plugins/cheatfind: write found cheats (nw)
2016-04-16 09:36:22 -05:00
ImJezze
454db9d5d3
Fixed texture coordinates for vector screen quad (nw)
2016-04-16 15:46:04 +02:00
cracyc
95309f461e
plugins/cheat: load multiple files and fix load failure (nw)
2016-04-16 08:36:09 -05:00
therealmogminer@gmail.com
bff9111a30
Add pillarboxing shaders and layout for bgfx, nw
2016-04-16 15:30:40 +02:00
Miodrag Milanovic
932fb5a668
Revert "Pass explicit -qt5 to all moc and qmake calls."
...
This reverts commit 3176347abc
.
2016-04-16 15:20:42 +02:00
Miodrag Milanovic
4a291564f3
remove dependency (nw)
2016-04-16 13:48:25 +02:00
yz70s
070fa52fdc
xbox.cpp: more usb, interrupt transfers (nw)
2016-04-16 11:19:10 +02:00
Miodrag Milanovic
6bb33aa52c
Add short git version if building non-release build, also if git command is not available or if .git is not there (so building out of other sources) (nw)
2016-04-16 10:19:59 +02:00
Miodrag Milanović
942472ea22
Merge pull request #806 from rfka01/master
...
Added older ROM revision of a Color DMV [rfka01]
2016-04-16 10:18:18 +02:00
Miodrag Milanović
1f418ad90e
Merge pull request #809 from jmakovicka/master
...
Fix type mismatch
2016-04-16 08:57:16 +02:00
Miodrag Milanović
0876691a6f
Merge pull request #813 from jmallach/qt5-build
...
Pass explicit -qt5 to all moc and qmake calls.
2016-04-16 08:57:01 +02:00
Miodrag Milanović
0fb1cf6837
Merge pull request #815 from rootfather/update-german-translation
...
Update German GUI translation [ rootfather ]
2016-04-16 08:56:49 +02:00
Miodrag Milanović
ca24afe9c5
Merge pull request #816 from aviloria/patch-3
...
Update strings.po [aviloria ]
2016-04-16 08:56:24 +02:00
Miodrag Milanović
5dcd612d74
Merge pull request #812 from jmallach/program-name
...
Show MAME's program name lowercase in help output.
2016-04-16 08:55:52 +02:00
Miodrag Milanovic
d90b9b5cab
String Translate for Chinese (Traditional / Simplified) [YuiFAN]
2016-04-16 08:35:57 +02:00
Brad Hughes
f7c9b7095e
Use std::chrono instead of GetTickCount in window.cpp/h for Windows OSD
2016-04-15 22:55:01 -04:00
hap
6d27bfb25d
hh_tms1k: added copycatm2. not working yet
2016-04-16 03:01:13 +02:00