File:  [Generator SEGA Genesis emulator] / generator / docs / GYMformat
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed Mar 4 04:47:03 2020 UTC (6 years, 4 months ago) by root
Branches: MAIN, JamesPonder
CVS tags: v0_35, v0_34, HEAD
0.34

The genecyst GYM log format is:

while (!EOF)
  switch (readbyte()) // readbyte() reads the next byte from the file
  {
    case 0: 1/60th of a second has elapsed; 
    case 1: ymport=0; ymreg=readbyte(); ymdata=readbyte();
    case 2: ymport=1; ymreg=readbyte(); ymdata=readbyte();
    case 3: write readbyte() to psg port
  }

Generator does not put sample data into GYM logs because it's impossible
for a player to know when to play the samples with only the accuracy of
1/60th second.  See GNM logging.

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.