English Amiga Board


Go Back   English Amiga Board > News

 
 
Thread Tools
Old 22 December 2013, 17:00   #221
Photon
Moderator
 
Photon's Avatar
 
Join Date: Nov 2004
Location: Eksjö / Sweden
Posts: 5,658
So the game is very tight at filling the DMA and CPU slots. I haven't seen it in any other game, but few games really pushed the limits like Turrican did. I guess the only way to fix it is to update the slave, but I'm not sure at all there's some unnecessary wait or such to trim off.

ps. Thanks for making me play Turrican again :P
Photon is offline  
Old 22 December 2013, 18:08   #222
BarryB
Amigaholic
 
Join Date: Dec 2009
Location: UK
Posts: 4,759
Being one the few games I've played over and over you notice when things like this happen, but it doesn't make the game unplayable though. Glad you enjoyed playing it again
BarryB is offline  
Old 22 December 2013, 22:29   #223
CrashMidnick
Registered User
 
CrashMidnick's Avatar
 
Join Date: Jun 2010
Location: FRANCE
Posts: 222
@BarryB : Try to add the tooltype CACHE to see if it helps for the slowdown
CrashMidnick is offline  
Old 23 December 2013, 00:22   #224
BarryB
Amigaholic
 
Join Date: Dec 2009
Location: UK
Posts: 4,759
Quote:
Originally Posted by CrashMidnick View Post
@BarryB : Try to add the tooltype CACHE to see if it helps for the slowdown
Didn't seem to make much difference, as didn't adding an Echo line to my s-s so I could CTRL-D and load Turrican without anything loaded. I also enabled MMU in whdload.prefs as my 030 has an MMU. Pulling out the ACA1232 actually seemed to be a bit better, but maybe placebo

The slowdown also happens when you use the beam to show a hidden block and focus the beam on the block and rocks are falling at the same time, plus when many of those beetle things are on the screen and you're zapping them with the beam it slows down too.

Sorry for picking fault with this one game, need to test more games on my A1200 and then on my the ACA500+ACA1232 and see if they do a similar thing.
BarryB is offline  
Old 23 December 2013, 01:02   #225
Photon
Moderator
 
Photon's Avatar
 
Join Date: Nov 2004
Location: Eksjö / Sweden
Posts: 5,658
Well, if there are few to none DMA/CPU slots left, a faster CPU can't do much to change things. And ACA500 can't change ECS DMA speed, so it might be better for a 'WHDLoad on ECS' thread.

While waiting for the eminent WHDLoad slave coders to clear the foggy crystal ball, it tells me the only way to get rid of the slowdowns is a new slave with some luvin' on the interrupts, if it's at all possible.
Photon is offline  
Old 23 December 2013, 08:37   #226
Schoenfeld
electricky.
 
Join Date: Jun 2010
Location: out in the wild
Posts: 1,258
Quote:
Originally Posted by Photon View Post
While waiting for the eminent WHDLoad slave coders to clear the foggy crystal ball, it tells me the only way to get rid of the slowdowns is a new slave with some luvin' on the interrupts, if it's at all possible.
Not sure if you can do much on the "slave programming" side. The ACA1232 is an async design, so it does not get the full 3.5MBytes/sec on chipram. If the game uses almost all DMA slots , then it may be impossible to reach the same speed that a sync 7MHz 68000 can achieve.

Jens
Schoenfeld is offline  
Old 23 December 2013, 11:58   #227
Psygore
Moderator
 
Psygore's Avatar
 
Join Date: Jan 2002
Location: France
Posts: 491
Post About the turrican whd slave

The main difference between the whd and floppy version is that a lot of blitter waits have been inserted into the whd game. That's why it can have some slowdowns on some machines.
Putting the game stack in the fastmem could help it. Wepl had done a new slave some years ago but it was never released. You should ask him.
Psygore is offline  
Old 23 December 2013, 13:10   #228
CrashMidnick
Registered User
 
CrashMidnick's Avatar
 
Join Date: Jun 2010
Location: FRANCE
Posts: 222
Can someone do a bustest with ACA500 + ACA 123* and posts his results ? I would like to see the chipram access speed.

