mirror of
https://github.com/alfishe/amiga-bootcamp.git
synced 2026-06-13 00:26:28 +00:00
More content added
This commit is contained in:
parent
5fac29ccd5
commit
8133b3a6cb
90 changed files with 7794 additions and 705 deletions
|
|
@ -58,7 +58,7 @@ static const APTR funcTable[] = {
|
|||
LONG DevOpen(struct IORequest *ioreq, ULONG unit, ULONG flags,
|
||||
struct MyDevBase *base)
|
||||
{
|
||||
/* Initialise per-unit state if needed */
|
||||
/* Initialize per-unit state if needed */
|
||||
struct MyUnit *u = &base->md_Units[unit];
|
||||
|
||||
ioreq->io_Device = (struct Device *)base;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue