|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.razvan.jzx.BaseComponent
org.razvan.jzx.v128.AY8912
public class AY8912
The AY-3-8912 sound chip emulator. http://www.howell1964.freeserve.co.uk/parts/ay3891x_datasheet.htm
| Field Summary |
|---|
| Fields inherited from class org.razvan.jzx.BaseComponent |
|---|
m_logger, m_spectrum |
| Constructor Summary | |
|---|---|
AY8912()
|
|
| Method Summary | |
|---|---|
int |
getSound(int tStates)
|
void |
load(BaseLoader loader)
Load previously saved state into the component. |
void |
out8(int port16,
int val8)
|
void |
reset()
Reset the state of the component. |
| Methods inherited from class org.razvan.jzx.BaseComponent |
|---|
getSpectrum, init, terminate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AY8912()
| Method Detail |
|---|
public void reset()
BaseComponentThis method can be called as many times as you wish in between a call to init() and a call to terminate().
reset in class BaseComponentpublic void load(BaseLoader loader)
BaseComponentThis method can be called as many times as you wish in between a call to init() and a call to terminate(). This method is undone by a call to reset().
load in class BaseComponent
public void out8(int port16,
int val8)
public int getSound(int tStates)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||