LIKO-12
  • Docs
  • Help
  • Blog

›Peripherals

Introduction

  • What is LIKO-12
  • How to install LIKO-12
  • Getting started
  • Your first LIKO-12 program

Peripherals

  • Audio
  • BIOS - Basic Integrated Operating System
  • CPU - Central Processing Unit
  • FDD - Floppy Disk Drive
  • Gamepad
  • GPU - Graphics Processing Unit
  • HDD - Hard Disk Drive
  • Keyboard
  • RAM - Random Access Memory
  • TouchControls - The Touch Gamepad Input
  • WEB

Peripherals' Objects

  • GPU / fontData
  • GPU / image
  • GPU / imageData
  • GPU / quad
  • GPU / spriteBatch
  • WEB / response
Edit

FDD - Floppy Disk Drive

This peripheral is responsible for loading and reading data inside of PNGs, invisibly to the user.

  • Version: v1.0.0
  • Available since: LIKO-12 v0.6.0
  • Last updated in: LIKO-12 v0.8.0

Methods:


FDD.exportDisk

Exports current floppy disk

  • Available since: FDD: v1.0.0, LIKO-12: v0.6.0
  • Last updated in: FDD: v1.0.0, LIKO-12: v0.6.0
fimg = FDD.exportDisk()

Returns:

  • fimg (string): The current floppy disk.

FDD.importDisk

Imports and mounts a floppy disk

  • Available since: FDD: v1.0.0, LIKO-12: v0.6.0
  • Last updated in: FDD: v1.0.0, LIKO-12: v0.6.0
FDD.importDisk(data)

Arguments:

  • <data> (string): Disk to import.

FDD.newDisk

Creates a new floppy disk and mounts it

  • Available since: FDD: v1.0.0, LIKO-12: v0.6.0
  • Last updated in: FDD: v1.0.0, LIKO-12: v0.6.0
FDD.newDisk(tname)

Arguments:

  • [tname] (string) (Default:"Blue"): Template name, without the .png extension.
← CPU - Central Processing UnitGamepad →
  • Methods:
    • FDD.exportDisk
    • FDD.importDisk
    • FDD.newDisk
LIKO-12
Docs
Getting Started (or other categories)Guides (or other categories)API Reference (or other categories)
Community
Project Chat (Discord)Twitter
More
BlogGitHubStar
Copyright © 2020 The LIKO-12 Organization