Thanks.
CrashMidnick is offline  
Old 23 December 2013, 13:18   #229
BarryB
Amigaholic
 
Join Date: Dec 2009
Location: UK
Posts: 4,759
@Jens: Just tried the ACA1232 in my A1200 and Turrican takes over twice as long to load, no noticeable slowdowns in game, but noticeably longer 'pauses' in game when I assume it's loading stuff so I guess that's the slow chipram access? What is the actual access speed to chipram on the ACA1232? Will this problem be addressed in future accelerators or is this 'as good as it gets' ?

@CrashMidnick: What program will do this? Sysinfo? I'll test mine when I know the program to use!
BarryB is offline  
Old 23 December 2013, 13:55   #230
CrashMidnick
Registered User
 
CrashMidnick's Avatar
 
Join Date: Jun 2010
Location: FRANCE
Posts: 222
BUSTEST

http://aminet.net/package/util/moni/bustest
CrashMidnick is offline  
Old 23 December 2013, 14:27   #231
BarryB
Amigaholic
 
Join Date: Dec 2009
Location: UK
Posts: 4,759
@Photon/Psygore: I've emailed Wepl about that Turrican slave, so will wait to see if he replies.

@CrashMidnick: Any specific parameters?

I used the chip option 'bustest chip' that does 256k of chip and these are the results:

Code:
BusSpeedTest 0.19 (mlelstv)   Buffer:     262144 Bytes, Alignment: 32768
========================================================================
memtype   addr       op         cycle     calib         bandwidth
chip      $00090000  readw    2194.5 ns   normal       0.9 * 10^6 byte/s
chip      $00090000  readl    3743.3 ns   normal       1.1 * 10^6 byte/s
chip      $00090000  readm    2907.2 ns   normal       1.4 * 10^6 byte/s
chip      $00090000  writew   1485.4 ns   normal       1.3 * 10^6 byte/s
chip      $00090000  writel   2959.9 ns   normal       1.4 * 10^6 byte/s
chip      $00090000  writem   2967.9 ns   normal       1.3 * 10^6 byte/s
BarryB is offline  
Old 23 December 2013, 14:38   #232
CrashMidnick
Registered User
 
CrashMidnick's Avatar
 
Join Date: Jun 2010
Location: FRANCE
Posts: 222
Thanks BarryB !

As you can see, chipram accesses are quite slow, this (maybe) explains your slowdowns...

Here is the bustest of a blizzard 1230 on A1200 to compare :

http://hschid.files.wordpress.com/20...-blizzard1.jpg
CrashMidnick is offline  
Old 23 December 2013, 15:13   #233
BarryB
Amigaholic
 
