Note Feed

Note: GitHub retired the SVN interface on January 8, 2024.

Previous 50 199869 Revisions Next 50

r35433 Friday 23rd January, 2015 at 14:58:13 UTC by David Haywood
 Emergency Call Ambulance, Daytona USA 2, L.A. Machineguns, Magical Truck Adventure, Virtual On 2 protection keys [Metallic]
[/branches/kale/src/mame/machine]315-5881_helper.c

r35432 Friday 23rd January, 2015 at 14:08:15 UTC by David Haywood
add the 5881 to a few things in model3.c so that we're ready for keys when they're figured out (nw)
[/branches/kale/src/mame/drivers]model3.c
[/branches/kale/src/mame/includes]model3.h
[/branches/kale/src/mame/machine]315-5881_helper.c

r35431 Friday 23rd January, 2015 at 13:51:44 UTC by David Haywood
fix setname conflict when building UME (nw)
[/branches/kale/src/mame]mame.lst
[/branches/kale/src/mame/drivers]st_mp200.c

r35430 Friday 23rd January, 2015 at 11:41:46 UTC by Andreas Naive
315-5881_crypt.c: Key scheduling simplifications [Andreas Naive]
[/branches/kale/src/mame/machine]315-5881_crypt.c 315-5881_crypt.h

r35429 Friday 23rd January, 2015 at 09:41:20 UTC by Andreas Naive
Ocean Hunter key
[/branches/kale/src/mame/machine]315-5881_helper.c

r35428 Friday 23rd January, 2015 at 01:09:32 UTC by David Haywood
dirt devils key from metallic, fixes HUD gfx (nw)
[/branches/kale/src/mame/machine]315-5881_helper.c

r35427 Friday 23rd January, 2015 at 00:01:15 UTC by Scott Stone
Merge branch 'master' of https://github.com/mamedev/mame
[/branches/kale/src/mame/drivers]dkong.c

r35426 Thursday 22nd January, 2015 at 22:55:22 UTC by David Haywood
reconnect protection in some model3 sets, need to investigate which other ones use it (nw)
[/branches/kale/src/mame/drivers]dkong.c model3.c
[/branches/kale/src/mame/machine]315-5881_helper.c

r35425 Friday 23rd January, 2015 at 00:00:20 UTC by Scott Stone
Added some documentation and confirmations on upgrade kits (nw)
[/branches/kale/src/mame/drivers]dkong.c

r35424 Thursday 22nd January, 2015 at 22:36:30 UTC by David Haywood
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?)
[/branches/kale/src/mame/drivers]model3.c
[/branches/kale/src/mame/includes]model3.h
[/branches/kale/src/mame/machine]315-5881_helper.c

r35423 Thursday 22nd January, 2015 at 21:40:10 UTC by David Haywood
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)
[/branches/kale/src/mame/drivers]stv.c
[/branches/kale/src/mame/includes]stv.h
[/branches/kale/src/mame/machine]stvprot.c

r35422 Thursday 22nd January, 2015 at 20:06:12 UTC by Angelo Salese
Merge branch 'master' of https://github.com/mamedev/mame
[/branches/kale/src/build]png2bdc.py
[/branches/kale/src/mame/drivers]model2.c model3.c stv.c
[/branches/kale/src/mame/includes]model3.h
[/branches/kale/src/mame/machine]315-5881_helper.c

r35421 Thursday 22nd January, 2015 at 20:05:15 UTC by Angelo Salese
Fixed non-terrain colors in Top Landing (also fixed out-of-bounds palette crash bug in it) [Angelo Salese]
[/branches/kale/src/build]png2bdc.py
[/branches/kale/src/mame/drivers]model2.c model3.c stv.c
[/branches/kale/src/mame/includes]model3.h
[/branches/kale/src/mame/machine]315-5881_helper.c
[/branches/kale/src/mame/video]taitoair.c
[/branches/kale/src/osd]osdepend.h
[/branches/kale/src/osd/modules]osdmodule.c osdmodule.h
[/branches/kale/src/osd/modules/font]font_module.h font_none.c font_osx.c font_sdl.c font_unix.c* font_windows.c
[/branches/kale/src/osd/modules/lib]osdobj_common.c osdobj_common.h
[/branches/kale/src/osd/sdl]main.c osdsdl.h sdl.mak sdlmain.c strconv.h
[/branches/kale/src/osd/windows]main.c netdev_pcap.h strconv.h windows.mak

r35420 Friday 23rd January, 2015 at 18:53:42 UTC by Couriersud
Added a generic module abstraction layer and migrated font modules to
use this layer. (nw)
[/branches/kale/src/osd]osdepend.h
[/branches/kale/src/osd/modules]osdmodule.c* osdmodule.h*
[/branches/kale/src/osd/modules/font]font_module.h* font_none.c font_osx.c font_sdl.c* font_unix.c font_windows.c
[/branches/kale/src/osd/modules/lib]osdobj_common.c osdobj_common.h
[/branches/kale/src/osd/sdl]main.c osdsdl.h sdl.mak sdlmain.c strconv.h
[/branches/kale/src/osd/windows]main.c netdev_pcap.h strconv.h windows.mak

