Commit Graph

45295 Commits

Author SHA1 Message Date
Robbbert
9abf3df2a6 New NOT WORKING machine [Robbbert]
==================================
Datamax 8000

placeholder for next dev cycle.
2016-07-24 14:12:14 +10:00
RobertoFresca
b04e62e2af Flaming 7's, original custom hardware: Added tech notes, comments
and instructions to boot the machine for first time. [Roberto Fresca]
2016-07-24 00:57:21 -03:00
RobertoFresca
7631ff8b0d Flaming 7's, original custom hardware: Reverse-engineer protection
to bypass the requested serial number. The iButton device still
needs to be hooked. Promoted these games to working with their
correspondent flags. [Roberto Fresca]

New machines added or promoted from NOT_WORKING status
------------------------------------------------------
Flaming 7 (Custom Hardware, Main, 50 Bonus) [Roberto Fresca]
Flaming 7 (Custom Hardware, Main, 500 Bonus) [Roberto Fresca]
Flaming 7 (Custom Hardware, Main, 2000 Bonus) [Roberto Fresca]
Flaming 7 (Custom Hardware, Egyptian Gold, 2000 Bonus) [Roberto Fresca]
2016-07-24 00:48:11 -03:00
RobertoFresca
1d7043cbc7 TIA-MC1: Added the undumped bipolar PROMs entries (as NO_DUMP) to the ROM loads. 2016-07-23 23:07:56 -03:00
RobertoFresca
8eb368d50f Merge branch 'master' of https://github.com/mamedev/mame 2016-07-23 22:51:10 -03:00
RobertoFresca
eb843cc1d2 Fix typo... 2016-07-23 22:50:32 -03:00
Robbbert
491764ed2e GAMATE: Added hot hero [Peter Wilhelmsen] 2016-07-24 11:44:20 +10:00
briantro
cb8c13000b othunder.cpp: Correct Cut-n-paste company error - NW 2016-07-23 18:24:49 -05:00
briantro
4dd8cf9408 New Operation Thunderbolt clone
New Clone Added
---------------------------------------------
Operation Thunderbolt (World, rev 1) [Muddymusic, The Dumping Union]
2016-07-23 18:19:24 -05:00
yz70s
6a338ae912 chihiro.cpp: time for an2131sc, placeholders for all its usb commands (nw) 2016-07-23 23:19:00 +02:00
cracyc
2dc4768386 tv990: WIP (nw)
i286: hlt requires CPL == 0 independent of IOPL (nice job intel) (nw)
2016-07-23 12:42:18 -05:00
Miodrag Milanovic
0a95a35f0d compile fix (nw) 2016-07-23 19:14:45 +02:00
Miodrag Milanović
6a37a47889 Merge pull request #1136 from npwoods/move_hash_into_util
Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced into util::
2016-07-23 19:04:30 +02:00
Nathan Woods
4aa0ab1724 Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and hashing.[cpp|h]) into util:: 2016-07-23 12:49:33 -04:00
Miodrag Milanovic
38e8953add try one old good fix (nw) 2016-07-23 18:48:41 +02:00
Miodrag Milanovic
17080e6959 Revert "fix building with gcc 6.1.0 by making it consistent with other source files. (nw)"
This reverts commit 4423c242a6.
2016-07-23 18:47:39 +02:00
smf-
4423c242a6 fix building with gcc 6.1.0 by making it consistent with other source files. (nw) 2016-07-23 16:18:34 +01:00
Dirk Best
a2189e47d4 input_merger: Change license to BSD-3 2016-07-23 15:57:39 +02:00
Dirk Best
fa44864f5a Update apricotf driver to use new input merger device as example 2016-07-23 15:33:18 +02:00
Dirk Best
6b70c2a0e8 Add a device as proof of concept which merges several input lines into a common output line, supporting both active high and active low inputs 2016-07-23 15:33:15 +02:00
Vas Crabb
ac9001694f Merge pull request #1127 from wallyweek/wallyweek
Updated *nix man pages.
2016-07-23 23:21:05 +10:00
Vas Crabb
fe956e9aa9 Merge pull request #1131 from npwoods/consolidate_call_softlist_load
Consolidated implementations of device_image_interface::call_softlist_load()
2016-07-23 23:18:50 +10:00
Vas Crabb
b1b8bf3bdf Merge pull request #1132 from MooglyGuy/master
Remove needless timekeeper init in sun4
2016-07-23 23:12:49 +10:00
Nathan Woods
e45d316bc9 Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from 'software_list_loader' 2016-07-23 09:10:14 -04:00
S.Z
4b484b7edb Merge pull request #1135 from MASHinfo/patch-8
Fixed arcade only build
2016-07-23 12:54:48 +02:00
MetalliC
42390411ef tiamc1 docs (nw) 2016-07-23 13:52:55 +03:00
mahlemiut
95d4f4d4be amstrad: allow any value for the last byte in Plus ASIC unlock sequence 2016-07-23 22:51:41 +12:00
MASH
79ca52d2e2 Fixed arcade only build
Fixed "undefined reference to 'SUNKBD_PORT'.." in arcade only build.
2016-07-23 11:43:25 +01:00
Miodrag Milanovic
52f5d4d0c1 This part was not meant to be commited (nw) 2016-07-23 11:30:30 +02:00
Miodrag Milanovic
d6179859ad Fix order of evaluation making imgui debugger not fail on starting without driver selected (nw) 2016-07-23 11:26:09 +02:00
Miodrag Milanovic
b2ebca6189 prevent crashing (nw) 2016-07-23 11:10:17 +02:00
Miodrag Milanovic
a9e89e4f17 Fixed separate compile of drivers using sharc/ADSP21062 cpu (nw) 2016-07-23 11:10:17 +02:00
Vas Crabb
820e0ba0ee sun keyboard: add Type 5 Japan option type5jphle 2016-07-23 15:20:00 +10:00
Vas Crabb
04b1f207e1 sun keyboard improvements: [Vas Crabb]
* Add diagram for Type 5 International layout
* Make AltGr work at least some of the time in natural keyboard mode
* Add Type 5 Swedish keyboard option type5sehle
* Rename type5ukhle to type5gbhle
* Remove less useful constructors
2016-07-23 14:32:42 +10:00
mahlemiut
4cf4777a5d amstrad: fix undocumented mode 3. [Barry Rodewald] 2016-07-23 14:14:36 +12:00
Vas Crabb
cb55d2196f Merge pull request #1134 from JoakimLarsson/sccbug_hk6810
Verified correct SCC clock, which with latest SCC device driver updat…
2016-07-23 10:32:41 +10:00
Joakim Larsson Edstrom
8f7e820f02 Verified correct SCC clock, which with latest SCC device driver updates works correctly 2016-07-23 01:49:13 +02:00
therealmogminer@gmail.com
197d01d385 Merge remote-tracking branch 'mainline/master' 2016-07-23 00:38:56 +02:00
Nigel Barnes
5ed2fafba4 bbc: reinstated interrupt trampolines (nw) 2016-07-22 19:15:33 +01:00
Nigel Barnes
775b9ed3cd atom: added more utility roms to softlist 2016-07-22 19:15:33 +01:00
Nigel Barnes
2689c2ee66 Fixed MT #06313 2016-07-22 19:15:33 +01:00
Nigel Barnes
69f637b4ea Fixed MT #06312 2016-07-22 19:15:33 +01:00
Nigel Barnes
85f66cc559 e01: reinstated irq trampolines (nw) 2016-07-22 19:15:33 +01:00
Nigel Barnes
32dbd2e277 Fixed MT #06311 2016-07-22 19:15:33 +01:00
Vas Crabb
7f95816215 sun keyboard: add type5ukhle option, fix shift with -natural (not 100% reliable) [Vas Crabb] 2016-07-23 02:54:28 +10:00
Vas Crabb
99aaa2be08 sun keyboard: start with LEDs off (nw) 2016-07-23 00:37:20 +10:00
Vas Crabb
5521cc5fc1 Merge pull request #1133 from npwoods/softlist_stdfind
Added a usage of std::find_if() in softlist
2016-07-23 00:12:43 +10:00
bmcphail
3417e02d26 Operation Wolf - fixed bug in 68K->c-chip simulation that could lead to level 2 boss not appearing after first run 2016-07-22 09:53:36 -04:00
Nathan Woods
87d53be505 Added a usage of std::find_if() in softlist 2016-07-22 07:51:56 -04:00
hap
c912765d78 seibuspi: ejsakura multiplexed inputs reading more accurate 2016-07-22 11:56:40 +02:00