Simplify subclassing
This commit is contained in:
parent
0e77c0c88a
commit
a2b06b7626
28 changed files with 579 additions and 607 deletions
|
|
@ -101,7 +101,7 @@ function ROM(parmsROM)
|
|||
}
|
||||
}
|
||||
|
||||
Component.subclass(Component, ROM);
|
||||
Component.subclass(ROM);
|
||||
|
||||
/*
|
||||
* ROM BIOS Data Area (RBDA) definitions, in physical address form, using the same ALL-CAPS names
|
||||
|
|
|
|||
Loading…
Reference in a new issue