Note Feed

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

Previous 50 199869 Revisions Next 50

r34583 Friday 23rd January, 2015 at 18:54:59 UTC by Couriersud
Merge branch 'master' of https://github.com/mamedev/mame.git
[src/mame]mame.lst
[src/mame/drivers]ddenlovr.c dkong.c dynax.c model3.c st_mp200.c stv.c
[src/mame/includes]dynax.h model3.h stv.h
[src/mame/machine]315-5881_crypt.c 315-5881_crypt.h 315-5881_helper.c stvprot.c
[src/mame/video]taitoair.c

r34582 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)
[src/mame]mame.lst
[src/mame/drivers]circus.c ddenlovr.c dkong.c dynax.c exidyttl.c model2.c model3.c naomi.c st_mp200.c stv.c taitottl.c
[src/mame/includes]dynax.h model3.h stv.h
[src/mame/machine]315-5881_crypt.c 315-5881_crypt.h 315-5881_helper.c stvprot.c
[src/mame/video]taitoair.c
[src/osd]osdepend.h
[src/osd/modules]osdmodule.c* osdmodule.h*
[src/osd/modules/font]font_module.h* font_none.c font_osx.c font_sdl.c* font_unix.c font_windows.c
[src/osd/modules/lib]osdobj_common.c osdobj_common.h
[src/osd/sdl]main.c osdsdl.h sdl.mak sdlmain.c strconv.h
[src/osd/windows]main.c netdev_pcap.h strconv.h windows.mak

r34581 Saturday 24th January, 2015 at 14:05:31 UTC by David Haywood
Merge pull request #116 from p1pkin/model2

model2.c: Zero Gunner and Pilot Kids protection and keys

r34580 Saturday 24th January, 2015 at 12:54:17 UTC by MetalliC
model2.c: Zero Gunner and Pilot Kids protection and keys
[src/mame/drivers]model2.c naomi.c
[src/mame/machine]315-5881_helper.c

r34579 Saturday 24th January, 2015 at 12:01:57 UTC by Stiletto
(nw)

(nw)
[src/mame/drivers]taitottl.c

r34578 Saturday 24th January, 2015 at 11:15:33 UTC by Stiletto
gamelist additions and subtractions (nw)

gamelist additions and subtractions (nw)
[src/mame/drivers]taitottl.c

r34577 Saturday 24th January, 2015 at 00:58:59 UTC by Angelo Salese
Bad stack pointer read is bad.
[/branches/kale/src/emu/cpu/m6502]om4510.lst om65ce02.lst
[/branches/kale/src/mess/drivers]c65.c

r34576 Friday 23rd January, 2015 at 22:39:33 UTC by Angelo Salese
It's a kind of (D)MAgic (sets up basic VRAM)
[/branches/kale/src/mess/drivers]c65.c

r34575 Saturday 24th January, 2015 at 00:42:40 UTC by Stiletto
(nw)

(nw)
[src/mame/drivers]circus.c

r34574 Saturday 24th January, 2015 at 00:40:55 UTC by Stiletto
Football is on circus.c HW (nw)

Football is on circus.c HW (nw)
[src/mame/drivers]circus.c

r34573 Saturday 24th January, 2015 at 00:38:36 UTC by Stiletto
Football is on circus.c HW (nw)

Football is on circus.c HW (nw)
[src/mame/drivers]exidyttl.c

r34572 Friday 23rd January, 2015 at 23:48:25 UTC by Andreas Naive
Merge pull request #115 from p1pkin/model3#1

add Fighting Vipers 2 key

r34571 Friday 23rd January, 2015 at 23:41:04 UTC by MetalliC
docs (nw)
[src/mame/drivers]naomi.c

r34570 Friday 23rd January, 2015 at 23:34:30 UTC by MetalliC
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
[src/mame/machine]315-5881_helper.c

r34569 Friday 23rd January, 2015 at 20:42:45 UTC by Angelo Salese
Getting palette is always a good start.
[/branches/kale/src/mess/drivers]c65.c

r34568 Friday 23rd January, 2015 at 20:23:52 UTC by Angelo Salese
Planning.
[/branches/kale/src/emu/drivers]xtal.h
[/branches/kale/src/mess/drivers]c65.c