Join Date: Dec 2009
Location: UK
Posts: 4,759
Result using FAST CHIP ROM options from my ACA500+ACA1232:
Code:
BusSpeedTest 0.19 (mlelstv)   Buffer:     262144 Bytes, Alignment: 32768
========================================================================
memtype   addr       op         cycle     calib         bandwidth
fast      $08248000  readw     126.5 ns   normal      15.8 * 10^6 byte/s
fast      $08248000  readl     154.7 ns   normal      25.9 * 10^6 byte/s
fast      $08248000  readm     138.9 ns   normal      28.8 * 10^6 byte/s
fast      $08248000  writew    100.8 ns   normal      19.8 * 10^6 byte/s
fast      $08248000  writel    101.1 ns   normal      39.6 * 10^6 byte/s
fast      $08248000  writem     90.1 ns   normal      44.4 * 10^6 byte/s
chip      $00040000  readw    2188.9 ns   normal       0.9 * 10^6 byte/s
chip      $00040000  readl    3747.8 ns   normal       1.1 * 10^6 byte/s
chip      $00040000  readm    3032.1 ns   normal       1.3 * 10^6 byte/s
chip      $00040000  writew   1495.4 ns   normal       1.3 * 10^6 byte/s
chip      $00040000  writel   2993.0 ns   normal       1.3 * 10^6 byte/s
chip      $00040000  writem   2982.3 ns   normal       1.3 * 10^6 byte/s
rom       $00F80000  readw     126.2 ns   normal      15.8 * 10^6 byte/s
rom       $00F80000  readl     152.7 ns   normal      26.2 * 10^6 byte/s
rom       $00F80000  readm     139.4 ns   normal      28.7 * 10^6 byte/s
Result using FAST CHIP ROM options from my A1200+MX1230 (No MMU):
Code:
BusSpeedTest 0.19 (mlelstv)   Buffer:     262144 Bytes, Alignment: 32768
========================================================================
memtype   addr       op         cycle     calib         bandwidth
fast      $08338000  readw     159.8 ns   normal      12.5 * 10^6 byte/s
fast      $08338000  readl     204.2 ns   normal      19.6 * 10^6 byte/s
fast      $08338000  readm     193.5 ns   normal      20.7 * 10^6 byte/s
fast      $08338000  writew    155.6 ns   normal      12.9 * 10^6 byte/s
fast      $08338000  writel    156.3 ns   normal      25.6 * 10^6 byte/s
fast      $08338000  writem    142.3 ns   normal      28.1 * 10^6 byte/s
chip      $00068000  readw    1208.2 ns   normal       1.7 * 10^6 byte/s
chip      $00068000  readl    1209.0 ns   normal       3.3 * 10^6 byte/s
chip      $00068000  readm     881.8 ns   normal       4.5 * 10^6 byte/s
chip      $00068000  writew    849.3 ns   normal       2.4 * 10^6 byte/s
chip      $00068000  writel    856.5 ns   normal       4.7 * 10^6 byte/s
chip      $00068000  writem    843.8 ns   normal       4.7 * 10^6 byte/s
rom       $00F80000  readw     356.7 ns   normal       5.6 * 10^6 byte/s
rom       $00F80000  readl     356.2 ns   normal      11.2 * 10^6 byte/s
rom       $00F80000  readm     322.1 ns   normal      12.4 * 10^6 byte/s
Result using FAST CHIP ROM options from my A1200+ACA1232 (MMU):
Code:
BusSpeedTest 0.19 (mlelstv)   Buffer:     262144 Bytes, Alignment: 32768
========================================================================
memtype   addr       op         cycle     calib         bandwidth
fast      $083E8000  readw     126.8 ns   normal      15.8 * 10^6 byte/s
fast      $083E8000  readl     153.3 ns   normal      26.1 * 10^6 byte/s
fast      $083E8000  readm     138.9 ns   normal      28.8 * 10^6 byte/s
fast      $083E8000  writew    101.4 ns   normal      19.7 * 10^6 byte/s
fast      $083E8000  writel    101.4 ns   normal      39.4 * 10^6 byte/s
fast      $083E8000  writem     90.2 ns   normal      44.3 * 10^6 byte/s
chip      $00060000  readw    1200.4 ns   normal       1.7 * 10^6 byte/s
chip      $00060000  readl    1199.2 ns   normal       3.3 * 10^6 byte/s
chip      $00060000  readm     875.4 ns   normal       4.6 * 10^6 byte/s
chip      $00060000  writew    839.0 ns   normal       2.4 * 10^6 byte/s
chip      $00060000  writel    842.6 ns   normal       4.7 * 10^6 byte/s
chip      $00060000  writem    842.9 ns   normal       4.7 * 10^6 byte/s
rom       $00F80000  readw     126.9 ns   normal      15.8 * 10^6 byte/s
rom       $00F80000  readl     152.5 ns   normal      26.2 * 10^6 byte/s
rom       $00F80000  readm     139.4 ns   normal      28.7 * 10^6 byte/s
The chip speed issue has put me off getting an ACA1232 for my A1200, what's puzzling is that bustest shows the same access speed to chip as my MX1230 yet it clearly takes longer to load Turrican?
BarryB is offline  
Old 23 December 2013, 15:30   #234
CrashMidnick
Registered User
 
CrashMidnick's Avatar
 
