51
Amiga/MorphOS/AROS Programmers Forum / Re: IDE for Amiga Basic
« Last post by yevrowl on November 27, 2025, 11:58:58 PM »There is AQB, a high-quality and developing project, but it is not cross-platform.
How can you have an IDE for Amiga Basic running on Windows?
Amiga Basic does not run on windows ?
BASinC is an IDE for Sinclair BASIC and that doesn't run on Windows either. BASinC is an emulator with ROM hooks to allow an IDE to operate on the in-memory BASIC code, run it, debug it, inspect variables etc etc.That's absolutely right.
I guess the OP wants something like that for AmigaBASIC.
I mean, I would have made a BASin for AmigaBASIC but... AmigaBASIC is bloody awful.
how about True Basic?
No. The name "scsi.device" does say nothing about its function. The A4000T ROM has a scsi.device for IDE and another one for SCSI. There are many more expansions which use the name scsi.device for their drivers, but they are all for different hardwares. It is a convention that drivers which find the name scsi.device already in use rename themselves to 2nd.scsi.device, 3rd.scsi.device and so on. The same happens in the A4000T. If there are no IDE devices, the SCSI driver is called scsi.device. If there are no SCSI devices, the IDE driver is scsi.device. If both are present, IDE is scsi.device and SCSI is 2nd.scsi.device.