English Amiga Board


Go Back   English Amiga Board > Search Forums

Showing results 1 to 40 of 173
Search took 0.03 seconds.
Search: Posts Made By: fstarred
Forum: Coders. Asm / Hardware 25 March 2024, 21:03
Replies: 12
Views: 1,559
Posted By fstarred
That's because Program is not located from an...

That's because Program is not located from an hunk, instead it is loaded as a binary data from DoIo function.
If you are not using hunk (for example a NDOS program) then you want to use PC/Ax...
Forum: Coders. Asm / Hardware 25 March 2024, 13:16
Replies: 12
Views: 1,559
Posted By fstarred
Oh I feel silly because I often fall to same...

Oh I feel silly because I often fall to same errors again and again. In this case I was using non-pc relative addresses so I was pointing to a blank address (that's why from the assembler it worked)
Forum: Coders. Asm / Hardware 25 March 2024, 12:06
Replies: 12
Views: 1,559
Posted By fstarred
Sorry Ross but even with you assembled I still...

Sorry Ross but even with you assembled I still don't get what was wrong with my bb.
What I did it's to put the main program on sector 3, read it using read command (2) on $2c(A1) and load it from...
Forum: Coders. Asm / Hardware 22 March 2024, 21:18
Replies: 12
Views: 1,559
Posted By fstarred
Thank you so very much, next time I will upload...

Thank you so very much, next time I will upload the binary
Forum: Coders. Asm / Hardware 22 March 2024, 19:28
Replies: 12
Views: 1,559
Posted By fstarred
************************************* * * ...

*************************************
*
*
* BOOTBLOCK USING TRACKDEVICE
*
*
*************************************

; WARNING! WriteFlag=1 will write data to disk on df0:
Forum: Coders. Asm / Hardware 22 March 2024, 17:26
Replies: 12
Views: 1,559
Posted By fstarred
Do sprites display on bootblock process?

I wrote a binary that should display a sprite, I load it from disk bootblock but sprite does not display at all.
Are there some restrictions that I'm not aware about?
Forum: Coders. Asm / Hardware 01 December 2023, 15:01
Replies: 10
Views: 1,218
Posted By fstarred
Indeed :D Well I just formed my question not...

Indeed :D

Well I just formed my question not very well, mostly I wish to know how crackers found how to get rid of the copy protection, so I wonder how and what tools used.
Did those hardware...
Forum: Coders. Asm / Hardware 01 December 2023, 09:22
Replies: 10
Views: 1,218
Posted By fstarred
Disk analyzing and writing tools for bypassing copy protection?

What tools of the past and present can be used to analyze disk sectors of original games in order to be crashed? I have read that many protections write sectors in particular way so the software can...
Forum: support.Apps 26 November 2023, 18:44
Replies: 2
Views: 519
Posted By fstarred
Samples for mod

Hi, I'm looking for sites/disk that contains sound samples, mostly used for mod (protracker).
Any help would be appreciated :)

Edit
Maybe I should had post it on request.modules section
Forum: Coders. Asm / Hardware 19 November 2023, 17:20
Replies: 0
Views: 373
Posted By fstarred
Wizball (original) - what kind of write protection is it?

I was trying to doing some modification on wizball(original, is available on tosec 2012/04/10.
Now, everything I changes inside the disk (which is in DOS format), even the content of startup...
Forum: Coders. Asm / Hardware 14 November 2023, 14:09
Replies: 6
Views: 678
Posted By fstarred
Yes, although not supported with V1.02 :) ...

Yes, although not supported with V1.02 :)



I already tried with RSRESET but I was not satisfied with it because I was not able to initialize values, furthermore I'm not sure about the effective...
Forum: Coders. Asm / Hardware 13 November 2023, 20:25
Replies: 3
Views: 385
Posted By fstarred
Oh you are correct sir This is...

Oh you are correct sir



This is absolutely a must, thank u for sharing it
Forum: Coders. Asm / Hardware 13 November 2023, 20:23
Replies: 6
Views: 678
Posted By fstarred
Thank you! So after setting it there's no way to...

Thank you! So after setting it there's no way to reset it, if I understand well
Forum: Coders. Asm / Hardware 13 November 2023, 18:30
Replies: 3
Views: 385
Posted By fstarred
AutoRequest reference, where am I wrong?

