org.razvan.jzx.v48
Class IO

java.lang.Object
  extended by org.razvan.jzx.BaseComponent
      extended by org.razvan.jzx.BaseIO
          extended by org.razvan.jzx.v48.IO

public class IO
extends BaseIO

The 48k model specialization of the BaseIO class; this class has an empty implementation.

Author:
Razvan Surdulescu (c) 2001 - 2006
You may use and distribute this software for free provided you include this copyright notice. You may not sell this software, use my name for publicity reasons or modify the code without permission from me.

Field Summary
 
Fields inherited from class org.razvan.jzx.BaseIO
B_BORDER, B_DOWN, B_EAR, B_FIRE, B_KEMPSTON, B_KEYBOARD, B_LEFT, B_MIC, B_RIGHT, B_SPEAKER, B_ULA, B_UP, LINE_BUF_SIZE, m_buffer, m_cpu, m_index, m_inPorts, m_keyPorts, m_lastBorderColor, m_memory, m_outPorts, m_screen, m_speakerLevel, P_KEMPSTON, P_SINCLAIR1, P_SINCLAIR2, P_ULA, SAMPLE_FREQ
 
Fields inherited from class org.razvan.jzx.BaseComponent
m_logger, m_spectrum
 
Constructor Summary
IO()
           
 
Method Summary
 
Methods inherited from class org.razvan.jzx.BaseIO
advance, andIn, andKey, andOut, getAudioSamplesForTStates, in8, init, load, mixSound, orIn, orKey, orOut, out, reset, terminate
 
Methods inherited from class org.razvan.jzx.BaseComponent
getSpectrum
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IO

public IO()