r35419 Thursday 22nd January, 2015 at 19:50:44 UTC by Couriersud
png2bdc.py: reverted debug changes. (nw)
[/branches/kale/src/build]png2bdc.py

r35418 Thursday 22nd January, 2015 at 19:49:09 UTC by Couriersud
Merge branch 'master' of https://github.com/mamedev/mame.git
[/branches/kale/src/build]png2bdc.py

r35417 Thursday 22nd January, 2015 at 19:34:13 UTC by David Haywood
Merge pull request #113 from p1pkin/stv#1

protection keys for Elan Doree, Steep Slope Sliders, Radiant Silvergun
[/branches/kale/src/mame/drivers]model2.c model3.c
[/branches/kale/src/mame/includes]model3.h
[/branches/kale/src/mame/machine]315-5881_helper.c

r35416 Thursday 22nd January, 2015 at 19:31:21 UTC by MetalliC
protection keys for Elan Doree, Steep Slope Sliders, Radiant Silvergun
[/branches/kale/src/mame/drivers]model2.c model3.c stv.c
[/branches/kale/src/mame/includes]model3.h
[/branches/kale/src/mame/machine]315-5881_helper.c

r35415 Thursday 22nd January, 2015 at 18:57:54 UTC by David Haywood
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)
[/branches/kale/src/build]png2bdc.py
[/branches/kale/src/mame/drivers]model2.c model3.c
[/branches/kale/src/mame/includes]model3.h
[/branches/kale/src/mame/machine]315-5881_helper.c

r35414 Thursday 22nd January, 2015 at 19:48:48 UTC by Couriersud
png2bdc.py: Converted to python 2.5 syntax. (nw)
[/branches/kale/src/build]png2bdc.py

r35413 Thursday 22nd January, 2015 at 17:48:03 UTC by David Haywood
Merge pull request #112 from p1pkin/stv#0

Final Fight Revenge promoted to working [MetalliC]

r35412 Thursday 22nd January, 2015 at 17:41:20 UTC by MetalliC
Final Fight Revenge promoted to working [MetalliC]
[/branches/kale/src/mame/drivers]stv.c
[/branches/kale/src/mame/machine]315-5881_helper.c

r35411 Thursday 22nd January, 2015 at 15:46:09 UTC by David Haywood
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??)
[/branches/kale/src/mame/drivers]model2.c
[/branches/kale/src/mame/includes]model2.h

r35410 Thursday 22nd January, 2015 at 15:08:45 UTC by David Haywood
prepare model 2 for 315-5881
[/branches/kale/src/mame/drivers]model2.c
[/branches/kale/src/mame/includes]model2.h
[/branches/kale/src/mame/machine]315-5881_helper.c

r35409 Thursday 22nd January, 2015 at 14:34:49 UTC by David Haywood
Merge pull request #111 from p1pkin/naomi#2

315-5881 add labels & sort (nw)

r35408 Thursday 22nd January, 2015 at 14:16:17 UTC by MetalliC
315-5881 add labels & sort
[/branches/kale/src/mame/drivers]naomi.c
[/branches/kale/src/mame/machine]315-5881_helper.c

r35407 Thursday 22nd January, 2015 at 12:35:22 UTC by Jonathan Gevaryahu
(MESS) Significant comment updates for the IAI Swyft based on board tracing. [Lord Nightmare, Sandy Bumgarner]
[/branches/kale/src/mess/drivers]cat.c

r35406 Thursday 22nd January, 2015 at 12:27:33 UTC by Oliver Stöneberg
fixed -fsanitize=null error in address_space::prepare_map() (nw)

by Olivier Galibert
[/branches/kale/src/emu]memory.c

r35405 Thursday 22nd January, 2015 at 10:27:42 UTC by David Haywood
fix decompression case for twcup98 title screen (nw)
[/branches/kale/src/mame/machine]315-5881_crypt.c 315-5881_crypt.h

r35404 Thursday 22nd January, 2015 at 07:04:01 UTC by Alex W. Jackson
Remove dead code (nw)
[/branches/kale/src/mame/video]pc080sn.c tc0080vco.c tc0480scp.c wgp.c

r35403 Thursday 22nd January, 2015 at 03:29:15 UTC by Carl
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
[/branches/kale/src/emu/cpu/i386]i386op16.inc

r35402 Thursday 22nd January, 2015 at 01:04:55 UTC by Barry Rodewald
pc9821ap2: added newly dumped BIOS [caius]
[/branches/kale/src/mess/drivers]pc9801.c

r35401 Wednesday 21st January, 2015 at 21:49:35 UTC by Andreas Naive
Oops
[/branches/kale/src/mame/machine]315-5881_helper.c

r35400 Wednesday 21st January, 2015 at 21:41:48 UTC by Andreas Naive
vs298 tag
[/branches/kale/src/mame/machine]315-5881_helper.c

r35399 Wednesday 21st January, 2015 at 20:08:00 UTC by David Haywood
Merge pull request #110 from p1pkin/naomi#2

