undeadline

By PingPong

Prophet (4093)

PingPong さんの画像

18-07-2008, 17:51

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

ログイン/登録して投稿

By [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

By [D-Tail]

Ascended (8263)

[D-Tail] さんの画像

18-07-2008, 18:05

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

By 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....

By Manuel

Ascended (19270)

Manuel さんの画像

18-07-2008, 21:11

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

By 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.

By 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...

By 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

By 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?)

By Sonic_aka_T

Enlighted (4130)

Sonic_aka_T さんの画像

19-07-2008, 21:14

Search for 'OPLL'?

By 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!