briantro
5ce397d045
new clone added - Area 51 / Maximum Force Duo (R3000, 2/02/98)
...
New Clone Added
------------------------------------------------------
Area 51 / Maximum Force Duo (R3000, 2/02/98) [Brian Troha, The Dumping Union]
2017-12-26 16:35:05 -06:00
hap
e473764e04
f8: fix overflow flag problem for ci/cm, rename SET_OC to do_add (nw)
2017-12-26 22:55:12 +01:00
hap
d6112e817e
f8: make it clearer that m_pc(now m_debug_pc) is not related to device emulation (nw)
2017-12-26 21:52:45 +01:00
hap
9fb0c9ad29
f8: change to shorthand variable types (nw)
2017-12-26 21:46:12 +01:00
hap
a4517492e3
f8: move constructor and device/reset to top of file (nw)
2017-12-26 21:36:50 +01:00
smf-
e898042fd7
remove stutter in dump command ascii bytes (nw)
2017-12-26 20:32:54 +00:00
hap
29202d2cf1
f8: change flag helper macros to inline functions, remove some unneeded commentary (nw)
2017-12-26 21:21:32 +01:00
AJR
a72b3e4ae6
Add option to disable saving NVRAM on exit
2017-12-26 14:04:39 -05:00
AJR
a8ba61af02
x2212.cpp: Eliminate alloca (nw)
2017-12-26 13:34:29 -05:00
hap
24b2b16bec
it's VTech (not V-Tech or Vtech), and it's V.Smile(not V-Smile or VSmile) (nw)
2017-12-26 18:39:47 +01:00
smf-
926804b185
abusing include guards is bad mckay (nw)
2017-12-26 17:20:15 +00:00
RobertoFresca
6967defcd0
WMS sets: Added copyright, year and correct description to mame.lst.
2017-12-26 12:01:24 -03:00
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