Commit Graph

39623 Commits

Author SHA1 Message Date
Miodrag Milanovic
a8cef0ae39 global_alloc for m_gfxdecode->set_gfx changed to work with unique_ptr (nw) 2015-12-19 20:05:35 +01:00
Miodrag Milanovic
497c204431 global_alloc_array to std::make_unique where applicable (nw) 2015-12-19 18:47:54 +01:00
R. Belmont
98b121c52d Merge pull request #508 from einstein95/patch-1
Further research from the smspower thread (nw)
2015-12-19 12:44:01 -05:00
Logan B
42e64603ea Further research from the smspower thread (nw) 2015-12-20 06:04:28 +13:00
Miodrag Milanović
d66932ad8b Merge pull request #507 from ajrhacker/master
Allow SDLMAME to build on OS X from paths containing spaces
2015-12-19 17:36:52 +01:00
AJR
8567ac0d64 Allow SDLMAME to build on OS X from paths containing spaces 2015-12-19 11:09:57 -05:00
Miodrag Milanovic
03736b8c5a Merge branch 'jfdelnero-master' 2015-12-19 17:00:49 +01:00
Miodrag Milanovic
b065b26072 Merge branch 'master' of https://github.com/jfdelnero/mame into jfdelnero-master
Conflicts:
	src/mame/drivers/squale.cpp
2015-12-19 17:00:35 +01:00
Ville Linde
2aca8639ee tms32051: disasm fixes (nw) 2015-12-19 16:17:11 +02:00
Jean-François DEL NERO
e1ef4d2149 Keyboard I/O speed up. 2015-12-19 14:29:24 +01:00
Jean-François DEL NERO
b9871d9c45 Cartridge slot emulation added.
Joystick inputs added.
2015-12-19 12:12:16 +01:00
Miodrag Milanovic
8f725227ec fixes (nw) 2015-12-19 11:43:30 +01:00
Miodrag Milanovic
42adde9fd5 auto_alloc_array_clear -> make_unique_clear (nw) 2015-12-19 11:08:25 +01:00
mahlemiut
4facaf6c24 Stop internal debugger windows from drawing space characters, speeds rendering up quite a bit. 2015-12-19 21:36:34 +13:00
Justin Kerk
85d74eb2c9 Emscripten build fixes (nw) 2015-12-19 08:17:34 +00:00
briantro
548678d5cd peplus.cpp: Minor doc update - NW 2015-12-19 00:40:28 -06:00
David Haywood
459441db45 new NOT WORKING clones
Dragon World (Korea, V040K) [Ryan Holtz, Smitdogg, The Dumping Union]

