Commit Graph

47106 Commits

Author SHA1 Message Date
R. Belmont
20d755e3e1 Merge pull request #1515 from FakeShemp/master
Fix errors with new Sega CD softlist
2016-10-15 21:47:25 -04:00
Vas Crabb
b1615d3a00 Merge pull request #1517 from npwoods/coco_use_devfind
[COCO] Changed to use required_ioport_array and optional_ioport
2016-10-16 12:16:42 +11:00
Nathan Woods
015f5375bf Fixed some Doxy comments, and addressed a few nits 2016-10-15 21:12:13 -04:00
Vas Crabb
72c8586e01 Merge pull request #1516 from npwoods/imgtool_use_rvalue_refs_for_streams
[Imgtool] Changed the create/open callbacks to take 'imgtool::stream &&'
2016-10-16 12:02:27 +11:00
Vas Crabb
9b64e87261 Merge pull request #1511 from npwoods/imgtool_partition_stdfunction
[Imgtool] Changed a number of callbacks to be std::function instead of old fashioned function pointers
2016-10-16 11:46:01 +11:00
Vas Crabb
d7b8adf61a Merge pull request #1514 from ajrhacker/hallelujiah
amusco: Major improvements; promoted to WORKING
2016-10-16 11:37:01 +11:00
therealmogminer@gmail.com
294e867760 minor indy_indigo2 cleanup, 12-year-old code written at university is embarrassing 2016-10-16 01:49:07 +02:00
therealmogminer@gmail.com
8682c73305 -Added: Dallas DS1386-8K and DS1386-32K timekeepers (largely untested). [Ryan Holtz] 2016-10-16 01:49:06 +02:00
Nathan Woods
57e3c29dd2 [COCO] Changed to use required_ioport_array and optional_ioport
Also, I added a size() accessor to object_array_finder.  If there is a better way to do this, let me know.
2016-10-15 19:20:29 -04:00
Nathan Woods
039cd619d5 [Imgtool] Fixed a stupid mistake 2016-10-15 18:09:51 -04:00
Nathan Woods
c58b56e0c6 [Imgtool] Changed the create/open callbacks to take 'imgtool::stream &&'
They always took ownership of the stream; this just makes it official.  Because the ownership would only traditionally happen if the open() or create() succeeded, I had to do a clumsy pattern where I call get() at the beginning of the callback to get the stream, but later on release() immediately prior to succeeding.
2016-10-15 17:52:34 -04:00
FakeShemp
b67a2f06ac Fix the errors with the set names. 2016-10-15 22:31:58 +02:00
FakeShemp
3fad928706 Merge remote-tracking branch 'upstream/master' 2016-10-15 21:46:41 +02:00
AJR
52a58b1b0b amusco: Major improvements; promoted to WORKING
- Inputs figured out almost completely
- Add blinking cursor for service mode
- Gross hacks used to get coins working due to broken IRQ timings
- Palette remains in dire need of improvement

Peripheral emulation improvements (nw):
- mc6845: Allow cursor blink state to be read
- pit8253: Eliminate device name from logging messages
2016-10-15 14:46:59 -04:00
yz70s
4d75e88ddd chihiro.cpp: more details about an2131qc pins (nw) 2016-10-15 18:41:22 +02:00
Luca Elia
492571dda5 Fix regression spotted by Tafoid (nw) 2016-10-15 17:18:29 +02:00
Luca Elia
84d8b691c1 New machines marked as NOT_WORKING
----------------------------------
Crazy Dou Di Zhu II [Guru, Dyq, Bnathan]
2016-10-15 12:36:27 +02:00
Vas Crabb
ffc9dbb832 Merge pull request #1512 from CharlesJS/master
Fix typo in 8530scc.cpp
2016-10-15 21:17:32 +11:00
CharlesJS
4eccd938c1 Update 8530scc.cpp 2016-10-15 05:06:43 -05:00
Quench0
ab29018834 s3.cpp: replace sound ROMs with game specific sound dumps [barakandl]
Pinball games in particular: World Cup, Contact, Disco Fever and Phoenix
2016-10-15 15:38:55 +11:00
Nathan Woods
93ddddcae4 [Imgtool] Changed a number of callbacks to be std::function instead of old fashioned function pointers 2016-10-14 21:27:12 -04:00
Vas Crabb
f62e2a136a Merge pull request #1500 from npwoods/imgtool_cplusplus_stream
[Imgtool] More C++-ification (imgtool_stream ==> imgtool::stream)
2016-10-15 11:22:38 +11:00
Nathan Woods
4f280436c7 [Imgtool] Fixed some gnarley formatting in thomson.cpp 2016-10-14 20:14:57 -04:00
Nathan Woods
e77c24ce76 [Imgtool] Changed many 'imgtool::stream *' to 'imgtool::stream &' 2016-10-14 19:55:53 -04:00
therealmogminer@gmail.com
51db7ae0a8 -tranz330: Added clickable artwork. [Ryan Holtz] 2016-10-14 18:16:55 +02:00
MetalliC
8b21c5994e DoA2 notes (nw) 2016-10-14 18:25:55 +03:00
R. Belmont
ff4948e128 Merge pull request #1508 from ajrhacker/input_parens
Parenthesize optional items in input menus
2016-10-14 11:12:22 -04:00
therealmogminer@gmail.com
cb1c18aa0a -tranz330: Added programmer-art layout. [Ryan Holtz] 2016-10-14 16:53:29 +02:00
therealmogminer@gmail.com
732e1945b8 -tranz330: Hooked up inputs. [Ryan Holtz] 2016-10-14 15:12:27 +02:00
Vas Crabb
e701f79c73 Add Burroughs teller terminal skeleton driver 2016-10-14 23:32:14 +11:00
MetalliC
d5b860ba53 New clones added as NOT_WORKING
-------------------------------
Dead Or Alive 2 [defor]

