Forum: request.Other
11 January 2021, 14:24
|
Replies: 2
Views: 253
|
Forum: support.WinUAE
03 January 2021, 19:16
|
Replies: 478
Views: 94,043
|
Forum: support.WinUAE
03 January 2021, 15:51
|
Replies: 478
Views: 94,043
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: 478
Views: 94,043
|
Forum: support.WinUAE
18 July 2020, 17:38
|
Replies: 7
Views: 1,395
|
Forum: support.Hardware
02 July 2020, 18:28
|
Replies: 43
Views: 2,349
|
Forum: Coders. C/C++
29 June 2020, 15:12
|
Replies: 5
Views: 970
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,349
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: 255
|
Forum: support.WinUAE
14 June 2020, 02:39
|
Replies: 7
Views: 1,213
|
Forum: Nostalgia & memories
05 March 2020, 16:55
|
Replies: 33
Views: 2,130
|
Forum: support.Other
20 February 2020, 18:53
|
Replies: 21
Views: 1,189
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,189
|
Forum: support.WinUAE
16 February 2020, 22:50
|
Replies: 5
Views: 1,132
|
Forum: support.WinUAE
01 February 2020, 22:54
|
Replies: 17
Views: 1,646
|
Forum: support.WinUAE
01 February 2020, 22:25
|
Replies: 14
Views: 2,037
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: 669
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,037
|
Forum: support.Hardware
27 January 2020, 16:03
|
Replies: 14
Views: 968
|
Forum: support.WinUAE
27 January 2020, 15:51
|
Replies: 17
Views: 1,646
|
Forum: support.Amix
27 January 2020, 15:47
|
Replies: 9
Views: 10,345
|
Forum: support.WinUAE
26 January 2020, 23:30
|
Replies: 14
Views: 2,037
|
Forum: support.WinUAE
26 January 2020, 22:18
|
Replies: 10
Views: 1,262
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,345
|
Forum: support.WinUAE
26 January 2020, 18:09
|
Replies: 10
Views: 1,262
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,262
|
Forum: support.WinUAE
24 January 2020, 23:54
|
Replies: 17
Views: 1,646
|
Forum: support.WinUAE
23 January 2020, 17:43
|
Replies: 17
Views: 1,646
|
Forum: support.WinUAE
23 January 2020, 17:20
|
Replies: 17
Views: 1,646
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,646
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,037
|
Forum: Coders. System
17 January 2020, 22:57
|
Replies: 14
Views: 2,356
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,037
|
Forum: support.WinUAE
14 January 2020, 16:05
|
Replies: 14
Views: 2,037
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!...
|
Forum: support.OtherUAE
13 January 2020, 11:48
|
Replies: 5
Views: 6,473
|
Forum: support.WinUAE
12 January 2020, 21:52
|
Replies: 7
Views: 1,086
|
Forum: support.WinUAE
11 January 2020, 21:16
|
Replies: 7
Views: 1,086
|
Forum: support.WinUAE
09 January 2020, 16:21
|
Replies: 2
Views: 780
|
Forum: support.WinUAE
04 January 2020, 23:31
|
Replies: 35
Views: 2,720
|
Forum: support.WinUAE
04 January 2020, 22:39
|
Replies: 35
Views: 2,720
The first post in this thread gives URL of an...
The first post in this thread gives URL of an archive which contains Mac System 6.0.8 in A-Max/extended ADF format. Putting those in DF0: you should be able to read them with CrossMac and A-Max.
|