According to reference, Autorequest routine is so composed:

Response = AutoRequest( Window, BodyText, PosText, NegText,
D0 A0 A1 A2 A3
PosFlags,...
Forum: Coders. Asm / Hardware 13 November 2023, 18:21
Replies: 6
Views: 678
Posted By fstarred
ASM-ONE relative mode

This is probably a newbie question, but let's check this snippet:


MAIN:

LEA LABELS(PC),A4
MOVE.L #1,VARA-LABELS(A4)
MOVE.W #2,VARB-LABELS(A4)
RTS
Forum: Coders. Asm / Hardware 09 November 2023, 10:58
Replies: 8
Views: 961
Posted By fstarred
Thanks a lot :)

Thanks a lot :)
Forum: Coders. Asm / Hardware 08 November 2023, 17:54
Replies: 8
Views: 961
Posted By fstarred
Ok, do you know any sources to learn how to use...

Ok, do you know any sources to learn how to use input.device properly?
Many assembler books do not cover sys libraries afaik :)
Forum: Coders. Asm / Hardware 08 November 2023, 12:54
Replies: 8
Views: 961
Posted By fstarred
Hi there, I'm trying to attach an interrupt to an...

Hi there, I'm trying to attach an interrupt to an already existent one.
In order to do this I avoid touching cia icr so that existent keys continue to work.
Now I want a key that if pressed do some...
Forum: Coders. Asm / Hardware 03 November 2023, 23:48
Replies: 8
Views: 961
Posted By fstarred
Yep :) INTER: ...

Yep :)


INTER:
MOVEM.L D0-D7/A0-A6,-(SP)
LEA $DFF000,A6 ; base custom register in A6
LEA $BFE001,A5 ; base CIAA register in A5

MOVEQ #$08,D0
Forum: Coders. Asm / Hardware 03 November 2023, 15:48
Replies: 8
Views: 961
Posted By fstarred
playing with keyboard interrupts

I'm trying to create a simple keyboard interrupt demo.

The code is the following, much similar to AsmOne NonSystemStartup except that wants to enable inter. level 2 PORTS of INTENA instead of...
Forum: support.Games 19 October 2023, 22:44
Replies: 13
Views: 1,408
Posted By fstarred
Just for the record I have uploaded on the Zone...

Just for the record I have uploaded on the Zone IM2 Trainer + Ram fix so the game is playable with all A500 configurations - well, at least on WinUAE - .
Won't work on newer Amiga btw
Forum: support.Games 16 October 2023, 22:05
Replies: 44
Views: 7,336
Posted By fstarred
Thanks Jope!!

Thanks Jope!!
Forum: support.Games 15 October 2023, 14:20
Replies: 13
Views: 1,408
Posted By fstarred
Thanks for the info, seems you are right. Also...

Thanks for the info, seems you are right. Also the NTSC music is faster than PAL, looks like the music routine is based to VBlank interrupt (actually many routines do the same).PS
I have also...
Forum: support.Games 14 October 2023, 21:29
Replies: 13
Views: 1,408
Posted By fstarred
Actually the question was meant to understand if...

Actually the question was meant to understand if original really need 1Mb to run. It is really hard to believe that such an old game like this was developed for a requirement like this. Btw thank you...
Forum: Coders. Asm / Hardware 14 October 2023, 15:26
Replies: 7
Views: 801
Posted By fstarred
The Ipf version I have it's a ndos (well,...

The Ipf version I have it's a ndos (well, actually the Amiga say so :)) thus files are not readable. It's ok for me, the problem is that I can't even write my code to tracks using asm one (ws command)
Forum: Coders. Asm / Hardware 14 October 2023, 14:14
Replies: 7
Views: 801
Posted By fstarred
Speedball, it's not in DOS format indeed. This...

Speedball, it's not in DOS format indeed. This mean that some tracks can be read while others don't?
There's no way I can write on it?
Forum: Coders. Asm / Hardware 14 October 2023, 09:01
Replies: 7
Views: 801
Posted By fstarred
Hello Galahad, Winuae actually use saved image to...