update 315-5881 keys
[/branches/kale/src/mame/machine]315-5881_crypt.c 315-5881_crypt.h

r35398 Wednesday 21st January, 2015 at 19:34:54 UTC by MetalliC
update 315-5881 keys
[/branches/kale/src/mame/machine]315-5881_crypt.c 315-5881_crypt.h 315-5881_helper.c

r35397 Wednesday 21st January, 2015 at 19:21:00 UTC by David Haywood
(nw)
[/branches/kale/src/mame/machine]315-5881_crypt.c 315-5881_crypt.h

r35396 Wednesday 21st January, 2015 at 18:08:23 UTC by Osso
fixed compile (nw)
[/branches/kale/src/osd/windows]vconv.c

r35395 Wednesday 21st January, 2015 at 17:53:27 UTC by David Haywood
misc 315-5881 (nw)
[/branches/kale/src/mame/machine]315-5881_crypt.c 315-5881_crypt.h 315-5881_helper.c

r35394 Wednesday 21st January, 2015 at 15:19:35 UTC by David Haywood
fix c+p (nw)
[/branches/kale/src/mame/drivers]naomi.c

r35393 Wednesday 21st January, 2015 at 15:12:34 UTC by David Haywood
Merge branches 'master' and 'master' of https://github.com/mamedev/mame
[/branches/kale/src/mame]mame.mak
[/branches/kale/src/mame/drivers]hikaru.c naomi.c
[/branches/kale/src/mame/machine]315-5881_crypt.h 315-5881_helper.c* 315-5881_helper.h* naomicrypt.c naomicrypt.h naomim2.c naomim2.h stvprot.c

r35392 Wednesday 21st January, 2015 at 15:10:17 UTC by Oliver Stöneberg
vconv: documented all disabled warnings / added VS2013 define (nw)

also removed some warnings, that don't happen anymore and don't like
like they should be disabled
[/branches/kale/src/mame]mame.mak
[/branches/kale/src/mame/drivers]hikaru.c naomi.c
[/branches/kale/src/mame/machine]315-5881_crypt.h 315-5881_helper.c 315-5881_helper.h naomicrypt.c naomicrypt.h naomim2.c naomim2.h stvprot.c
[/branches/kale/src/osd/windows]vconv.c

r35391 Wednesday 21st January, 2015 at 15:12:09 UTC by David Haywood
let's maintain the '315-5881- keys in 'machine/315-5881_helper.c' until the key format is finalized
as things stand the entire set of keys is of arbitrary bit order / poliarity / number of bits and just based on how our implementation works, storing them in files just means a lot of files have to be regenerated each time our understanding changes.

I've left placeholder ROM_LOADs (with invalid crc/sha1s, compiled out) for placing the keys back once the format IS final.

The list in 315-5881_helper.c needs updating / syncing with current knowledge, would appreciate somebody doing this.

I'm going to see if I can see where / how the chip hooks up on Model 2 and Model 3, and if we can pass those checks with our current code.
[/branches/kale/src/mame]mame.mak
[/branches/kale/src/mame/drivers]hikaru.c naomi.c
[/branches/kale/src/mame/machine]315-5881_crypt.h 315-5881_helper.c* 315-5881_helper.h* naomicrypt.c naomicrypt.h naomim2.c naomim2.h stvprot.c

r35390 Wednesday 21st January, 2015 at 04:16:17 UTC by Stiletto
Minor comment fixes (nw)

Minor comment fixes (nw)
[/branches/kale/src/mame/drivers]taitottl.c

r35389 Wednesday 21st January, 2015 at 00:49:04 UTC by Robbbert
(MESS) excali64: switched over to the new fdc, it works (nw)
Also patched out the protection.
For reasons not yet understood, driver speed has gone from 500% to 20%.
[/branches/kale/src/mess/drivers]excali64.c

r35388 Tuesday 20th January, 2015 at 23:38:57 UTC by Robbbert
Merge branch 'master' of https://github.com/mamedev/mame
[/branches/kale/src/mame/drivers]exidy.c

r35387 Tuesday 20th January, 2015 at 22:30:53 UTC by Andreas Naive
Two new key bits for SEGA's 315-5881 encryption
[/branches/kale/src/mame/drivers]exidy.c
[/branches/kale/src/mame/machine]315-5881_crypt.c 315-5881_crypt.h

r35386 Tuesday 20th January, 2015 at 23:35:19 UTC by Robbbert
fixed compile error (nw)
[/branches/kale/src/mame/drivers]exidy.c

r35385 Tuesday 20th January, 2015 at 18:39:00 UTC by Osso
exidy.c: try to avoid postload, review appreciated  (nw)
[/branches/kale/src/mame/drivers]exidy.c
[/branches/kale/src/mame/includes]exidy.h

r35384 Tuesday 20th January, 2015 at 17:46:55 UTC by Osso
exidy.c: fixed fax and fax2 save state problem (nw)
[/branches/kale/src/mame/drivers]exidy.c
[/branches/kale/src/mame/includes]exidy.h

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team