more default peripherals for "reference" instance

This commit is contained in:
minjaesong
2024-05-12 12:29:36 +09:00
parent fb3509614d
commit 10f0070dda
3 changed files with 11 additions and 8 deletions

View File

@@ -271,9 +271,6 @@ class PeripheralEntry(
}
class PeripheralEntry2(
val memsize: Long = 0,
val mmioSize: Int = 0,
val interruptCount: Int = 0, // max: 4
val peripheralClassname: String,
vararg val args: Any
)