Forum: Coders. AMOS
Yesterday, 10:40
|
Replies: 1
Views: 66
Asc(Mid$(s$,t,1)) will give you the ASCII code...
Asc(Mid$(s$,t,1)) will give you the ASCII code for character t in string s$. If capital A is tile 0 in your icon bank, you need to subtract 65 from that, for example.
Also, multiplying t*8 is a...
|
Forum: Coders. AMOS
18 April 2018, 19:21
|
Replies: 5
Views: 139
|
Forum: Coders. AMOS
18 April 2018, 16:45
|
Replies: 5
Views: 139
|
Forum: support.Apps
13 April 2018, 16:12
|
Replies: 9
Views: 1,683
|
Forum: support.Apps
06 April 2018, 10:33
|
Replies: 279
Views: 45,888
|
Forum: project.Amiga Game Factory
06 April 2018, 07:39
|
Replies: 86
Views: 13,229
|
Forum: Coders. General
01 April 2018, 09:45
|
Replies: 124
Views: 11,229
|
Forum: Coders. General
01 April 2018, 09:37
|
Replies: 124
Views: 11,229
|
Forum: Coders. System
30 March 2018, 21:32
|
Replies: 2
Views: 148
|
Forum: Coders. C/C++
27 March 2018, 18:30
|
Replies: 818
Views: 61,242
|
Forum: Coders. C/C++
27 March 2018, 18:26
|
Replies: 818
Views: 61,242
|
Forum: Coders. System
26 March 2018, 19:19
|
Replies: 5
Views: 402
|
Forum: Retrogaming General Discussion
23 March 2018, 09:30
|
Replies: 65
Views: 2,186
|
Forum: Amiga scene
18 March 2018, 20:56
|
Replies: 143
Views: 7,005
|
Forum: Amiga scene
18 March 2018, 20:37
|
Replies: 200
Views: 24,938
The Vampire has native chunky modes. Also, when...
The Vampire has native chunky modes. Also, when using AMMX2 vector instructions, it can process many operations in quadruplicate on 32 data registers using 16 address registers to keep track of it...
|
Forum: Coders. Language
18 March 2018, 11:42
|
Replies: 4
Views: 420
AmigaBasic stored its text as a 2d array of...
AmigaBasic stored its text as a 2d array of characters 256 wide counting indentations. I think HiSoft is a spin-off of AmigaBasic isn't it? If so, you can try AceBasic on the Aminet as an...
|
Forum: Amiga scene
18 March 2018, 11:27
|
Replies: 200
Views: 24,938
Re: Starstruck
Since the Falcon in the video...
Re: Starstruck
Since the Falcon in the video was 66 MHz and the A1200 was 50 MHz, it would only make sense that the Falcon would win. Not to mention the 5% penalty for c2p on the Amiga....
|
Forum: Coders. Asm / Hardware
15 March 2018, 17:12
|
Replies: 6
Views: 561
Still, rotating the bits 90 degrees clockwise...
Still, rotating the bits 90 degrees clockwise with the CPU would combine the depth and X dimension loops into one loop for simpler chunky to planar conversions on the 020+. I'll have to try writing...
|
Forum: Coders. Asm / Hardware
15 March 2018, 10:18
|
Replies: 6
Views: 561
|
Forum: Coders. Asm / Hardware
14 March 2018, 11:15
|
Replies: 54
Views: 8,727
|
Forum: Coders. Asm / Hardware
13 March 2018, 20:30
|
Replies: 6
Views: 561
Blitter C2P? How?
I know from the Wolfenstein 3D port thread that turning the chunky buffer sideways in Chip RAM allows the blitter to somehow assist in Chunky to Planar conversion. I also know that bitwise, doing so...
|
Forum: Coders. Asm / Hardware
11 March 2018, 14:49
|
Replies: 54
Views: 8,727
|
Forum: Coders. Asm / Hardware
11 March 2018, 07:41
|
Replies: 54
Views: 8,727
Good because those are the only two languages...
Good because those are the only two languages that GameSmith supports. The copper support needs work but the CPU assisted blitting is handy! Since it's released from copyright, I should build it...
|
Forum: Coders. Asm / Hardware
10 March 2018, 19:17
|
Replies: 54
Views: 8,727
|
Forum: Coders. Asm / Hardware
10 March 2018, 18:58
|
Replies: 54
Views: 8,727
|
Forum: Coders. Asm / Hardware
10 March 2018, 18:26
|
Replies: 54
Views: 8,727
|
Forum: Coders. Asm / Hardware
10 March 2018, 18:02
|
Replies: 54
Views: 8,727
|
Forum: Coders. Asm / Hardware
10 March 2018, 17:54
|
Replies: 54
Views: 8,727
|
Forum: Coders. Asm / Hardware
10 March 2018, 16:43
|
Replies: 54
Views: 8,727
|
Forum: Coders. System
10 March 2018, 04:07
|
Replies: 10
Views: 364
|
Forum: Coders. System
07 March 2018, 15:21
|
Replies: 10
Views: 364
|
Forum: Coders. System
07 March 2018, 15:11
|
Replies: 10
Views: 364
I have the package with the source. The binary...
I have the package with the source. The binary was huge so I'm going to try to build it with a newer version of GNU Binutils and the latest version of FreePascal.
The blitter fill operation was...
|
Forum: Coders. System
07 March 2018, 14:55
|
Replies: 10
Views: 364
|
Forum: Coders. System
07 March 2018, 11:52
|
Replies: 10
Views: 364
|
Forum: Coders. System
07 March 2018, 10:19
|
Replies: 10
Views: 364
Audio Packets for Anim op8?
Looking at the IFF registry there doesn't seem to be Audio packets for Anim op8 or earlier. I was hoping not to have to modify CDXL since the encoder seems to be closed source and the player seems...
|
Forum: Coders. System
07 March 2018, 10:13
|
Replies: 9
Views: 384
Update: I've gotten it working now. There were...
Update: I've gotten it working now. There were a couple of problems with my code but OpenScreenTags will indeed open a 256x240 screen. Soon I'll have to release a demo of the underscanned screen...
|
Forum: Coders. Asm / Hardware
03 March 2018, 17:30
|
Replies: 161
Views: 9,903
|
Forum: support.Apps
01 March 2018, 19:43
|
Replies: 24
Views: 959
@marm
The Amiga hardware can't play samples...
@marm
The Amiga hardware can't play samples bigger than 128kBytes without software intervention. If you switch to OctaMed SoundStudio and try the FastMemPlay or Mix modes, it should work.
|
Forum: Coders. Asm / Hardware
01 March 2018, 18:45
|
Replies: 161
Views: 9,903
|
Forum: Coders. Asm / Hardware
23 February 2018, 12:36
|
Replies: 54
Views: 8,727
|