ImJezze
dba12a31ad
Small fixes (nw)
...
- fixed not used u_humbar_hertz_rate parameter
- fixed half pixel shift of the shadow mask along the screen diagonal
2016-04-22 13:16:37 +02:00
Miodrag Milanovic
4c9c6c8c16
Added file for mame depended handling of opts (nw)
2016-04-22 09:09:39 +02:00
cracyc
0ed4ecb7c9
plugins/cheatfind: change match behavior and add on screen watches (nw)
2016-04-21 18:55:13 -05:00
R. Belmont
df6026a69e
Merge pull request #827 from Happy-yappH/master
...
N64: Adjust SI timing
2016-04-21 16:41:39 -04:00
Happy
896f4bd21c
N64: Adjust SI timing . . . again.
2016-04-21 14:23:07 -06:00
Happy
cb7924b731
Merge branch 'master' of https://github.com/mamedev/mame
2016-04-21 13:31:36 -06:00
Miodrag Milanovic
682bc90764
Created mame_options as 1st step towards creating core independent of MAME implementation (nw)
2016-04-21 20:52:21 +02:00
yz70s
e5690695e1
tidy up (nw)
2016-04-21 20:21:20 +02:00
yz70s
0fd7f90e2f
xbox.cpp: more usb (nw)
2016-04-21 19:32:32 +02:00
Miodrag Milanović
6eb5b8a474
Merge pull request #826 from bradhugh/shared_ptr2
...
Refactor OSD window.
2016-04-21 19:28:01 +02:00
David Haywood
f0f73d06fd
Merge branch 'master' of https://github.com/mamedev/mame
2016-04-21 17:30:30 +01:00
David Haywood
ee3ff18ccb
bad rom in pokonyan was redumped, fixed up dipswitches, marked as working.
2016-04-21 17:30:16 +01:00
Brad Hughes
4d24ad9854
Removed accidentally added pyc file.
2016-04-21 11:54:31 -04:00
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
therealmogminer@gmail.com
c8ade5d1fc
Fix location of shader effect, nw
2016-04-21 16:01:57 +02:00
Miodrag Milanovic
b69d285eab
works for sub folders of CHAIN folder specified (nw)
2016-04-21 15:50:15 +02:00
Miodrag Milanovic
0d980951c9
set GIT_VERSION only where it is used (nw)
2016-04-21 15:50:15 +02:00
therealmogminer@gmail.com
f5aa86dfc6
Checkpoint 1, nw
2016-04-21 15:48:29 +02: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
Happy
9138cf6570
Merge branch 'master' of https://github.com/mamedev/mame
2016-04-20 15:36:36 -06: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