mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-10 13:11:50 +09:00
gui buttons will now trigger the action only once per click
This commit is contained in:
@@ -71,12 +71,7 @@ class VM(
|
||||
init {
|
||||
println("[VM] Creating new VM with ID of $id, memsize $memsize")
|
||||
|
||||
peripheralTable[0] = PeripheralEntry(
|
||||
IOSpace(this),
|
||||
// HW_RESERVE_SIZE,
|
||||
// MMIO_SIZE.toInt() - 256,
|
||||
// 64
|
||||
)
|
||||
peripheralTable[0] = PeripheralEntry(IOSpace(this))
|
||||
}
|
||||
|
||||
fun killAllContexts() {
|
||||
|
||||
Reference in New Issue
Block a user