Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
  You are not logged in - nap
Red Max Tunes   [1986]

Red Max Tunes Released by :
Trianon

Release Date :
1986

Type :
C64 Music

User rating:awaiting 8 votes (8 left)

Credits :
Code .... Brian of Active Cracking Crew, Redled Crew, Trianon
Music .... David Whittaker


SIDs used in this release :
Red Max(/MUSICIANS/W/Whittaker_David/Red_Max.sid)

Download :

Look for downloads on external sites:
 Pokefinder.org


User Comment
Submitted by iAN CooG on 27 August 2020
New and correct dump added by MdZ.
Too bad the selector it's actually badly coded in the music init so it randomly crashes after pressing 1,2,3.
The problem is that the tune is at $e000 and it could bankswitch while the irq still requires normal rom/ram configuration.
A simple SEI/CLI around this code
9A27  A9 35     LDA #$35
9A29  85 01     STA $01
9A2B  A9 01     LDA #$01
9A2D  20 00 E0  JSR $E000
9A30  A9 37     LDA #$37
9A32  85 01     STA $01
9A34  60        RTS 

would fix it. To patch it this would be enough, after unpacking the prg
    *=$0800
    incprg "REDMAX TUNES_TRI.prg.9000"
    *=$9a27
    JSR $9A50
    NOP
    *=$9a32
    JMP $9A60
    *=$9a50
    SEI
    LDA #$35
    STA $01
    RTS
    *=$9a60
    STA $01
    CLI
    RTS

User Comment
Submitted by Fred on 16 October 2016
To get the demo kind of working just run it until it breaks. Then reset it. Go to the monitor and go to E013:

Change D0 into 10

Then exit monitor and do SYS 4096*9
User Comment
Submitted by hedning on 16 October 2016
Crashes in Vice at least. Disk had no errors.
Search CSDb
Advanced
Navigate
Prev - Random - Next
Detailed Info
· Summaries
· User Comments (3)
· Production Notes
Fun Stuff
· Goofs
· Hidden Parts
· Trivia
Forum
· Discuss this release
Support CSDb
Help keep CSDb running:



Funding status:




About this site:
CSDb (Commodore 64 Scene Database) is a website which goal is to gather as much information and material about the scene around the commodore 64 computer - the worlds most popular home computer throughout time. Here you can find almost anything which was ever made for the commodore 64, and more is being added every day. As this website is scene related, you can mostly find demos, music and graphics made by the people who made the scene (the sceners), but you can also find a lot of the old classic games here. Try out the search box in the top right corner, or check out the CSDb main page for the latest additions.
Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.091 sec.