newer original DoA2 revision, have unlocked Tag and Survival game modes like Millennium version, new parent
2016-10-14 15:25:06 +03:00
MetalliC
9b84cebf7d sms.c: small correction to FM change (nw) 2016-10-14 15:00:35 +03:00
mahlemiut
f26e087cf0 invert IRQ signal from RTC (Concurrent DOS 4.1 now boots), add Centronics parallel port. 2016-10-14 19:16:21 +13:00
Robbbert
42f0d8c6da tranz330: this might help... or not (nw) 2016-10-14 13:23:06 +11:00
Robbbert
c90d42da63 rc702: fixed ctc interrupt. 2016-10-14 11:36:55 +11:00
Luca Elia
624315291b New clones marked as NOT_WORKING
--------------------------------
Tarzan Chuang Tian Guan (V109C, set 1) [Guru, Dyq, Bnathan]
2016-10-13 23:59:38 +02:00
Luca Elia
ad6c388f62 mjelctrb dips improvements from Guru (nw) 2016-10-13 23:59:37 +02:00
therealmogminer@gmail.com
bb183c6b11 -Added skeleton driver and basic hookups for VeriFone Tranz 330 point of sale terminal. [Ryan Holtz] 2016-10-13 23:38:32 +02:00
FakeShemp
7de86d001e Dumb space. 2016-10-13 23:16:55 +02:00
FakeShemp
d7d1eb1f49 Fix some annoying formatting. 2016-10-13 23:12:05 +02:00
R. Belmont
6459314e56 Merge pull request #1509 from FakeShemp/master
Update the Sega CD software list.
2016-10-13 16:58:33 -04:00
FakeShemp
7e40a8e39d Fix validation 2016-10-13 22:25:01 +02:00
FakeShemp
34d50edf2c Merge remote-tracking branch 'upstream/master' 2016-10-13 20:26:32 +02:00
R. Belmont
326e4ba64c Merge pull request #1506 from fulivi/hp9845_dev6
Hp9845: added support of I/O cards
2016-10-13 14:05:19 -04:00
R. Belmont
65dc2a8b62 Merge pull request #1507 from mamehaze/071016
NEW WORKING   Ocean to Ocean (Medal) [Joseph, the Game Preservation Society]
2016-10-13 14:03:33 -04:00
AJR
80a5c58c9c Parenthesize optional items in input menus 2016-10-13 12:58:03 -04:00
FakeShemp
8c5680f856 Update the Sega CD software list. 2016-10-13 17:25:24 +02:00
hap
b01c431ac3 fidel*: playmatic side led was wrong (nw) 2016-10-13 15:13:16 +02:00
angelosa
e130a07ce1 MACHINE_UNEMULATED_PROTECTION demotions: (nw)
Atomic Robo-Kid (has random crashes)
Otogizoushi Urashima Mahjong / Mahjong Channel Zoom In / Mahjong Daireikai (unfinished m68k snippets)
Mahjong Kakumei 2 (uses protected RNG)
2016-10-13 15:00:29 +02:00
David Haywood
1213561253 tagged all the decocass.cpp sets as US / Japan based on which bios type they use (A = Japan, B = US/World, they aren't compatible, using the wrong one will give a loading error)
note cbnj is for type B, so was incorrectly tagged as Japan (or has been hacked)
2016-10-13 12:44:11 +01:00