Rectified heretic YY-MM-DD to standard YYYY-MM-DD

This commit is contained in:
minjaesong
2017-09-20 14:36:40 +09:00
parent 31c9b85d6d
commit 3726f34f11
188 changed files with 192 additions and 188 deletions

View File

@@ -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) {

View File

@@ -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"){

View File

@@ -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") {