Commit Graph

47907 Commits

Author SHA1 Message Date
David Haywood
ae3bbe2a8a add the missing rom to the smssgame set [Astroblaster]
note, this is actually quite interesting, this is a 512KB MASK rom, hence why it got missed the first time around.

it actually appears to have been pulled straight from a home Sega Master System mulit-game cartridge and used on the arcade PCB.  The rom contains another copy of the games menu in the first bank, except this copy of the menu has no timer/credit support and only references games in this specific rom.  It is completely ignored by the arcade hardware which uses the game data part of the rom only, never banking this copy of the menu in.

as this almost certainly came straight from a bootleg cartridge, this specific rom could also be added to the softlist with a custom mapper for the banking.
2016-11-11 16:24:38 +00:00
Nathan Woods
2f77abbe78 Changed the ARM disassembler to use 'std::ostream &' internally 2016-11-11 11:24:30 -05:00
cracyc
cef6cd4a25 vis: add yuv compressed mode and correct for interlace (nw)
tv950: attempt to display something (nw)
2016-11-11 09:54:18 -06:00
Nathan Woods
4920af3c21 Changed the arcompact disassembler to use 'std::ostream &' internally
Also added arcompact to unidasm
2016-11-11 10:43:30 -05:00
Miodrag Milanovic
172cadfd3e removed not used macros (nw) 2016-11-11 16:20:19 +01:00
Miodrag Milanovic
8dfbb3e6d1 let osd_process_kill just kill, rest is on osd users, watchdog only in this case (nw) 2016-11-11 16:18:21 +01:00
Miodrag Milanovic
0d87fd7cb8 Small cleanup (nw) 2016-11-11 16:12:02 +01:00
Miodrag Milanovic
7c765ea147 No need for osd_malloc, osd_malloc_array and osd_free (nw)
MALLOC_DEBUG not applicable anymore since we use new to allocate in 99.9% of cases
2016-11-11 16:12:01 +01:00
Miodrag Milanovic
5c0edceec3 clipboard handling for uwp (nw) 2016-11-11 16:12:01 +01:00
Vas Crabb
2918d8def4 abuse of auto is bad, mkay? (nw) 2016-11-12 01:54:29 +11:00
Nathan Woods
d701abe0bc Changed the apexc disassembler to use 'std::ostream &' internally 2016-11-11 09:50:14 -05:00
Nathan Woods
bae27af7e5 Changed the 8x300 disassembler to use 'std::ostream &' internally 2016-11-11 09:41:28 -05:00
Curt Coder
29f7411f49 pofo: IINT is an output, not an input. (nw) 2016-11-11 15:54:47 +02:00
Miodrag Milanovic
f3b21bd04e simplified memory allocation for osd_module (nw) 2016-11-11 14:03:22 +01:00
Miodrag Milanovic
a9d260cf14 Fixed USE_DISPATCH_GL compile, seams no-one is actually using it since it is broken for a while (nw) 2016-11-11 12:27:44 +01:00
Miodrag Milanovic
d8bf7a88e8 MALLOC_DEBUG part is not able to compile on UWP (nw) 2016-11-11 10:11:16 +01:00
Miodrag Milanovic
dac02ddf8e Cleanup (nw) 2016-11-11 09:50:32 +01:00
Miodrag Milanovic
46fa51e60e move asset files to proper place 2016-11-11 09:43:42 +01:00
Robert
b76ee2bbad Merge pull request #1653 from ajrhacker/osd_input_fix
Unbreak non-Windows builds yet again (nw)
2016-11-11 13:41:45 +11:00
AJR
2d969228c6 Unbreak non-Windows builds yet again (nw) 2016-11-10 20:59:00 -05:00
Brad Hughes
477e47ee5f More UWP work - the UI actually renders (nw) 2016-11-10 18:58:22 -05:00
Brad Hughes
bcabf45f08 UWP builds again but by no means working (nw) 2016-11-10 16:26:05 -05:00
Miodrag Milanovic
0f877e08b3 Fixed android build (nw) 2016-11-10 19:14:44 +01:00
Miodrag Milanovic
8d719a4df4 put link to removed version (nw) 2016-11-10 19:02:50 +01:00
Miodrag Milanovic
6199bac4ff removed not used file (nw) 2016-11-10 18:54:47 +01:00
smf-
677ec78eb5 Implemented G-NET bios flashing, games that require the v2 bios now require you to update
the bios and turn off JP1 as part of the installation. A v1 bios flash is included, but
you aren't forced to use it. [smf]

