repo2/atari_chips/pokeyv2/build_tools @ 1437
| 
       gcc -Wall init.c -lm -o init && ./init
 
     | 
  |
| 
       gcc -Wall sidwavedata.c -lm -o sidwavedata && ./sidwavedata
 
     | 
  |
| 
       g++ -Wall find_offset.cpp -o find_offset
 
     | 
  |
| 
       gcc -Wall swapbits.c -o swapbits
 
     | 
  |
| 
       | 
  |
| 
       |