mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 18:44:05 +09:00
leak patched I guess
This commit is contained in:
@@ -6,7 +6,7 @@ import org.luaj.vm2.lib.*
|
||||
/**
|
||||
* Resolution: 640 x 200, non-square pixels
|
||||
*
|
||||
* Created by SKYHi14 on 2017-02-08.
|
||||
* Created by minjaesong on 2017-02-08.
|
||||
*/
|
||||
/*class PeripheralVideoCard(val host: TerrarumComputer, val termW: Int = 80, val termH: Int = 25) :
|
||||
Peripheral("ppu") {
|
||||
|
||||
@@ -10,7 +10,7 @@ import java.util.*
|
||||
* Printing text using Term API triggers 'compatibility' mode, where you are limited to 16 colours.
|
||||
* Use PPU API for full 64 colours!
|
||||
*
|
||||
* Created by SKYHi14 on 2017-02-08.
|
||||
* Created by minjaesong on 2017-02-08.
|
||||
*/
|
||||
/*class GraphicsTerminal(private val host: TerrarumComputer) : Terminal {
|
||||
lateinit var videoCard: PeripheralVideoCard
|
||||
|
||||
@@ -8,7 +8,7 @@ import javax.naming.OperationNotSupportedException
|
||||
import kotlin.collections.ArrayList
|
||||
|
||||
/**
|
||||
* Created by SKYHi14 on 2017-04-01.
|
||||
* Created by minjaesong on 2017-04-01.
|
||||
*/
|
||||
object VDUtil {
|
||||
class VDPath() {
|
||||
|
||||
@@ -7,7 +7,7 @@ import java.util.function.Consumer
|
||||
import java.util.zip.CRC32
|
||||
|
||||
/**
|
||||
* Created by SKYHi14 on 2017-03-31.
|
||||
* Created by minjaesong on 2017-03-31.
|
||||
*/
|
||||
|
||||
typealias EntryID = Int
|
||||
|
||||
Reference in New Issue
Block a user