Forum: Retrogaming General Discussion
28 February 2021, 00:22
|
Replies: 260
Views: 18,245
|
Forum: Coders. Asm / Hardware
27 February 2021, 18:58
|
Replies: 10
Views: 419
|
Forum: Coders. Asm / Hardware
26 February 2021, 10:48
|
Replies: 10
Views: 419
|
Forum: Coders. Asm / Hardware
24 February 2021, 13:41
|
Replies: 10
Views: 425
|
Forum: Coders. Asm / Hardware
24 February 2021, 11:05
|
Replies: 10
Views: 425
No, nothing to do with quarter pixel scroll :) ...
No, nothing to do with quarter pixel scroll :)
With FMODE=3 you have a fetch of 64 pixels at a time and you need to use 64 values in BPLCON1 for the usual lo-res fine pixel scroll.
Then you need to...
|
Forum: Coders. Asm / Hardware
24 February 2021, 10:47
|
Replies: 10
Views: 425
|
Forum: Coders. System
21 February 2021, 16:16
|
Replies: 53
Views: 1,714
|
Forum: Coders. Asm / Hardware
21 February 2021, 15:56
|
Replies: 296
Views: 9,901
|
Forum: Coders. Asm / Hardware
21 February 2021, 14:00
|
Replies: 296
Views: 9,901
|
Forum: Coders. System
21 February 2021, 13:29
|
Replies: 53
Views: 1,714
|
Forum: Coders. Asm / Hardware
21 February 2021, 13:18
|
Replies: 296
Views: 9,901
|
Forum: Coders. System
21 February 2021, 11:11
|
Replies: 53
Views: 1,714
|
Forum: Coders. Asm / Hardware
16 February 2021, 16:11
|
Replies: 296
Views: 9,901
|
Forum: Coders. Asm / Hardware
16 February 2021, 16:05
|
Replies: 296
Views: 9,901
|
Forum: Coders. Asm / Hardware
16 February 2021, 11:38
|
Replies: 296
Views: 9,901
Yes, there is:...
Yes, there is: http://eab.abime.net/showthread.php?t=77091&page=2 but oh, good luck :)
It's hard enough to do it with the copper, I can't imagine how complicated it is with the CPU (and considering...
|
Forum: Coders. Asm / Hardware
16 February 2021, 10:16
|
Replies: 296
Views: 9,901
|
Forum: Coders. Asm / Hardware
15 February 2021, 19:19
|
Replies: 51
Views: 2,529
|
Forum: Coders. Asm / Hardware
14 February 2021, 19:29
|
Replies: 21
Views: 1,068
|
Forum: Coders. Asm / Hardware
14 February 2021, 16:53
|
Replies: 51
Views: 2,529
|
Forum: Coders. Asm / Hardware
14 February 2021, 16:45
|
Replies: 51
Views: 2,529
.copy_tile_right: ; Right copy ...
.copy_tile_right: ; Right copy
move.w (a0)+,d2
beq.s .1b
move.w (a5,d2.l*2),(a1) ; Bitplane 1
.1b: move.w (a0)+,d2
beq.s .2b
move.w (a5,d2.l*2),8(a1) ; Bitplane 2
...
|
Forum: Coders. Asm / Hardware
14 February 2021, 16:29
|
Replies: 51
Views: 2,529
|
Forum: Coders. Asm / Hardware
14 February 2021, 16:09
|
Replies: 51
Views: 2,529
|
Forum: Coders. Asm / Hardware
14 February 2021, 15:51
|
Replies: 51
Views: 2,529
Good idea :) (not sure if it gains speed)
...
Good idea :) (not sure if it gains speed)
This can be extended to save registers and modified by knowing the constant distance between destination bpls:
.copy_tile_right: ; Right copy...
|
Forum: Coders. Asm / Hardware
14 February 2021, 15:29
|
Replies: 51
Views: 2,529
|
Forum: Coders. Asm / Hardware
14 February 2021, 15:09
|
Replies: 51
Views: 2,529
|
Forum: Coders. Asm / Hardware
14 February 2021, 13:13
|
Replies: 296
Views: 9,901
Just a small clarification: in my post #169 I...
Just a small clarification: in my post #169 I never wrote explicitly HTOTAL, but the number of CCK slots per line.
This is because the hardware uses HTOTAL as the maximum value that the counter can...
|
Forum: Coders. Asm / Hardware
14 February 2021, 12:35
|
Replies: 21
Views: 1,068
This only indicates the power supply frequency...
This only indicates the power supply frequency which may or may not correspond to a PAL or NTSC system,
furthermore I seem to remember that in some condition there is a bug in the KS1.x in reporting...
|
Forum: Coders. Asm / Hardware
13 February 2021, 17:57
|
Replies: 21
Views: 1,068
|
Forum: Coders. Asm / Hardware
13 February 2021, 17:45
|
Replies: 21
Views: 1,068
|
Forum: Coders. Asm / Hardware
13 February 2021, 12:12
|
Replies: 21
Views: 1,068
|
Forum: Coders. Asm / Hardware
13 February 2021, 11:50
|
Replies: 21
Views: 1,068
|
Forum: Coders. Asm / Hardware
13 February 2021, 11:21
|
Replies: 21
Views: 1,068
What?!
It tells you which version of...
What?!
It tells you which version of Agnus/Alice you have installed, and usually is supposed to have its associated crystal.
It has nothing to do with active video mode, as with both crystals and...
|
Forum: Coders. Asm / Hardware
13 February 2021, 10:17
|
Replies: 21
Views: 1,068
Check VPOSR...
Check VPOSR http://www.winnicki.net/amiga/memmap/VPOSR.html
|
Forum: Coders. Asm / Hardware
12 February 2021, 20:07
|
Replies: 296
Views: 9,901
This can be, but I've 'emulated' your testbed...
This can be, but I've 'emulated' your testbed C0=V64/C1=V64/C2=V63/C3=V63, 128KB looped buffer (yes, this is different but 64KB at 55KHZ is too little :)), Period 64, all channels active and in...
|
Forum: Coders. Asm / Hardware
12 February 2021, 19:46
|
Replies: 296
Views: 9,901
And yes, this is congruent with HTOTAL=$79 and...
And yes, this is congruent with HTOTAL=$79 and relative problem (technically explained in past messages).
At any rate, Toni now got a test code that will dispel any doubts about Period = 64 even on...
|
Forum: Coders. Asm / Hardware
12 February 2021, 18:24
|
Replies: 296
Views: 9,901
I send to you something to try :)
An exe that...
I send to you something to try :)
An exe that open a custom video mode specifically to use period 64.
Video Resolution: 640x512, H-freq: 33.5Kz, V-freq: 60Hz
:great
EDIT:
My code doesn't do...
|
Forum: Coders. Asm / Hardware
12 February 2021, 16:45
|
Replies: 12
Views: 657
|
Forum: Coders. Asm / Hardware
11 February 2021, 18:07
|
Replies: 296
Views: 9,901
|
Forum: Coders. Asm / Hardware
11 February 2021, 17:38
|
Replies: 296
Views: 9,901
Phew! you are writing so much!
I find the time...
Phew! you are writing so much!
I find the time to look at the thread every now and then, so I lose train of thought sometimes :).
What's this "audio channel collapses"?!
Do not make much sense...
|
Forum: Coders. Asm / Hardware
11 February 2021, 15:21
|
Replies: 296
Views: 9,901
The minimum audio Period usable by DMA mode is...
The minimum audio Period usable by DMA mode is determinated by the request logic from Paula to Agnus.
On the line first refresh slot some signals are latched in the internal shift register, then...
|