needs proper decryption and protection handling for this set (iq_132?)
2015-12-19 04:22:39 +00:00
David Haywood
da717f062f rename some glass sets based on tests by system11 2015-12-18 22:09:36 +00:00
Ville Linde
0df7787f16 Split Taito TC0780FPA into its own device [Ville Linde] 2015-12-18 22:07:02 +02:00
David Haywood
b4329313f9 megasys1 apparently runs at 56.18hz, based on video references, this is the same as nmk16.cpp 2015-12-18 16:59:01 +00:00
David Haywood
844c5e4e64 new clones
Ring of Destruction: Slammasters II (Hispanic 940902) [Raul Delgado]
2015-12-18 16:13:49 +00:00
Miodrag Milanovic
b4b294ed85 Fixed some that were auto_alloc_array_clear and made them use proper template (nw) 2015-12-18 09:14:35 +01:00
angelosa
c23f8cdf1b By request, nw 2015-12-17 23:42:25 +01:00
angelosa
0ea73cb407 Fix offsets for type 3/4, nw 2015-12-17 23:17:04 +01:00
Miodrag Milanovic
a111c124c7 added option to clear with value for arrays (nw) 2015-12-17 17:36:00 +01:00
David Haywood
c0740a42c8 don't run vsmahng at perfect interleave, it doesn't boot, needs further investigation (nw) 2015-12-17 16:16:25 +00:00
Ville Linde
c1938b7180 taitotz: fix inputs (nw) 2015-12-17 16:27:38 +02:00
R. Belmont
da1126084c Merge pull request #501 from einstein95/segajw-patch
Promote segajw to working
2015-12-17 07:53:44 -05:00
Miodrag Milanovic
dc33301893 make_unique_clear instead of clear memset (nw) 2015-12-17 11:50:22 +01:00
Miodrag Milanovic
174720a64d removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with std::unique_ptr (nw)
auto_alloc_array to unique_ptr
Added make_unique_clear
2015-12-17 11:10:30 +01:00
Angelo Salese
be38cd71bb Note fix, nw 2015-12-17 10:46:37 +01:00
mahlemiut
043eed6171 Make new internal debugger windows appear in a cascade-like position, and give some windows better default sizes. Change render_target::debug_top() to put targets at the end of the target list, fixing the order in which windows are rendered (nothing else uses this function). 2015-12-17 19:10:31 +13:00
angelosa
40768ae7dd Fixed gfx decoding for Konami GX BIOS [Angelo Salese]
Fixed k055555 write access, fixing Lethal Enforcers 2 text colors properly [Angelo Salese]
2015-12-17 03:53:07 +01:00
briantro
4d649913e0 New Hat Trick Hero '93
New Clone Added
-----------------------------------------------------
Hat Trick Hero '93 (Ver 1.0A 1993/02/28) [Bill D, The Dumping Union]
2015-12-16 19:51:04 -06:00
angelosa
6ef63bc8f3 Minor, nw 2015-12-17 02:00:06 +01:00
angelosa
c73dd3f8ef Fix Racin' Force crash at POST, "fixed" text tilemap offsets, nw 2015-12-17 02:00:04 +01:00
Ville Linde
f5b5f30f9c taitopjc: video updates + 32051 fixes (nw) 2015-12-17 02:58:13 +02:00
angelosa
0bd7d225ff Merge branch 'master' of https://github.com/mamedev/mame 2015-12-17 00:32:26 +01:00
angelosa
031c350d8d k053252: just reset internal screen state when a frequency clock change occurs. [Angelo Salese]
konamigx: bumped legacy SCREEN_SIZE to 1024 x 1024, fixed crash happening with Konami GX BIOS, nw

konamigx: change pixel clock only when intended, nw
2015-12-17 00:31:17 +01:00
Scott Stone
2bc950332d Merge branch 'master' of https://github.com/mamedev/mame 2015-12-16 16:16:14 -05:00
Scott Stone
cab669c5b7 Fix for hp9845c, hp9845t sets adding required I/O ports not found. (nw) 2015-12-16 16:15:35 -05:00
angelosa
3a8ddce4da Silence sound CPU into pitfalling for Konami GX BIOS, nw 2015-12-16 22:00:59 +01:00
angelosa
848751969a Facepalm, nw 2015-12-16 21:26:49 +01:00
Guru
6684713470 fanucspmg.cpp: added preliminary keyboard matrix diagram so it doesn't get lost <nw>
provided by Lord Nightmare (+notes) based on a rough keyboard schematic that I drew up
2015-12-17 01:57:28 +08:00
MetalliC
af6867ea07 useless notes (nw) 2015-12-16 18:35:09 +02:00
Miodrag Milanović
e9198b4e2d Merge pull request #505 from fulivi/hp9845_dev
hp9845b & hphybrid: added missing "override"s
2015-12-16 17:01:39 +01:00
fulivi
fd39d0938c hp9845b & hphybrid: added missing "override"s 2015-12-16 16:03:06 +01:00
Angelo Salese
71cd074dca Minor update to template_readme.txt, nw 2015-12-16 12:14:57 +01:00
balr0g
e9648efd49 Merge branch 'mash/patch-6' 2015-12-15 21:21:16 -05:00
MASH
793aef6039 Replaced strlen(device->shortname())!=0 with device->shortname()[0]!='\0' in info.cpp
Increased listxml output ==> 18%
2015-12-15 21:20:24 -05:00