undeadline

بواسطة PingPong

Prophet (4093)

صورة PingPong

18-07-2008, 17:51

is there a way to play undeadline taking advantage of msx-musicmodule.?

Login أوregister لوضع تعليقاتك

بواسطة [D-Tail]

Ascended (8263)

صورة [D-Tail]

18-07-2008, 17:56

You could try poke &HFFCA,35: poke &HF346,1: _SYSTEM.

That said, I don't know whether T&E Soft included MSX-AUDIO music. Just try and see if it works Smile

بواسطة [D-Tail]

Ascended (8263)

صورة [D-Tail]

18-07-2008, 18:05

Just checked: it hasn't got MSX-AUDIO music...

بواسطة PingPong

Prophet (4093)

صورة PingPong

18-07-2008, 20:45

sigh, is there anyone that could post tech info about this game try to detect MSX-MUSIC? Maybe some hacking....

بواسطة Manuel

Ascended (19273)

صورة Manuel

18-07-2008, 21:11

oh, you mean MSX-MUSIC? Not MSX-AUDIO? It uses MSX-MUSIC by default...

بواسطة PingPong

Prophet (4093)

صورة PingPong

18-07-2008, 21:44

oh, you mean MSX-MUSIC? Not MSX-AUDIO? It uses MSX-MUSIC by default...
do not know. It was a cartridge that was manufacured by Philips, containing a Y8950 sound chip
What is the name ? MSX-MUSIC or AUDIO?

What i need is the code used to test for msx-music to find a way to hack and getting to work on Y8950, if possible.

بواسطة JohnHassink

Ambassador (5655)

صورة JohnHassink

18-07-2008, 22:06

It was a cartridge that was manufacured by Philips, containing a Y8950 sound chip
What is the name ? MSX-MUSIC or AUDIO?

That's Audio.

At the games title screen you can choose between PSG/OPLL but I guess that won't help your case a lot...

بواسطة NYYRIKKI

Enlighted (6016)

صورة NYYRIKKI

19-07-2008, 20:28

What i need is the code used to test for msx-music to find a way to hack and getting to work on Y8950, if possible.

Check out sectors 37 and 943

~NYYRIKKI

بواسطة PingPong

Prophet (4093)

صورة PingPong

19-07-2008, 20:57

What i need is the code used to test for msx-music to find a way to hack and getting to work on Y8950, if possible.

Check out sectors 37 and 943

~NYYRIKKI

THX!

Hey, NYYRIKKI how you found these numbers? By guessing? Can you give me more detail? (the test that are done to detect msx-music?)

بواسطة Sonic_aka_T

Enlighted (4130)

صورة Sonic_aka_T

19-07-2008, 21:14

Search for 'OPLL'?

بواسطة NYYRIKKI

Enlighted (6016)

صورة NYYRIKKI

19-07-2008, 22:49

Hey, NYYRIKKI how you found these numbers? By guessing? Can you give me more detail? (the test that are done to detect msx-music?)

Sonic_aka_T is right... searching for "OPLL" is good way to go... I made a search for HEX-strings like #D3,#7C and #D3, #7D.

To get your started, here are last tips:

SUPER-X !!!

L%36,67,100#4

I100#4 = Entry JP for PSG & MSX-Music init

I390#4 = MSX-Music search routine

...good luck!