English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General

 
 
Thread Tools
Old 07 December 2010, 11:30   #1
h0ffman
Registered User
 
Join Date: Aug 2008
Location: Salisbury
Posts: 744
Weird WinUAE issue?!

Hi Guys

Wondered if you can help. I've attached a little EXE which plays two modules, one after the other. Problem is the PT replay source I'm using seems to bug right out in WinUAE. I've just tested it on my A1200 and all seems fine. Is it just my WinUAE config thats responsible for this? Any help would be great.
Attached Files
File Type: rar LongPlayer.rar (330.0 KB, 265 views)
h0ffman is online now  
Old 07 December 2010, 12:05   #2
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,505
Just by looking at my crystall ball (also not enough information error, does the configurations even match?): Many PT routines have CPU delay loops that cause missed notes (or bad notes) depending on CPU speed and other variables.
Toni Wilen is offline  
Old 07 December 2010, 12:33   #3
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
The replay routine is fine, uses proper DMA wait. Also, it works fine here if I set the VBR to zero due to a bug (well, for me it is one anyway) in your code.

Code:
	lea	0,a0			; Fix this, needs the proper VBR
	move.l #$1b0f87,d0
	jsr	CIA_AddCIAInt
The VBR can be relocated on CPU's >68000 so if you assume that it always starts at $0 your code won't work properly (i.e. in this case no music will be played if the VBR has been relocated).
StingRay is offline  
Old 07 December 2010, 12:39   #4
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,505
Before reporting possible next issue: identical hardware setup is not enough, also make sure OS setup is identical.
Toni Wilen is offline  
Old 07 December 2010, 13:42   #5
h0ffman
Registered User
 
Join Date: Aug 2008
Location: Salisbury
Posts: 744
Cheers

And will do next time.
h0ffman is online now  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Weird Protracker issue. Amiga1992 support.Apps 8 07 February 2012 20:40
Weird MaxTransfer issue Retroplay support.Hardware 2 11 May 2011 22:38
Jesus on E's weird issue... I must be doing something wrong here. Claw22000 support.Demos 5 02 May 2011 10:17
** Weird Screen Issue *** HELP!!! W4r3DeV1L support.Hardware 9 06 October 2009 13:21
603e+ weird bootup issue Boot_WB support.Hardware 5 27 April 2005 15:45

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 06:23.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.08419 seconds with 14 queries