Commit Graph

47115 Commits

Author SHA1 Message Date
FakeShemp
7bd0dc5013 Add one back. 2016-10-16 20:46:47 +02:00
FakeShemp
4481b33975 Remove remaining faulty sha1 to mark them. 2016-10-16 19:56:25 +02:00
FakeShemp
022430913c Fix most of the faulty sha1. 2016-10-16 19:25:13 +02:00
FakeShemp
7808cdaec7 Fix hashes for TruRip dumps. 2016-10-16 15:17:05 +02:00
Vas Crabb
cdec25b5b6 Merge pull request #1519 from 0-wiz-0/master
Fix typo in setlist sha1.
2016-10-16 16:20:54 +11:00
Thomas Klausner
9586aefe37 Fix typo in setlist sha1. 2016-10-16 07:11:24 +02:00
Vas Crabb
1e5345cb03 Merge pull request #1518 from ajrhacker/amusco_1987
amusco: Minor changes (nw)
2016-10-16 14:31:02 +11:00
AJR
c64df17280 amusco: Minor changes (nw)
- RTC writes now actually go through, so the game will remain stuck in 1987 until the date is changed
- Add the new machine flag for the unemulated printer
- Remove MSM5832 device name from logging messages
2016-10-15 23:18:48 -04:00
arbee
7892a9536d es5506.cpp fixes: [Christian Brunschen]
- Fixed readback of global registers when the current page was in a certain range
- Real h/w does run the voice for a zero-length loop and the synths rely on it

These changes fix the playback of "Transwaves" on the VFX and SD-series synths.
2016-10-15 21:53:04 -04:00
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