mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 23:38:30 +08:00
Removed unused imports.
This commit is contained in:
parent
4e9507cd3e
commit
755e38c76a
@ -72,13 +72,11 @@ import {
|
|||||||
OP_STACK_PUSH,
|
OP_STACK_PUSH,
|
||||||
OP_STACK_PUSHM,
|
OP_STACK_PUSHM,
|
||||||
OP_STACK_POPM,
|
OP_STACK_POPM,
|
||||||
Param,
|
|
||||||
Kind,
|
Kind,
|
||||||
OP_WINDOW_MSG,
|
OP_WINDOW_MSG,
|
||||||
OP_ADD_MSG,
|
OP_ADD_MSG,
|
||||||
OP_WINEND,
|
OP_WINEND,
|
||||||
} from "../opcodes";
|
} from "../opcodes";
|
||||||
import Logger from "js-logger";
|
|
||||||
import { VirtualMachineMemoryBuffer, VirtualMachineMemory } from "./memory";
|
import { VirtualMachineMemoryBuffer, VirtualMachineMemory } from "./memory";
|
||||||
import {
|
import {
|
||||||
ComparisonOperation,
|
ComparisonOperation,
|
||||||
@ -91,9 +89,6 @@ import {
|
|||||||
} from "./utils";
|
} from "./utils";
|
||||||
import { VirtualMachineIO } from "./io";
|
import { VirtualMachineIO } from "./io";
|
||||||
import { VMIOStub } from "./VMIOStub";
|
import { VMIOStub } from "./VMIOStub";
|
||||||
import { Source } from "webpack-sources";
|
|
||||||
|
|
||||||
const logger = Logger.get("quest_editor/scripting/vm");
|
|
||||||
|
|
||||||
const REGISTERS_BASE_ADDRESS = 0x00a954b0;
|
const REGISTERS_BASE_ADDRESS = 0x00a954b0;
|
||||||
const REGISTER_COUNT = 256;
|
const REGISTER_COUNT = 256;
|
||||||
|
Loading…
Reference in New Issue
Block a user