Join Date: Jun 2010
Location: FRANCE
Posts: 222
Maybe because it uses Fastram as well and the ACA is faster as per your results above.

Interesting to see the ACA1232 results on A1200 and A500. The A500's bus is a real bottleneck unfortunately due to its 24bit architecture.
CrashMidnick is offline  
Old 24 December 2013, 01:02   #235
BarryB
Amigaholic
 
Join Date: Dec 2009
Location: UK
Posts: 4,759
Don't know if I put my previous post clearly enough, I meant the ACA1232 is slower at loading Turrican than my MX1230 on the A1200!!
BarryB is offline  
Old 24 December 2013, 16:44   #236
BarryB
Amigaholic
 
Join Date: Dec 2009
Location: UK
Posts: 4,759
I received a reply from wepl along with the new slave, it did run better and the slowdown with the rocks is still there but didn't seem as bad. Have attached it to this post as he gave permission for me to post it here.

Think as everyone says it's a combination of chip access speed on the ACA1232 and the stuff going on in the slave on an A500 to get it running.
Attached Files
File Type: slave Turrican.Slave (2.9 KB, 93 views)
BarryB is offline  
Old 25 December 2013, 01:50   #237
esel
Registered User
 
Join Date: Jul 2012
Location: Kassel
Posts: 160
Quote:
Originally Posted by amiga1260 View Post
I tested the ACA 1230 card with an A500 Plus Rev. 8A1 motherboard. I use a 135 Watt PSU.
I have the same problem i only get a black screen.
testet on rev,6 and rev.8

card firmware is 0.81.
esel is offline  
Old 25 December 2013, 10:22   #238
amiga1260
Registered User
 
Join Date: Aug 2013
Location: Gennep/The Netherlands
Posts: 66
Update with the ACA 1220@25 MHz. I tested this card in my ACA 500 for a whole day at a Commodore meeting in The Netherlands and didn't crash.

When I set the 1 MB Chip on both A500 rev.6 and rev.8 with the ACA 500, I get an error message that I haven't enough Chip memory in WHDLoad 17.2. I tried to run Mortal Kombat and Sleepwalker.

Do I need to modify those motherboards?
amiga1260 is offline  
Old 25 December 2013, 10:55   #239
FOL
PSPUAE DEV
 
FOL's Avatar
 
Join Date: Nov 2006
Location: Wales / UK
Age: 45
Posts: 6,052
Send a message via MSN to FOL
Quote:
Originally Posted by amiga1260 View Post
Update with the ACA 1220@25 MHz. I tested this card in my ACA 500 for a whole day at a Commodore meeting in The Netherlands and didn't crash.

When I set the 1 MB Chip on both A500 rev.6 and rev.8 with the ACA 500, I get an error message that I haven't enough Chip memory in WHDLoad 17.2. I tried to run Mortal Kombat and Sleepwalker.

Do I need to modify those motherboards?
You tried the new beta version of WHDLoad 17.3?
FOL is offline  
Old 25 December 2013, 11:59   #240
BarryB
Amigaholic
 
Join Date: Dec 2009
Location: UK
Posts: 4,759
WHDLoad 17.2 has worked for me with 1mb chip on my ACA500+ACA1232 on a Rev6 A500. Just tried Mortal Kombat and Sleepwalker from WHDownload and both run fine for me with just over 800kb chip free.

Has the ACA500 got the 0.81 f/w with chipmap option? What does WB report for Graphics Mem?
BarryB is offline  
 


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Drakkhen update to tested CFou! project.WHDLoad 2 10 May 2013 16:09
ACA500 - Who Will Sell This? Smakar support.Hardware 6 01 March 2013 10:37
FS Tested SuperCPU 64, Quickbyte 2 EPROM programmer, 1581, Rex 9811 card, 68010 CPU PPC MarketPlace 1 28 August 2011 11:49
Selling a tested DKB 1202 webmany MarketPlace 0 15 August 2007 21:36
New Amiga mouse PS2 adapter - Anyone tested it? J.Junior support.Hardware 9 31 December 2006 16:18

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 17:14.

Top

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