Andreas Naive
e74675225c
Merge pull request #115 from p1pkin/model3#1
...
add Fighting Vipers 2 key
2015-01-24 00:48:25 +01:00
MetalliC
46ab173564
docs (nw)
2015-01-24 01:41:04 +02:00
MetalliC
df05222ddb
Fighting Vipers 2 key
...
using A.Naive's recent brilliant findings
note: it seems old security data feeding routines can be removed from model.c now
2015-01-24 01:34:30 +02:00
Angelo Salese
b05c21dd69
It's a kind of (D)MAgic (sets up basic VRAM)
2015-01-23 23:39:33 +01:00
Angelo Salese
11534b7c9e
Getting palette is always a good start.
2015-01-23 21:42:45 +01:00
Angelo Salese
d3f4613afc
Planning.
2015-01-23 21:23:52 +01:00
mamehaze
38d9129d7f
Merge branch 'master' of https://github.com/mamedev/mame
2015-01-23 19:48:04 +00:00
mamehaze
93e4aac273
keys for spikeout / spikeofe from Metallic
...
(note, didn't make them run in MAME, but I managed to compile SuperModel and extract the data from RAM for key finding)
key finding for dayto2pe has failed, might use unknown key bits.
2015-01-23 19:46:52 +00:00
andreasnaive
33dc76bf99
Partial reverse enginnering of the use of security PIC labels within 315-5881 keys [Andreas Naive]
2015-01-23 20:40:37 +01:00
Angelo Salese
03e3e64461
Prepare for rewrite.
2015-01-23 20:35:04 +01:00
couriersud
b828f37eef
Merge branch 'master' of https://github.com/mamedev/mame.git
2015-01-23 19:54:59 +01:00
couriersud
4a4ae1d5ed
Added a generic module abstraction layer and migrated font modules to
...
use this layer. (nw)
2015-01-23 19:53:42 +01:00
Osso13
ea0ec6567b
dynax, ddenlovr: small cleanups, moved ddenlovr specific variables into ddenlovr_state (nw)
2015-01-23 18:54:07 +01:00
mamehaze
20c32e053f
Emergency Call Ambulance, Daytona USA 2, L.A. Machineguns, Magical Truck Adventure, Virtual On 2 protection keys [Metallic]
2015-01-23 14:58:13 +00:00
mamehaze
5c26b47b1c
add the 5881 to a few things in model3.c so that we're ready for keys when they're figured out (nw)
2015-01-23 14:08:15 +00:00
mamehaze
186e84284c
fix setname conflict when building UME (nw)
2015-01-23 13:51:44 +00:00
andreasnaive
34e78381dd
315-5881_crypt.c: Key scheduling simplifications [Andreas Naive]
2015-01-23 12:41:46 +01:00
andreasnaive
2d38bb00ca
Ocean Hunter key
2015-01-23 10:41:20 +01:00
mamehaze
ce99ab64d1
dirt devils key from metallic, fixes HUD gfx (nw)
2015-01-23 01:09:32 +00:00
Scott Stone
c7fb68f45e
Merge branch 'master' of https://github.com/mamedev/mame
2015-01-22 19:01:15 -05:00
Scott Stone
0b2efb18ed
Added some documentation and confirmations on upgrade kits (nw)
2015-01-22 19:00:20 -05:00
mamehaze
052ad57c3e
reconnect protection in some model3 sets, need to investigate which other ones use it (nw)
2015-01-22 22:55:22 +00:00
Angelo Salese
68c4c45746
New personal branch, for WIP rewrites and other goodies.
2015-01-22 23:45:53 +01:00
mamehaze
01d81b7bca
hooked up the 315-5881 to the vs298 / vs299 sets in model3.c, note this actually *fixes* them, allowing you to kick off, with the old simulation the game would hang (same as with no simulation, so I guess it was hooked up incorrectly?)
2015-01-22 22:36:30 +00:00
mamehaze
38d121129e
kill off old ST-V protection simulation code, all games now use the 315-5881 emulation
...
(except decathlete of course, because that's a completely different chip)
2015-01-22 21:40:10 +00:00
Angelo Salese
9c7dac22d1
Merge branch 'master' of https://github.com/mamedev/mame
2015-01-22 21:06:12 +01:00
Angelo Salese
04c70f10e8
Fixed non-terrain colors in Top Landing (also fixed out-of-bounds palette crash bug in it) [Angelo Salese]
2015-01-22 21:05:15 +01:00
couriersud
af80347955
png2bdc.py: reverted debug changes. (nw)
2015-01-22 20:50:44 +01:00
couriersud
afabf37721
Merge branch 'master' of https://github.com/mamedev/mame.git
2015-01-22 20:49:09 +01:00
couriersud
974bf6697e
png2bdc.py: Converted to python 2.5 syntax. (nw)
2015-01-22 20:48:48 +01:00
David Haywood
27522adfb8
Merge pull request #113 from p1pkin/stv#1
...
protection keys for Elan Doree, Steep Slope Sliders, Radiant Silvergun
2015-01-22 19:34:13 +00:00
MetalliC
51671a28ff
protection keys for Elan Doree, Steep Slope Sliders, Radiant Silvergun
2015-01-22 21:31:21 +02:00
mamehaze
1c50703992
hooked swtrilgy (model 3) to the 5881 decryption function (stream returned matches simulation)
...
(currently unhooks the other games from the sims etc. I'll address this shortly)
2015-01-22 18:57:54 +00:00
David Haywood
04e88850a9
Merge pull request #112 from p1pkin/stv#0
...
Final Fight Revenge promoted to working [MetalliC]
2015-01-22 17:48:03 +00:00
MetalliC
364cb41e63
Final Fight Revenge promoted to working [MetalliC]
2015-01-22 19:41:20 +02:00
mamehaze
5cfdf1333e
dynamcop (model 2) now returns the same values with the key + decryption code as the previous hardcoded returns
...
(strangely I have to return a dummy value of 0x0000 before the start of the stream tho, the old sim did this too, cpu bug??)
2015-01-22 15:46:09 +00:00
mamehaze
5f7e2f4169
prepare model 2 for 315-5881
2015-01-22 15:08:45 +00:00
David Haywood
22721420b3
Merge pull request #111 from p1pkin/naomi#2
...
315-5881 add labels & sort (nw)
2015-01-22 14:34:49 +00:00
MetalliC
ce0d451044
315-5881 add labels & sort
2015-01-22 16:16:17 +02:00
Lord-Nightmare
04bc2ed23e
(MESS) Significant comment updates for the IAI Swyft based on board tracing. [Lord Nightmare, Sandy Bumgarner]
2015-01-22 07:35:22 -05:00
Oliver Stöneberg
d3e10b4347
fixed -fsanitize=null error in address_space::prepare_map() (nw)
...
by Olivier Galibert
2015-01-22 13:27:33 +01:00
mamehaze
d6cbabce5c
fix decompression case for twcup98 title screen (nw)
2015-01-22 10:27:42 +00:00
Alex W. Jackson
8f12e637d4
Remove dead code (nw)
2015-01-22 02:04:01 -05:00
cracyc
8be533956f
i386: store all 32-bits of gdt and idt base with 16-bit sgdt and sidt [nw]
...
---
testing shows lgdt and lidt only load 24-bits
2015-01-21 21:29:15 -06:00
mahlemiut
c6d327f4f3
pc9821ap2: added newly dumped BIOS [caius]
2015-01-22 14:04:55 +13:00
andreasnaive
27ae9b106c
Oops
2015-01-21 22:49:35 +01:00
andreasnaive
33b159c58d
vs298 tag
2015-01-21 22:41:48 +01:00
David Haywood
a6f33bf5a6
Merge pull request #110 from p1pkin/naomi#2
...
update 315-5881 keys
2015-01-21 20:08:00 +00:00
MetalliC
9ad9e0742a
update 315-5881 keys
2015-01-21 21:34:54 +02:00
mamehaze
d0c41baa6a
(nw)
2015-01-21 19:21:00 +00:00