mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 19:44:05 +09:00
Rectified heretic YY-MM-DD to standard YYYY-MM-DD
This commit is contained in:
@@ -5,7 +5,7 @@ import org.luaj.vm2.LuaTable
|
||||
import org.luaj.vm2.LuaValue
|
||||
|
||||
/**
|
||||
* Created by minjaesong on 16-09-29.
|
||||
* Created by minjaesong on 2016-09-29.
|
||||
*/
|
||||
abstract class Peripheral(val tableName: String) {
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ import java.net.URL
|
||||
/**
|
||||
* Provides internet access.
|
||||
*
|
||||
* Created by minjaesong on 16-09-24.
|
||||
* Created by minjaesong on 2016-09-24.
|
||||
*/
|
||||
internal class PeripheralInternet(val host: TerrarumComputer)
|
||||
: Peripheral("internet"){
|
||||
|
||||
@@ -9,7 +9,7 @@ import org.luaj.vm2.LuaValue
|
||||
* Virtual driver for 4-track squarewave PSG, which has no ability of changing a duty cycle
|
||||
* but has a volume control (you'll need some other tracker than MONOTONE)
|
||||
*
|
||||
* Created by minjaesong on 16-09-27.
|
||||
* Created by minjaesong on 2016-09-27.
|
||||
*/
|
||||
internal class PeripheralPSG(val host: TerrarumComputer)
|
||||
: Peripheral("psg") {
|
||||
|
||||
Reference in New Issue
Block a user