Commit Graph

56052 Commits

Author SHA1 Message Date
RobertoFresca
969972b210 WMS sets: Added year. 2017-12-26 11:44:44 -03:00
Robbbert
b566e231a2 (nw) Housekeeping. 2017-12-27 01:17:40 +11:00
Robert
f128fba379
Merge pull request #2776 from felipesanches/sagitta180
new non-working driver: Scopus Sagitta 150/180 serial terminal
2017-12-27 01:11:18 +11:00
smf-
b0223ac413 Use dynamic linking for windows SDL builds to workround an error during linking about liblualibs.a being corrupt, which is dependant on the order of the .o files contained within it. [smf] 2017-12-26 11:11:51 +00:00
smf-
68b16a8808 added -lSDL2main to fix linking with gcc 7 [smf] 2017-12-26 11:11:50 +00:00
smf-
f789821121 Added workround for clang static builds and enable them again, don't force -O1 on clang builds. [smf] 2017-12-26 11:11:50 +00:00
Robbbert
57aaf5d463 (nw) Housekeeping. 2017-12-26 19:38:29 +11:00
Ivan Vangelista
d44dfc9f02 new working clones
----------------------------------------------------------------------
Four Trax (Asia) [Arzeno Fabrice, The Dumping Union]
2017-12-26 08:47:55 +01:00
RobertoFresca
42c1af8ad2 Merge branch 'master' of https://github.com/mamedev/mame 2017-12-26 01:04:34 -03:00
RobertoFresca
df485049e1 WMS sets: Last batch of dates. 2017-12-26 01:03:44 -03:00
arbee
64d73e68aa Merge branch 'master' of https://github.com/mamedev/mame 2017-12-25 22:28:14 -05:00
arbee
aadaf0c303 mac: Support for "BootBug" NuBus remote debugger card [Al Kossow, R. Belmont] 2017-12-25 22:27:02 -05:00
RobertoFresca
f81c973833 WMS sets: Second batch of dates. 2017-12-25 23:54:17 -03:00
RobertoFresca
9a05dd1b3c WMS sets: Batch of dates. 2017-12-25 23:31:47 -03:00
RobertoFresca
b552c9b280 WMS sets: These strings are not year. 2017-12-25 23:13:33 -03:00
RobertoFresca
2df8a69445 Cash Crop (Russian): Added notes about date/year. 2017-12-25 22:20:46 -03:00
RobertoFresca
9b8e6512a4 Boom (Russian): Added proper date/year. 2017-12-25 22:01:37 -03:00
RobertoFresca
68a5d56253 Big Tippers (Russian): Added proper date/year. 2017-12-25 21:45:35 -03:00
R. Belmont
32843bba87
Merge pull request #2972 from JoakimLarsson/didact_split
Didact split
2017-12-25 18:57:12 -05:00
smf-
a3c10b5160 gross hack to fix kof10th state save, save_pointer() must be called after the pointer is set & does not cope with it changing. [smf] 2017-12-25 21:28:05 +00:00
Vas Crabb
25ca83503c (nw) we agreed when we loosened the restrictiions on set names that we'd try to keep names within 8 charactes within reason 2017-12-26 04:21:50 +11:00
Joakim Larsson Edstrom
510c302003 didact.cpp: split out of Eseelte 100 computer in its own driver for clarity 2017-12-25 15:50:21 +01:00
MetalliC
779f50511c arm7: revert previous changes, explicit masking and rotating was unneeded (except for POP {Rlist} which is correct),
handle v5 behavior (lsb address bit is ignored in 16bit loads) in arm946es_cpu_device::arm7_cpu_read16 instead,
manually handle v4 and v5 difference for LDRSH signed halfword load.

