public enum Emulation extends Enum<Emulation>
| Enum Constant and Description |
|---|
DEFAULT
Use default emulation
|
RESID
Dag Lem's resid 1.0 beta
|
RESIDFP
Antti S.
|
| Modifier and Type | Method and Description |
|---|---|
static Emulation |
getEmulation(IEmulationSection emulationSection,
SidTune tune,
int sidNum)
Detect SID emulation of specified SID number in the following order:
SID emulation forced by user configuration
default SID emulation
|
static Emulation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Emulation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Emulation DEFAULT
public static final Emulation RESID
public static final Emulation RESIDFP
public static Emulation[] values()
for (Emulation c : Emulation.values()) System.out.println(c);
public static Emulation valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static Emulation getEmulation(IEmulationSection emulationSection, SidTune tune, int sidNum)
Copyright © 2018 Ken Händel. All rights reserved.