Hello Galahad, Winuae actually use saved image to store differences, so IPF is not touched at all.
As I wrote before I'm able to write on boot block, however I cannot do the same in other sectors....
Forum: Coders. Asm / Hardware 14 October 2023, 00:06
Replies: 7
Views: 801
Posted By fstarred
Cannot write on sectors using Ipf disk

Well this is not strictly related to asm but..
I noticed that I cannot write on sectors of Ipf disk using asmone, despite I can do it for the first two sectors.
Despite I receive no errors after...
Forum: support.Games 13 October 2023, 08:37
Replies: 13
Views: 1,408
Posted By fstarred
Yes

Yes
Forum: support.Games 13 October 2023, 00:24
Replies: 13
Views: 1,408
Posted By fstarred
Impossible Mission 2

I want to try the IPF versions (I want the original, no piracy versions) but both the Epyx / US GOLD and Europe versions gimme message "IM2 requires some memory" when I run with 512Kb.
This is...
Forum: support.Games 11 October 2023, 09:45
Replies: 44
Views: 7,336
Posted By fstarred
Sorry if I retake this old (but very cool)...

Sorry if I retake this old (but very cool) thread, I see a one disk trainer by Ross on Exotica site, does it work? If it does, which garrison version is good for it?
Forum: Coders. Asm / Hardware 30 September 2023, 22:31
Replies: 7
Views: 1,033
Posted By fstarred
Now I have managed to work I simple demo that...

Now I have managed to work I simple demo that alloc screen memory and write an horizontal line in which movement is handled inside a VBLANK interrupt.
This code is loaded as a binary object (no hunk...
Forum: Coders. Asm / Hardware 22 September 2023, 23:40
Replies: 7
Views: 1,033
Posted By fstarred
SystemOff (or any other program I would like to...

SystemOff (or any other program I would like to run) should be called (JMP) after I allocate it on a specified memory (let's say $70000)

About the reasons:
I just want to check with a bit more...
Forum: Coders. Asm / Hardware 20 September 2023, 18:50
Replies: 7
Views: 1,033
Posted By fstarred
trackdevice and other memory issues...

Hi all,

I want to run a simple SW df0: trackreader and load my program manually (no LoadSeg or naming references..).

First off, let's say I want to run a simple "SystemOff" program that show a...
Forum: Coders. Asm / Hardware 02 September 2023, 18:18
Replies: 5
Views: 721
Posted By fstarred
Sorry it was a typo, I mean BTPR of a file instead

Sorry it was a typo, I mean BTPR of a file instead
Forum: Coders. Asm / Hardware 02 September 2023, 14:52
Replies: 5
Views: 721
Posted By fstarred
Best approach for Reverse engineering

Hello,

I was trying doing some modifications on old games just for fun.
To accomplish this job my purpose was to load the main module object with LoadSeg function (for DOS games) and then apply...
Forum: support.FS-UAE 08 January 2022, 11:09
Replies: 67
Views: 55,821
Posted By fstarred
Just a dumb question: why homepage mention the...

Just a dumb question: why homepage mention the latest release as 3.0.5 ?
Forum: Hardware mods 21 December 2021, 23:10
Replies: 58
Views: 21,000
Posted By fstarred
What hardware is mounted on A500 mini? I searched...

What hardware is mounted on A500 mini? I searched for info but with no result.
Also, do you think there would be any benefit in terms of lag between an emulator running winuae on PC and the a500...
Forum: support.FS-UAE 04 December 2021, 14:58
Replies: 1
Views: 1,867
Posted By fstarred
Found myself a list of supported roms except the...

Found myself a list of supported roms except the accelerator roms like blizzard or cyberstorm.


SHA1 hash of D:\Emulators\amiga\roms-clean\CD32 Extended-ROM rev 40.60 (1993)(Commodore)(CD32).rom:...
Forum: support.FS-UAE 04 December 2021, 14:47
Replies: 1
Views: 1,754
Posted By fstarred
FS UAE cannot find accelerator roms

I have the following files in the same directory of Kickstart:


D:\Emulators\amiga\acceletator-roms>run.bat
SHA1 hash of D:\Emulators\amiga\acceletator-roms\blizzardppc_040_44.67.rom:...
Showing results 1 to 40 of 173

 
Forum Jump

All times are GMT +2. The time now is 18:43.

Top

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