StingRay information 22302 glöps
- general:
- level: gloperator
- personal:
- cdcs:
- cdc #1: Desert Dream by Kefrens
- cdc #2: Roots 2.0 by Sanity
- cdc #3: mortality by Tulou [web]
- cdc #4: Psycho Killer by Spaceballs [web]
- cdc #5: Rampage by The Electronic Knights
- cdc #6: C42 by Juliet+Case
- cdc #7: Remix by Limited Edition
- cdc #8: Megascroll by Timecircle
- cdc #9: Metropolice by Ghostown & Rave Network Overscan [web]
- cracktro Amiga OCS/ECS Gem'X by Two Live Crew
- Doesn't run correctly on OCS Amigas due to wrong DIWSTOP used for the logo. Requires at least ECS Agnus for correctly displaying the logo.
- isokadded on the 2021-01-08 15:25:41
- diskmag Amiga AGA jurassic pack #18
- Quote:
I'm curious how the emulator detection works!
By using a simple prefetch cache trick (which worked fine back then but nowadays is not reliable anymore). I'll either remove the emulator check completely for the next issue or do it without relying on features which aren't emulated correctly.
Code:******************************************* *** EMULATOR CHECK *** ******************************************* ; checks if running on an emulator like WinUAE and displays a ; warning requester if an emulator is detected CheckUAE lea .mod(pc),a0 move.w #$7001,(a0) .mod moveq #0,d0 beq.b .amiga ; emulator detected, display warning requester lea .txt(pc),a0 lea .but(pc),a1 lea .ttl(pc),a2 bsr Requester rts .amiga moveq #1,d0 rts .ttl dc.b "Attention!",0 .txt dc.b "Emulator detected! Proceed at your own risk!",0 .but dc.b "Understood|QUIT",0 CNOP 0,4 - isokadded on the 2021-01-08 13:33:17
- musicdisk Amiga OCS/ECS Xmas Megamix by Artstate
- The download link now points to an updated version which fixes the replay problems on 680x0 Amigas and has some other slight improvements.
- isokadded on the 2021-01-08 09:05:26
- diskmag Amiga AGA jurassic pack #18
- Quote:
Great stuff, but i have no clue, why i cant it to run any emulator i tried so far. Does this mag have a emulator detector and only works on real hardware?
It runs fine in WinUAE and other Amiga emulators. You need to run at least SetPatch before starting the mag. The mag also requires at least 8-bit screens and 68020+ CPU.
Which emulator settings did you use? - isokadded on the 2021-01-07 21:06:56
- demo Commodore 64 Protogeo 100% by Glance [web]
- Great music, nice effects and awesome greetings part.
- rulezadded on the 2021-01-06 20:13:13
- musicdisk Amiga OCS/ECS Xmas Megamix by Artstate
- The problem interrupt related, I had a quick peek at the code and noticed an and.w #10,$dff01e instruction, this will write to a read only register. This is not the cause of the problem but should be fixed anyway. :)
The real problem is using a system-friendly CIA interrupt when the OS is killed. This needs to be changed to use a hardware level 6 interrupt. I'll write you a mail later with more detailed info. - isokadded on the 2021-01-06 12:16:47
- diskmag Amiga AGA jurassic pack #18
- Quote:
A self-vote or an excitation-vote?
Xeron coded the diskmag engine (originally used for Devotion) and handed it over to me back in 2002 so it could be updated for Jurassic Pack. So while he is involved as he coded the original mag engine, it is hardly a self-vote in case of JP. - isokadded on the 2021-01-05 11:17:21
- intro Commodore 64 Hogmanay Blues by Royal Belgian Beer Squadron [web]
- Scroller seems to be quite slow (as in: doesn't run in one frame).
- isokadded on the 2021-01-03 12:14:22
- intro Commodore 64 Wet Paint Intro by The New Dimension [web]
- Quite nice indeed.
- rulezadded on the 2021-01-03 12:10:20
- musicdisk Amiga OCS/ECS four seasons by Parasite
- Pretty basic interface but I find the introduction quite stylish and the tunes are nice. Code uses a lot of self-modifying which means the music disk will only work properly on 68000 machines. WHDLoad patch by yours truly fixes this.
- rulezadded on the 2021-01-01 16:26:16
account created on the 2004-05-20 12:43:45
