briantro
f318b9efaf
peplus.cpp: Minor clarification (nw)
2017-04-10 20:36:13 -05:00
briantro
26dfbaf79f
peplus.cpp: Documentation updates based on printed IGT materials (nw)
2017-04-10 20:23:24 -05:00
hap
bc5ff51ee6
New working machine added
...
-----------
Fidelity Sensory Chess Challenger 8 [hap, yovan]
2017-04-11 01:17:10 +02:00
AJR
f5fb01e370
srallyc: Hook up 315-5296 I/O on drive board (does nothing yet) (nw)
2017-04-10 17:26:39 -04:00
hap
16a1e4be4f
fidelz80: WIP skeleton driver for Sensory chess challenger 8 (nw)
2017-04-10 23:25:50 +02:00
cracyc
b8e2b24705
i386: add a cpuid supporting 486 (nw)
2017-04-10 14:36:54 -05:00
Mike Naberezny
0e0f3ad6a1
pet_rom.xml: Added KeyChip. [Andy Grady]
2017-04-10 12:23:47 -07:00
cracyc
7c9b346ade
cdrom: translate from 2336 to 2048 (nw)
2017-04-10 13:59:26 -05:00
hap
d67b6a6659
hh_ucom4: add note (nw)
2017-04-10 20:39:58 +02:00
AJR
ab7d37c050
segajw.cpp: Use 315-5296 for I/O
2017-04-10 14:11:14 -04:00
AJR
7330bd8ed9
segaybd.cpp: Read inputs through 315-5296
2017-04-10 13:04:35 -04:00
Ivan Vangelista
9791d2fdb6
asuka.cpp, rabbit.cpp: removed anonymous timers (nw)
2017-04-10 17:59:47 +02:00
Ivan Vangelista
7f63cfec02
flyball.cpp, gaplus.cpp, gcpinbal.cpp: removed anonymous timers (nw)
2017-04-10 17:41:26 +02:00
Ivan Vangelista
50c6a15238
new not working clone
...
-------------------------
Rocky (French speech) [PinMAME]
2017-04-10 17:37:03 +02:00
cracyc
5a764f5697
mtouchxl: cd is detected but t10mmc just spams "CD read error" to the log (nw)
2017-04-10 09:40:29 -05:00
Ivan Vangelista
5671a5eeab
mtouchxl.cpp: fixed compile (nw)
2017-04-10 08:31:03 +02:00
Nathan Woods
2724e69526
Made a number of methods be const correct and static where appropriate
...
Also changed a few methods to return 'bool' when appropriate
2017-04-10 14:13:42 +10:00
cracyc
abedbd9c68
mtouchxl: stuff (nw)
2017-04-09 22:07:38 -05:00
AJR
aea3c79042
model1.cpp: I/O board isn't hooked up yet, but yes, this one is definitely bad (nw)
2017-04-09 21:52:36 -04:00
cracyc
e862e026cb
i386: ignore float exceptions in debugger (nw)
2017-04-09 20:20:43 -05:00
AJR
7471f12d1e
segas24.cpp: Read inputs through 315-5296
2017-04-09 18:08:47 -04:00
couriersud
41b915c712
Minor optimization. (nw)
2017-04-09 23:00:03 +02:00
couriersud
f011567c77
Parametrized device activation in truthtables. (nw)
2017-04-09 23:00:02 +02:00
MetalliC
cfa43e6ae5
chihiro.cpp: converted bad CHD v4 to good v5
2017-04-09 22:42:05 +03:00
AJR
5f29d0b1a3
Fix OS X tools build when MAME_DIR includes spaces (nw)
2017-04-09 10:36:18 -04:00
Robbbert
7f3b803ec1
(nw) Housekeeping
2017-04-10 00:28:21 +10:00
Robbbert
9b178efd2d
(nw) Fixed validation warning.
2017-04-10 00:11:50 +10:00
MetalliC
0a79b58c32
triforce.cpp: converted bad CHD v4 to good v5,
...
one bad dump left, will be redumped for real
2017-04-09 12:12:08 +03:00
Ivan Vangelista
a3083cd361
fixed build (nw)
2017-04-09 08:21:36 +02:00
Justin Kerk
38bd0f153a
New working software list additions
...
-----------------------------------
ibm5150: Prince of Persia v1.0 [ArcadeShadow]
ibm5170: Monkey Island 2: LeChuck's Revenge, Space Quest V: The Next Mutation [ArcadeShadow]
2017-04-08 20:58:58 -07:00
arbee
c63db67fe2
Games added as GAME_NOT_WORKING:
...
Megatouch XL 6000 [R. Belmont, AeroCityMayor, Smitdogg, The Dumping Union]
2017-04-08 23:35:33 -04:00
briantro
0d80b42ea6
meritm.cpp: Minor corrections to Game name & rom name (nw)
2017-04-08 22:06:57 -05:00
Nathan Woods
67da857096
Made a few random methods 'const'
2017-04-09 12:33:22 +10:00
couriersud
a55419d485
Fix VS2015 build. (nw)
2017-04-09 04:25:49 +02:00
couriersud
5a24cab445
More work on 9316. (nw)
2017-04-09 04:25:09 +02:00
couriersud
6e9637196d
Refactored 74715 to one device layout. Removed subdevice. (nw)
2017-04-09 02:42:38 +02:00
couriersud
49d50c3045
Netlist code refactoring:
...
- more use of c++ features
- some CRTP in pfmtlog
- demangled code for truthtables
- use more constexpr
- rewrite main loop
- use default constructors and assignment operators were applicable.
- optimized 7448 and 9316
All of this has decreased startup time by approx. 25% to 30%. Complex
netlists like pong or kidniki are parsed, analyzed and constructed in
around 15 ms. Run performance has increased by about 5%.
All in all not to bad. A game like pong uses a clock of 7 MHz (after
division by 2). Thats 14 MHz clock invocations. Running at over 200%, 28
MHz. On a 3.9 GHz Machine about 140 cycles/clock change.
[Couriersud]
2017-04-09 00:04:10 +02:00
MetalliC
3f9f4eedcf
naomi.cpp: converted remaining bad CHD v4 to good v5,
...
track1 and track2 length was restored based on known now data patterns
2017-04-09 00:31:15 +03:00
npwoods
a334ce66be
Fixed some regressions introduced in my recent refactoring related to software lists ( #2217 )
...
This fixes crashes invoked by the following command lines
mame nes zelda
mame gamate cubeup
These had two independent causes. The first crash was a consequence of open_image_file() doing something inappropriate required by implementations of get_default_card_software(). The second crash was a failure to access image options moved outside the core_options structure.
2017-04-08 22:59:25 +02:00
Rebecca G. Bettencourt
ace3e6b08a
P2 IO port should be optional. My apologies. ( #2216 )
...
Wireless 60 (Jungle Soft / Kids Station Toys Inc) P2 IO port should be optional. My apologies.
2017-04-08 20:20:21 +10:00
Ivan Vangelista
ae13c50eda
sg1000a.cpp: correct year for sderby2. Thanks sjy96525 (nw)
2017-04-08 07:12:31 +02:00
AJR
6a28cbd39e
decocass.cpp: Correct missile colors for Highway Chase and Astro Fantasia
2017-04-08 00:07:25 -04:00
arbee
3c5fe35bb7
otomedius: add on-screen version code displayed (nw)
2017-04-07 22:46:17 -04:00
arbee
311d30941b
New games added as GAME_NOT_WORKING:
...
Police Trainer 2 [R. Belmont, gamerfan, Mr. CAST, Smitdogg, The Dumping Union]
2017-04-07 22:43:04 -04:00
AJR
86171551b7
Fix palette-related regressions in Konami GX games (nw)
2017-04-07 22:11:22 -04:00
limyz
e23dd34558
Fixed gtrfrk6m from booting up due to an incorrect flash card memory size. 32MB works for gtrfrk5m as well. ( #2214 )
2017-04-07 22:12:10 +02:00
Rebecca G. Bettencourt
3a7473a7f4
New working machine added: Wireless 60 (Jungle Soft / Kids Station Toys Inc) ( #2215 )
2017-04-07 22:11:18 +02:00
Ivan Vangelista
199dbb29bc
video/zeus2.cpp: fixed compile (nw)
2017-04-07 18:53:08 +02:00
Ted Green
fb18eff6f9
zeus2: Increase input fifo empty interrupt time and start to use address for quad selection. (nw)
2017-04-07 09:03:08 -06:00
Vas Crabb
832f67108a
whoops (nw)
2017-04-07 14:05:40 +10:00