Brad Hughes
1a844a49c5
Refactor OSD window.
...
Unified renderer in osd_window as std::unique_ptr
Made windows all std::shared_ptr<window_type>
Made window lists std::list<std::shared_ptr<window_type>>
Updated OSD SDL worker_param to not use malloc (not compatible with smart
pointers)
Made renderer pointer to window a weak reference. May not be available
during destruction of the window.
2016-04-21 11:10:03 -04:00
Miodrag Milanovic
ff27716bec
compile just one chain with
...
make shaders CHAIN=unfiltered
2016-04-21 15:21:08 +02:00
mahlemiut
5e26d00e6b
debugimgui: added sending of mouse clicks to debugger views. Please note that you have to click the view area first to give it focus before you can set the cursor in a disassmbler or memory view.
2016-04-21 21:29:05 +12:00
ImJezze
bb4a9ab773
Merge branch 'master' of https://github.com/mamedev/mame
2016-04-21 09:59:41 +02:00
ImJezze
6e9ef69b7c
Fixed b1c06ac
(nw)
2016-04-21 09:59:10 +02:00
etabeta78
057eefd060
neogeo.cpp: more accurate implementation of contollers
...
through slot devices. If you want to launch janshin in the
multislot driver (neogeo) you shall now prescribe
-edge "" -ctrl1 mahjong
and set accordingly the dipswitch. The janshin driver already
comes pre-configured in the proper way, instead. [Fabio Priuli]
2016-04-21 09:29:33 +02:00
ImJezze
b1c06acb61
Implemented handling for u_screen_scale and u_screen_offset (nw)
2016-04-21 07:52:29 +02:00
dankan1890
a72ad0c4fe
fix sdl build. (nw)
2016-04-21 06:48:26 +02:00
David Haywood
b5c2c8f1a5
Merge branch 'master' of https://github.com/mamedev/mame
2016-04-20 21:43:52 +01:00
David Haywood
574558328e
new NOT WORKING
...
Pokonyan (Japan 940322) [sylphia]
technically it probably works, but need to clean up the inputs, and one of the gfx roms needs redumping, I'll mark it as working and verify the desired credit once the rom is redumped.
2016-04-20 21:43:04 +01:00
hap
c260252018
nw
2016-04-20 20:44:37 +02:00
hap
9cacc4e2bc
hh_tms1k: finished internal layout for copycat
2016-04-20 20:40:18 +02:00
Brad Hughes
0f2cdac736
Fix VS compile. Apparently VS doesn't like reintepret_cast<int>(0) - weird.
2016-04-20 10:20:31 -04:00
hap
f0949c702f
neogeo: and lastly, put dragonsh in the sw list
2016-04-20 15:52:02 +02:00
cracyc
479e0cf927
luaengine: shrug (nw)
2016-04-20 08:15:39 -05:00
hap
512777046f
update to prev commit
2016-04-20 14:51:47 +02:00
hap
74e792f627
got word from shoutime about unkneo
2016-04-20 14:21:32 +02:00
Miodrag Milanovic
dc08f48c36
Cleanup (nw)
2016-04-20 13:42:52 +02:00
hap
77e135970f
wrong year (but i reckon they were made much later than this)
2016-04-20 10:44:04 +02:00
Miodrag Milanovic
a314888cf6
SDL cleanup (nw)
2016-04-20 10:21:27 +02:00
Miodrag Milanovic
9b646b992a
Merge branch 'master' of https://github.com/mamedev/mame
2016-04-20 10:06:15 +02:00
Miodrag Milanovic
8318d85597
Isolate CLI part (nw)
2016-04-20 09:50:13 +02:00
Miodrag Milanović
f49a9fe4e1
Merge pull request #824 from k2-git/master
...
update for japanese
2016-04-20 09:30:35 +02:00
Ivan Vangelista
913b19ea0a
vicdual.cpp: fixed MT06181 (nw)
2016-04-20 09:22:26 +02:00
Miodrag Milanović
2ee3949169
Merge pull request #823 from ajrhacker/deviter
...
Iterate over devices C++11 style [AJR]
2016-04-20 09:19:08 +02:00
briantro
8a85bc7cea
crospang.cpp: Bestri Parent / Clone fix - NW
2016-04-19 22:53:01 -05:00
dankan1890
8b490a9fad
Forced reset in order to properly apply some options. (nw)
2016-04-20 05:12:40 +02:00
David Haywood
368192cdc5
new clones
...
Espgaluda (2003/10/15 Master Ver, bootleg cartridge conversion)
2016-04-20 03:26:15 +01:00
Michael Zapf
262f0d2037
ti99_4p: Added AlphaLock handler
2016-04-20 00:36:24 +02:00
Michael Zapf
9eb11bdec7
Added general read/write methods to 9928a, allowing address lines to select functions
2016-04-20 00:23:28 +02:00
Michael Zapf
c7aeff7d6d
ti99: Again one indirection less; dropped the videowrp and moved the v9938 on the EVPC board.
2016-04-19 22:03:27 +02:00
hap
9829c978c7
fidel68k: V11 was twice as slow when compared to the real thing
2016-04-19 21:57:52 +02:00
ImJezze
cd4dfca43e
Refactored BGFX distortion pass (nw)
...
- also removed vector hack
2016-04-19 21:18:16 +02:00
ImJezze
8ed3a7d94a
Refactored distortion pass
...
- separated curvature parameter into distortion, cubic_distortion and distort_corner
- distortion and cubic_distortion can be negative, to compensate each other
- distort_corner is intependent from the image distortion
2016-04-19 21:13:20 +02:00
Ville Linde
a86983713d
wrong sha1 (nw)
2016-04-19 21:22:39 +03:00
cracyc
520111798e
luaengine: save a copy of the search path so it doesn't get thrown away (nw)
2016-04-19 13:15:50 -05:00
Ville Linde
48042b1e0a
hornet: hook up LAN board DS2401 and eeprom (nw)
2016-04-19 19:37:40 +03:00
David Haywood
2d50bd49cf
new clones
...
Ketsui: Kizuna Jigoku Tachi (2003/01/01. Master Ver., bootleg cartridge conversion)
surprisingly this shows that the cartridge can map over the bios space
2016-04-19 17:22:00 +01:00
David Haywood
3bf4db88b8
misc (nw)
2016-04-19 16:06:52 +01:00
therealmogminer@gmail.com
c97e2cb590
Merge branch 'master' of https://github.com/mamedev/mame
2016-04-19 16:30:43 +02:00
therealmogminer@gmail.com
f8034ac812
bgfx: Added SuperEagle shader. [Ryan Holtz]
2016-04-19 16:29:30 +02:00
David Haywood
0c7817e7dc
mark bad dumps (nw)
2016-04-19 14:48:59 +01:00
David Haywood
a1308eee29
(nw)
2016-04-19 14:29:19 +01:00
David Haywood
e04c8fdb6a
better filenames (nw)
2016-04-19 14:25:27 +01:00
David Haywood
d00836d5e9
better filenames (nw)
2016-04-19 13:47:56 +01:00
David Haywood
f22b8c590c
part 5 (nw)
2016-04-19 13:04:29 +01:00
Katsuhiko Kagami
514ed2af23
update for japanese
2016-04-19 19:32:13 +09:00
David Haywood
a87aef72fe
(nw)
2016-04-19 07:01:30 +01:00
David Haywood
7e88f21303
part 4 (nw)
2016-04-19 06:35:11 +01:00
David Haywood
b87741d3e1
part 3 (nw)
2016-04-19 05:30:10 +01:00