note: it looks like all? v5 cores ignore least significant address bit during 16bit loads, so we should add something like
virtual uint32_t arm7_cpu_read16(uint32_t addr) override { return base_class::arm7_cpu_read16(addr & ~1)};
into theirs class declaration.
2017-12-25 14:18:56 +02:00
Joakim Larsson Edstrom
3ee933a33e didact.cpp: split out of Candela computers in its own driver for clarity 2017-12-25 11:46:05 +01:00
briantro
cca12e5a32 cave.cpp: Fix typo as pointed out by MASH (nw) 2017-12-25 00:49:45 -06:00
briantro
27d1a2f279 cybstorm.cpp: Fix obvious rom load typo (nw) 2017-12-25 00:31:40 -06:00
Phil Bennett
5e2a848d90 New working machines:
Cyberstorm (prototype) [ShouTime, The Dumping Union, Christophe Marignol, Sean Sutton, gamerfan, Brandon Munger, Renato Mucciarelli, Jan Stuhler, Jeffrey Gray, Aaron Giles, Phil Bennett]
2017-12-24 16:05:12 -08:00
briantro
fc3efc35dd megasys1.cpp: In Your Face is really "North America" (nw)
Peek-A-Boo is also labeled "North America"
2017-12-24 18:00:48 -06:00
briantro
0d22d1f5f1 new clone added - Pretty Soldier Sailor Moon (Ver. 95/03/21)
New Clone Added
-----------------------------------------------
Pretty Soldier Sailor Moon (Ver. 95/03/22, Europe) [rtw, ShouTime, The Dumping Union]
2017-12-24 17:46:53 -06:00
briantro
bc93eebb46 toaplan2.cpp: The second Sorcer Striker really is meant to be for Korea (nw) 2017-12-24 17:31:40 -06:00
smf-
7ad0aa0253 removed space, offset and mem mask from decocomn_device::priority_r (nw) 2017-12-24 21:05:38 +00:00
R. Belmont
0d14133280
Merge pull request #2968 from RalfVB/patch-1
Added 34 entries to cd32
2017-12-24 14:41:42 -05:00
R. Belmont
bfffc50606
Merge pull request #2969 from shattered/_b26597f
tosh1000: hook up NVRAM for CONFIG.SYS storage
2017-12-24 12:04:13 -05:00
Sergey Svishchev
f30785b760 tosh1000: hook up NVRAM for CONFIG.SYS storage (nw) 2017-12-24 18:38:30 +03:00
MetalliC
461268eb72 ARM thumb: v4 is really a bit different in edge cases (nw) 2017-12-24 15:55:45 +02:00
r09
79c2e940c5 fmtowns: fix horizontal wrap for bitmap layers (#2964)
* fmtowns: fix horizontal wrap for bitmap layers

* fmtowns: use lambda expressions to check for wrapping

* return int instead of bool
2017-12-24 08:35:06 -05:00
angelosa
4c6495a254 Mention manufacturer for these two (nw) 2017-12-24 13:24:05 +01:00
angelosa
e894a1f2f5 new software list additions
---------------------------
ibm5170_cdrom:
Bakusou PC Choro Q [Rod_Wod]
Battle BEAT 2000 L.E [Rod_Wod]
Briganty - The Roots of Darkness for Windows [Rod_Wod]
Geo Light Moon [Rod_Wod]
Moon [Rod_Wod]
Saru Suberi [Rod_Wod]
Seraphim Saigo No Tenshi [Rod_Wod]
Silicon Scream [Rod_Wod]
2017-12-24 13:21:52 +01:00
EoceneMiacid
e4d1f16be0
Added 34 entries to cd32
- Arabian Nights [arabian]
- Base Jumpers [basejump]
- Beavers [beavers]
- Benefactor [benefact]
- Black Viper [blkviper]
- Battletoads [btoads]
- Bubba 'N' Stix [bubba]
- Bubble & Squeak [bubblesq]
- Bump 'N Burn [bumpburn]
- Chuck Rock [chuckrck]
- Chuck Rock II - Son of Chuck [chukrck2]
- Darkseed [darkseed]
- Deep Core [deepcore]
- D-Generation [dgen]
- Donk! The Samurai Duck! [donk]
- Dragonstone [dstone]
- Dangerous Streets [dstreets]
- Emerald Mines [emerald]
- Fireforce [fireforc]
- Flink [flink]
- Fly Harder [flyhard]
- Frontier - Elite II [frontier]
- Global Effect [global]
- Gloom [gloom]
- Guardian [guardian]
- International Karate + [ikplus]
- Kid Chaos [kidchaos]
- Marvin's Marvellous Adventure [marvin]
- Myth - History in the Making [myth]
- Naughty Ones [naughty]
- Overkill + Lunar-C [okillunc]
- Quik - the Thunder Rabbit [quik]
- Roadkill [roadkill]
- Skeleton Krew [skelkrew]
2017-12-24 13:08:39 +01:00
MetalliC
f46d7915e3 pgm2.cpp: remove ddpdojh imperfect gfx flag, few notes (nw) 2017-12-24 11:56:44 +02:00
angelosa
18ada53b36 mz2500.xml: Proper name/year/manufacturer for JB Harold Murder Club (nw) 2017-12-24 10:09:33 +01:00
MetalliC
e598882d59 Arm Thumb: same but handle 2 magical ROR cases (nw) 2017-12-24 09:52:58 +02:00
Vas Crabb
25f84e3bf0 srcclean and manual cleanups (nw)
please people, remember to keep source UTF-8 and if you're committing on behalf of others, clean up indents to meet MAME conventions
anyone can run srcclean over a submission and see what will get hit
2017-12-24 15:03:04 +11:00
arbee
ef82d89e3a Revert "ARM Thumb: mask address lsb during 16/32 bit memory access, as per ARMv5/ARM9 behavior."
This reverts commit 1bc2a2ab12.
2017-12-23 22:15:24 -05:00
MetalliC
1bc2a2ab12 ARM Thumb: mask address lsb during 16/32 bit memory access, as per ARMv5/ARM9 behavior.
this needed to be changed or split when we will be emulate ARMv6/ARM11
2017-12-24 01:15:56 +02:00
hap
0e416338c8 New working machines
-----------
Tiger MC Hammer: U Can't Touch This (Tiger handheld) [hap, Sean Riddle]
2017-12-23 23:05:33 +01:00
MetalliC
d615d989a8 get rid of unneeded key (nw) 2017-12-23 22:02:56 +02:00
MetalliC
5da8d17691
Merge pull request #2965 from DavidHaywood/231217
allow ddpdojh to actually run code from ram rather than treating ram as rom (even if the game doesn't actually care)
2017-12-23 21:57:30 +02:00
David Haywood
77ad53c97d allow ddpdojh to actually run code from ram rather than treating ram as rom (even if the game doesn't actually care) 2017-12-23 19:33:07 +00:00
rfka01
507003c56d alphatpx: identified more keys [helwie44], added P30 ROMs and labels [rfka01] (#2950)
* alphatpx: identified more keys [helwie44], added alphatronic P30 ROMs and labels [rfka01]

* alphatpx: more keys identified and cleaner list of keys

* alphatpx: More key assignments, comments

* alphatpx: comments

* alphatpx: comments

* alphatpx: comments

* alphatpx: comments

* alphatpx: comments
2017-12-23 12:26:12 -05:00