Forum: support.Hardware
23 February 2021, 20:08
|
Replies: 8
Views: 264
|
Forum: support.WinUAE
21 February 2021, 19:50
|
Replies: 532
Views: 118,058
|
Forum: Coders. Asm / Hardware
14 February 2021, 19:20
|
Replies: 21
Views: 1,140
|
Forum: Coders. Asm / Hardware
14 February 2021, 09:32
|
Replies: 21
Views: 1,140
|
Forum: support.Hardware
24 January 2021, 21:17
|
Replies: 41
Views: 1,888
|
Forum: support.Hardware
24 January 2021, 21:15
|
Replies: 41
Views: 1,888
|
Forum: request.Other
11 January 2021, 14:24
|
Replies: 2
Views: 533
|
Forum: support.WinUAE
03 January 2021, 19:16
|
Replies: 532
Views: 118,058
|
Forum: support.WinUAE
03 January 2021, 15:51
|
Replies: 532
Views: 118,058
The FAS256 datasheet on Bitsavers (path...
The FAS256 datasheet on Bitsavers (path pdf/emulex/asic/FAS256_Fast-Wide_SCSI_Controller_Jan92.pdf), while not a complete programming manual, shows features enable being bit 4 of configuration...
|
Forum: support.WinUAE
03 January 2021, 15:22
|
Replies: 532
Views: 118,058
|
Forum: support.WinUAE
18 July 2020, 17:38
|
Replies: 7
Views: 1,421
|
Forum: support.Hardware
02 July 2020, 18:28
|
Replies: 43
Views: 2,433
|
Forum: Coders. C/C++
29 June 2020, 15:12
|
Replies: 5
Views: 991
Maybe the hook function is called by...
Maybe the hook function is called by input.device, not your task? Try having the hook function signal your task (which is a Process and so can call DOS functions) and do the printf from there.
|
Forum: support.Hardware
28 June 2020, 21:33
|
Replies: 43
Views: 2,433
You only need to have the ECS Agnus chip. Many...
You only need to have the ECS Agnus chip. Many A500s have that, though it wasn't publicised much at the time.
Using a program like Degrader you can get the Amiga to reboot into 50Hz mode, then...
|
Forum: support.Hardware
14 June 2020, 08:22
|
Replies: 1
Views: 265
|
Forum: support.WinUAE
14 June 2020, 02:39
|
Replies: 7
Views: 1,238
|
Forum: Nostalgia & memories
05 March 2020, 16:55
|
Replies: 33
Views: 2,191
|
Forum: support.Other
20 February 2020, 18:53
|
Replies: 21
Views: 1,216
Do those EA games actually require 1.2 (only)...
Do those EA games actually require 1.2 (only) though? The packaging might have had a sticker on saying requires Kickstart 1.2, but back then some A1000 owners would still be running/booting Kickstart...
|
Forum: support.Other
19 February 2020, 22:28
|
Replies: 21
Views: 1,216
|
Forum: support.WinUAE
16 February 2020, 22:50
|
Replies: 5
Views: 1,156
|
Forum: support.WinUAE
01 February 2020, 22:54
|
Replies: 17
Views: 1,683
|
Forum: support.WinUAE
01 February 2020, 22:25
|
Replies: 14
Views: 2,110
Kind of related to this thread, I've been...
Kind of related to this thread, I've been experimenting with FFS and 32KB partition block size.
FastFileSystem v36 and later supports block sizes up to 32KB. FFS v39 (or v40?) and later support...
|
Forum: request.Apps
01 February 2020, 20:46
|
Replies: 1
Views: 684
Program to fix/recalculate RDB checksums?
I'm wanting to use a hex editor to manually edit fields in the RDB sectors of a a hard drive image file.
Does any program exist to fix/recalculate the RDB sector checksums?
|
Forum: support.WinUAE
27 January 2020, 16:19
|
Replies: 14
Views: 2,110
|
Forum: support.Hardware
27 January 2020, 16:03
|
Replies: 14
Views: 1,002
|
Forum: support.WinUAE
27 January 2020, 15:51
|
Replies: 17
Views: 1,683
|
Forum: support.Amix
27 January 2020, 15:47
|
Replies: 9
Views: 10,698
|
Forum: support.WinUAE
26 January 2020, 23:30
|
Replies: 14
Views: 2,110
|
Forum: support.WinUAE
26 January 2020, 22:18
|
Replies: 10
Views: 1,296
Refer to the devices/hardblocks.i...
Refer to the devices/hardblocks.i (http://amigadev.elowar.com/read/ADCD_2.1/Includes_and_Autodocs_2._guide/node0045.html) include file.
The RigidDiskBlock is in sector 1 = byte offset $200.
At...
|
Forum: support.Amix
26 January 2020, 19:00
|
Replies: 9
Views: 10,698
|
Forum: support.WinUAE
26 January 2020, 18:09
|
Replies: 10
Views: 1,296
You could try extracting each of the three...
You could try extracting each of the three partitions into separate files, then mount them as non-RDB hardfiles in WinUAE (via uaehf.device, not any emulated hardware controller).
In your complete...
|
Forum: support.WinUAE
26 January 2020, 17:49
|
Replies: 10
Views: 1,296
|
Forum: support.WinUAE
24 January 2020, 23:54
|
Replies: 17
Views: 1,683
|
Forum: support.WinUAE
23 January 2020, 17:43
|
Replies: 17
Views: 1,683
|
Forum: support.WinUAE
23 January 2020, 17:20
|
Replies: 17
Views: 1,683
My suggestion about "native geometry" above was...
My suggestion about "native geometry" above was wrong. The drive might have 1339 physical heads and tracks, but it uses a variable number of physical sectors per track, so that geometry isn't used or...
|
Forum: support.WinUAE
23 January 2020, 00:19
|
Replies: 17
Views: 1,683
Did you try the native geometry? That's 1339...
Did you try the native geometry? That's 1339 cyls, 4 heads, 63 sectors/track. Using the translated geometry will omit sectors near the end of the drive. (Edit: I was wrong about that.)
Also, can...
|
Forum: support.WinUAE
18 January 2020, 12:52
|
Replies: 14
Views: 2,110
|
Forum: Coders. System
17 January 2020, 22:57
|
Replies: 14
Views: 2,423
If you don't mind only working on Kickstart 2.0...
If you don't mind only working on Kickstart 2.0 or later, you can use the new DOS function SetMode() (http://amigadev.elowar.com/read/ADCD_2.1/Includes_and_Autodocs_2._guide/node02F9.html) instead of...
|
Forum: support.WinUAE
15 January 2020, 17:17
|
Replies: 14
Views: 2,110
|
Forum: support.WinUAE
14 January 2020, 16:05
|
Replies: 14
Views: 2,110
Which version of WinUAE are you using? Can you...
Which version of WinUAE are you using? Can you post the log output when it exits/crashes?
Which emulated HD controller are you connecting the HDF to? If IDE, that probably explains the problem!...
|