Commit graph

70847 commits

Author SHA1 Message Date
hap
56263ffa8f don't rely on 1-tab=4-spaces in comments, and cannot put double dash "--" in xml comment (nw) 2020-01-17 23:10:59 +01:00
hap
2d8e236e96 don't rely on 1-tab=4-spaces in comments, and cannot put double dash "--" in xml comment (nw) 2020-01-17 22:58:39 +01:00
yz70s
8988853868 naomigd.cpp: add binary files with serial memories contents (nw) 2020-01-17 18:33:05 +01:00
MetalliC
eb72500269 megadriv.cpp add Mega-CD Japan BIOS ver 1.11 [Fredrik Nyqvist] 2020-01-17 16:46:18 +02:00
MetalliC
270401b53e dead wood (nw) 2020-01-17 15:57:44 +02:00
MetalliC
0ed67c1094 konmedal.cpp misc updates (add hopper, nvram, CCU) 2020-01-17 15:26:44 +02:00
AJR
0c30ac41e6 we32100: Type specifiers cannot be stacked (nw) 2020-01-16 22:59:53 -05:00
David Haywood
e7ebcb5dbf plug and play work (#6176)
* use dump of correct game for pockchalw.xml chukkesr (was previously using duplicate of a different set)

* new NOT WORKING
----
Generations (Retro-Bit) [Porchy]

* (nw)

* new NOT WORKING
---
Tomica Carnavi Drive (Japan) [Sean Riddle, Peter Wilhelmsen, ShouTime]

* fix bgpen (nw)

* new NOT WORKING
----
WiWi 18-in-1 Sports Game [TeamEurope, David Haywood]
TV Virtual Fighter / Free Fight Kung Fu (Conny / Big Ben) [TeamEurope, David Haywood]
2020-01-16 21:10:31 -05:00
ajrhacker
1e8f04c806
Merge pull request #6180 from clawgrip/patch-13
teamjocs.cpp: Rename "Team Jocs" to "Diana Elite" (nw)
2020-01-16 18:55:11 -05:00
ClawGrip
5032abdc08 Rename "teamjocs" -> "diaelite" (nw) 2020-01-16 23:06:09 +01:00
ClawGrip
d156b30332
teamjocs.cpp: TeamJocs is the hardware type, the game is "Diana Elite" (nw)
(nw) See: http://www.recreativas.org/diana-elite-5664-recreativos-presas
2020-01-16 23:02:52 +01:00
couriersud
eb92f5900c netlist: 7493, minor edit. (nw) 2020-01-16 22:43:59 +01:00
couriersud
09f03c4b05 netlist: Fix building with 128bit integers. (nw) 2020-01-16 22:43:23 +01:00
couriersud
804e0e0627 netlist: fix overclocking. (nw) 2020-01-16 22:41:39 +01:00
Robbbert
7898be8408 (nw) Housekeeping. 2020-01-17 08:38:44 +11:00
ajrhacker
adf1c86459
Merge pull request #6179 from clawgrip/patch-12
bandai_design_master.cpp: Missing chars (nw)
2020-01-16 16:03:52 -05:00
ajrhacker
f905d5a4be
Merge pull request #6178 from clawgrip/patch-11
bdesignm_game_cart.xml: Add cart info (nw)
2020-01-16 16:03:32 -05:00
ajrhacker
11e77f5d18
Merge pull request #6177 from clawgrip/patch-10
bdesignm_design_cart.xml: Add cart info (nw)
2020-01-16 16:03:09 -05:00
Ivan Vangelista
13d14f1601 bfm_sc2.cpp: marked gldncrwnhop as not working. It's never really worked since it was added. (nw) 2020-01-16 19:08:35 +01:00
Ivan Vangelista
567d45488c New machines marked as NOT_WORKING
----------------------------------
Team Jocs [Juan Romero, ClawGrip]
2020-01-16 18:54:13 +01:00
Ivan Vangelista
6272fe0942 goldstar.cpp: improvements to wcat3 decryption. Still something important missing, but at least the game seems to work with some prodding (nw) 2020-01-16 18:23:43 +01:00
ClawGrip
8e8eccd2d0
bandai_design_master.cpp: Missing chars (nw) 2020-01-16 15:39:22 +01:00
ClawGrip
f1804e00ab
bdesignm_game_cart.xml: Add cart info (nw) 2020-01-16 15:36:18 +01:00
ClawGrip
02c73bc808
bdesignm_design_cart.xml: Add cart info (nw) 2020-01-16 15:33:46 +01:00
mahlemiut
e7f9e94106 svga_s3,s3virge: make hardware cursor display correctly in 15bpp and 24bpp video modes (nw) 2020-01-16 18:56:21 +13:00
AJR
60145fe3ef bbl380: LCDC type researched (nw) 2020-01-15 18:11:14 -05:00
couriersud
ee9b56d4df stuntcyc: Hook up fixedfreq monitor. [Couriersud] 2020-01-15 21:58:33 +01:00
couriersud
219f4cc5e4 Fix tp1985 video. (nw) 2020-01-15 21:57:11 +01:00
couriersud
83713b0b5d netlist: Increase resolution to 100 pico seconds. [Couriersud]
Increase the time resolution from 1 nano second to 100 pico seconds.
Make sure that icount and netlist internal time are better synched by
tracking the remainder of the division.
Fixed the netlist sound device. There is a one sample overflow every 13
seconds at 48000 Hz due to integer truncation which is now ignored.
Added more doxygen documentation.
2020-01-15 21:41:57 +01:00
couriersud
d070d8ebe6 netlist: move some functions to pmath. (nw) 2020-01-15 21:13:38 +01:00
couriersud
e13f1516fc netlist: Make sure diodes step enough ... [Couriersud]
Long story: The diode model uses log-stepping as proposed in "Circuit
Simulation" (Farid N. Najm) page 183. If the previous voltage was
sufficiently negative the new voltage after a log step could not have
increased enough to alter matrix and rhs vector.
This bug surfaced in stuntcyc video signal mixing which uses a diode for
the composite signal.
2020-01-15 21:09:04 +01:00
ClawGrip
cf24b97012 New machines marked as NOT_WORKING (#6175)
* New machines marked as NOT_WORKING

----------------------------------
Laser Quiz Greece [English Amiga Board]
Odeon Twister (v1.4) [English Amiga Board]
Eldorado (4.2) [English Amiga Board]

* Add 'eldoralg', 'odeontw' and 'lsrquizg'. Rename 'lsrquiz2' to 'lsrquiz2i' (nw)
2020-01-15 13:52:15 -05:00
hap
2b94dad9c3 xtal: add missing xtal (nw) 2020-01-15 17:35:43 +01:00
David Haywood
48f4bb066b Plug and Play work (#6174)
* new NOT WORKING
----
Jara-Ja Land (Japan, home version) [Sean Riddle, Peter Wilhelmsen, ShouTime]

* (nw)

* new NOT WORKING machines
-----
Design Master Denshi Mangajuku [TeamEurope]

note, these use a H8/328 (24kbytes internal ROM, 1kbyte internal ROM) but at least when booting from cart it looks like they're using external mode, with internal ROM disabled, as the 'game' cart ROMs contain boot vectors (the 'design' carts don't, but those are data roms for the game carts)
likely needs a proper H8 type deriving tho.

* (nw)

* (nw)

* (nw)

* (nw)

* (nw)

* closer type (correctly has 1k internal RAM)

* banks are 0x8000 in size (nw)

* (notes)

* (nw)

* subclass (nw)

* (nw)

* (nw)

* ooops (nw)

* improve gcslottv mojuotv
2020-01-15 11:44:15 +01:00
MooglyGuy
11d8d738fe -v6809.cpp: Eliminated MACHINE_RESET_OVERRIDE macro usage. [Ryan Holtz] 2020-01-15 09:45:04 +01:00
MooglyGuy
8f54672223 -ut88.cpp: Eliminated *_OVERRIDE macro usage. [Ryan Holtz] 2020-01-15 09:45:04 +01:00
mahlemiut
599453f6c2 s3virge: get started on BitBLT support, gets Windows 3.1 usable with Virge drivers. [Barry Rodewald] 2020-01-15 21:13:43 +13:00
arbee
2c32f6d68a konmedal: further improved colors for K052109 games (nw) 2020-01-14 23:35:21 -05:00
braintro
0efcf5ec2e cdi.cpp - updates
Decapped and dumped a German i8751 MCU for the Quizard 2 sets [Caps0ff & TeamEurope]
Decapped and dumped an alternate German i8751 MCU for the Quizard 3 sets [TeamEurope]
Decapped and dumped a Czech i8751 MCU for the Quizard 4 sets [Caps0ff & TeamEurope]
2020-01-14 21:56:13 -06:00
arbee
453d68bcf6 konmedal: improved colors for shuriboy, fuusenpn, and mariorou [R. Belmont] 2020-01-14 22:41:17 -05:00
AJR
a488be57b6 cgang: Note (nw) 2020-01-14 20:32:22 -05:00
AJR
9b743e74f6 cgang: Update label (nw) 2020-01-14 20:25:27 -05:00
hap
05f5625366 hh_sm510: add note (nw) 2020-01-14 20:26:33 +01:00
MetalliC
252d64fb33 konmedal.cpp little fix to boot mariorou (nw) 2020-01-14 20:50:00 +02:00
AJR
16b5162af2 vt61_cpu: Some registers for later (nw) 2020-01-14 12:48:10 -05:00
Ivan Vangelista
7b84518047 New clones marked as NOT_WORKING
--------------------------------
Driving Force (Galaxian conversion, Seatongrove UK, E-0237) [Juan Romero, ClawGrip]
2020-01-14 18:32:01 +01:00
Angelo Salese
812f497131
brickzn defaults (nw) 2020-01-14 15:53:05 +01:00
Robbbert
7df59b1998 New software list (jupace_snap) and 5 working games
--------------
Casse Briques
Champs De Mines
Millipede
Pacman
Valkyr
2020-01-14 22:17:46 +11:00
Robbbert
7195a4e29c (nw) jupace_cass: fixed a few more (acestar, adventa, callisto, owler, quickdrp) 2020-01-14 19:55:31 +11:00
Robbbert
56a7c3564e (nw) jupace_cass: fixed 4 more games (ducksht, minefld, othello, zapem) 2020-01-14 18:51:15 +11:00