enum

Swanium::Core::WonderSwanModel

Inherits Enum < Comparable < Value < Object

Memory-window capability of the WonderSwan family. Color and Crystal expose all 64 KiB of internal RAM; the original model exposes 16 KiB.

Constants

Mono = 0
Color = 1
Crystal = 2

Instance methods

color?

Returns true if this enum value equals Color

Source
crystal?

Returns true if this enum value equals Crystal

Source
mono?

Returns true if this enum value equals Mono

Source