r34567 Friday 23rd January, 2015 at 19:48:04 UTC by David Haywood
Merge branch 'master' of https://github.com/mamedev/mame
[src/mame/drivers]naomi.c
[src/mame/machine]315-5881_crypt.c 315-5881_helper.c

r34566 Friday 23rd January, 2015 at 19:46:52 UTC by David Haywood
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.
[src/mame/drivers]model3.c naomi.c
[src/mame/machine]315-5881_crypt.c 315-5881_helper.c

r34565 Friday 23rd January, 2015 at 19:35:04 UTC by Angelo Salese
Prepare for rewrite.
[/branches/kale/src/mess/drivers]c65.c
[/branches/kale/src/mess/includes]c65.h
[/branches/kale/src/mess/machine]c65.c

r34564 Friday 23rd January, 2015 at 19:40:37 UTC by Andreas Naive
Partial reverse enginnering of the use of security PIC labels within 315-5881 keys [Andreas Naive]
[src/mame/drivers]naomi.c
[src/mame/machine]315-5881_crypt.c 315-5881_helper.c

r34563 Friday 23rd January, 2015 at 17:54:07 UTC by Osso
dynax, ddenlovr: small cleanups, moved ddenlovr specific variables into ddenlovr_state (nw)
[src/mame/drivers]ddenlovr.c dynax.c
[src/mame/includes]dynax.h

r34562 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]
[src/mame/machine]315-5881_helper.c

r34561 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)
[src/mame/drivers]model3.c
[src/mame/includes]model3.h
[src/mame/machine]315-5881_helper.c

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

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

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

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

r34556 Friday 23rd January, 2015 at 00:01:15 UTC by Scott Stone
Merge branch 'master' of https://github.com/mamedev/mame
[src/mame/drivers]model3.c
[src/mame/machine]315-5881_helper.c

r34555 Friday 23rd January, 2015 at 00:00:20 UTC by Scott Stone
Added some documentation and confirmations on upgrade kits (nw)
[src/mame/drivers]dkong.c model3.c
[src/mame/machine]315-5881_helper.c

r34554 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)
[src/mame/drivers]model3.c
[src/mame/machine]315-5881_helper.c

r34553 Thursday 22nd January, 2015 at 22:45:53 UTC by Angelo Salese
New personal branch, for WIP rewrites and other goodies.
[/branches/kale/src/mess/drivers]c65.c

r34552 Saturday 17th January, 2015 at 17:25:03 UTC by Angelo Salese
Protection notes
[/branches]kale*

r34551 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?)
[src/mame/drivers]model3.c
[src/mame/includes]model3.h
[src/mame/machine]315-5881_helper.c

r34550 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)
[src/mame/drivers]stv.c
[src/mame/includes]stv.h
[src/mame/machine]stvprot.c

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

r34548 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]
[src/build]png2bdc.py
[src/mame/drivers]model2.c model3.c stv.c
[src/mame/includes]model3.h
[src/mame/machine]315-5881_helper.c
[src/mame/video]taitoair.c

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

r34546 Thursday 22nd January, 2015 at 19:49:09 UTC by Couriersud
Merge branch 'master' of https://github.com/mamedev/mame.git
[src/mame/drivers]model2.c model3.c stv.c
[src/mame/includes]model3.h
[src/mame/machine]315-5881_helper.c

r34545 Thursday 22nd January, 2015 at 19:48:48 UTC by Couriersud
png2bdc.py: Converted to python 2.5 syntax. (nw)
[src/build]png2bdc.py
[src/mame/drivers]model2.c model3.c stv.c
[src/mame/includes]model3.h
[src/mame/machine]315-5881_helper.c

r34544 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
[src/mame/drivers]model2.c model3.c
[src/mame/includes]model3.h
[src/mame/machine]315-5881_helper.c

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

r34542 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)
[src/mame/drivers]model2.c model3.c
[src/mame/includes]model3.h
[src/mame/machine]315-5881_helper.c

r34541 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]

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

r34539 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??)
[src/mame/drivers]model2.c
[src/mame/includes]model2.h

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

r34537 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)

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

r34535 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]
[src/mess/drivers]cat.c

r34534 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
[src/emu]memory.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team