Commit Graph

47710 Commits

Author SHA1 Message Date
Vas Crabb
c8a5498f9a Merge pull request #1656 from npwoods/dasmstream_apexc
Changed the apexc disassembler to use 'std::ostream &' internally
2016-11-12 17:26:45 +11:00
Vas Crabb
21a225302c Merge pull request #1655 from npwoods/dasmstream_8x300
Changed the 8x300 disassembler to use 'std::ostream &' internally
2016-11-12 17:25:42 +11:00
cracyc
1da229566c vis: some input support (nw) 2016-11-11 22:05:08 -06:00
arbee
08ae0123bb New machines added as NOT_WORKING:
- Televideo TV910 [Al Kossow, R. Belmont]
2016-11-11 22:13:48 -05:00
Brad Hughes
2b6ce2a5c3 Enable sound for UWP (well that was easy) (nw) 2016-11-11 19:03:49 -05:00
R. Belmont
654a2d93b6 Merge pull request #1658 from mamehaze/091116
add the missing rom to the smssgame set [Astroblaster]
2016-11-11 16:01:56 -05:00
R. Belmont
c18affdad8 Merge pull request #1660 from npwoods/imgtool_fix_implicit_partition
[Imgtool] Fixed a recently introduced bug which caused image types that do not support partitions to function incorrectly
2016-11-11 16:00:55 -05:00
Miodrag Milanovic
dbd07cef38 Use true/false if type used is bool (nw) 2016-11-11 20:50:25 +01:00
Miodrag Milanovic
1efccdd38d using of IS_ENABLED in files used in tiny build (nw) 2016-11-11 20:43:19 +01:00
Brad Hughes
2e49823a06 Add basic keyboard input to UWP (nw) 2016-11-11 12:58:41 -05:00
Miodrag Milanovic
c0407f073b Added IS_ENABLED, so we have compiler check for non used part, it is checked but not compiled in (nw)
false and true now used instead of integer where used as bool
2016-11-11 18:50:14 +01:00
Nathan Woods
696b24e24f [Imgtool] Fixed a recently introduced bug which caused image types that do not support partitions to function incorrectly 2016-11-11 12:00:01 -05:00
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
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
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