Moved G-NET protection out of ATAFLASH and into individual devices for each type of card [smf]

Implemented enough analogue control reading on ZN1/ZN2 for RC De Go & Go By RC [smf]

Fixed ZN1/ZN2 DSW descriptions [smf]

Added build dates and times to G-NET game descriptions [smf]

New machines added or promoted from NOT_WORKING status
------------------------------------------------------

Shikigami no Shiro - internal build (V1.02J 2001/09/27 18:45) [rtw, ShouTime, smf, O.Galibert]
Go By RC (V2.03O 1999/05/25 13:31) [smf]
RC De Go (V2.03J 1999/05/22 19:29) [smf]
2016-11-10 14:32:51 +00:00
smf-
9ff288b3ad removed another root_device/driver_device dependency (nw) 2016-11-10 14:32:51 +00:00
Miodrag Milanovic
9c364cdfa9 Adding video and window code to UWP(nw) 2016-11-10 14:53:56 +01:00
Miodrag Milanovic
a18497e7a2 Some more work on UWP (nw) 2016-11-10 13:13:51 +01:00
Olivier Galibert
9d18411999 general: Don't attach memory maps to driver_device [O. Galibert] 2016-11-10 11:13:17 +01:00
Olivier Galibert
762b6b9793 addrmem: Obvious renames and helpers [O. Galibert] 2016-11-10 10:06:40 +01:00
Olivier Galibert
b8d8a89812 addrmap: Dotify [O. Galibert] 2016-11-10 09:22:06 +01:00
Olivier Galibert
1333280f8a addrmap: Stream it [O. Galibert] 2016-11-10 09:22:06 +01:00
mahlemiut
6a4e6097ad octopus: add blink and underline attributes 2016-11-10 13:25:55 +13:00
R. Belmont
20d8b6aec4 Merge pull request #1651 from ajrhacker/osd_uwp_fix
Fix builds without OSD_UWP (nw)
2016-11-09 15:31:25 -05:00
cracyc
101c667961 plugins/data: fix index (nw) 2016-11-09 14:20:15 -06:00
AJR
f2242fea78 Fix builds without OSD_UWP (nw) 2016-11-09 14:16:02 -05:00
Miodrag Milanović
31efff1eff Merge pull request #1643 from ajrhacker/sdgndmps_dsw
sdgndmps: Add DIP SW names and locations (verified from manual)
2016-11-09 18:48:16 +01:00
Miodrag Milanović
40fde0ae03 Merge pull request #1645 from rfka01/master
Added hardware info for the PG 675
2016-11-09 18:47:38 +01:00
Miodrag Milanović
65d1521e14 Merge pull request #1646 from ajrhacker/amusco_i8155
amusco: Identify and hook up 8155 interface chips for LPT & RTC
2016-11-09 18:47:17 +01:00
Miodrag Milanović
70e13a359a Merge pull request #1649 from ajrhacker/i8279_a0
i8279: Unify read/write handlers for standard A0-to-A0 hookup (nw)
2016-11-09 18:44:02 +01:00
Olivier Galibert
bb7dc53d0a addrmap: Change setters into passthroughs [O. Galibert] 2016-11-09 16:25:43 +01:00
Miodrag Milanovic
cddd8bbe7a Add more UWP support (nw) 2016-11-09 15:44:44 +01:00
cracyc
f9f30e95ef plugins/data: store data in database (nw) 2016-11-09 08:28:37 -06:00
Olivier Galibert
37e5d22fe4 addrmap: Simplify constructor, thanks Micko [O. Galibert] 2016-11-09 15:16:37 +01:00
Miodrag Milanovic
0d1f5b6be4 Make 3rdparty compile for UWP and start adding new OSD for UWP based on previous Brad work (nw) 2016-11-09 14:53:19 +01:00
Olivier Galibert
5799b36a3a addrmap: De-hand-templatize address_map_entry, remove then unneeded entry parameter [O. Galibert] 2016-11-09 14:20:11 +01:00
Olivier Galibert
8536c82ba1 addrmap: Remove device parameter [O. Galibert] 2016-11-09 12:27:40 +01:00
briantro
1d8fcc8a1e New 1945k III clone
New Clone Added
------------------------------------------------
1945k III (newer, OPCX1 PCB) [ShouTime, The Dumping Union]
2016-11-08 20:14:51 -06:00
angelosa
338fb8b184 Nuke debug message (nw) 2016-11-08 22:30:04 +01:00