#include "atari.h"

class PIA
{
public:
   Byte ram[4];

   PIA(void);
   ~PIA(void);
   void update(Word, Byte);
};
