Tool to see data in your TAP EEPROM

Thread in 'Research & Development' started by nightmareci, 24 Sep 2021.

  1. I created a command line tool that shows all the data in the TAP EEPROM in a human-readable format. It even shows some info not visible in-game at all, not even in the "test mode" screen. I've provided Windows and Universal Binary macOS builds, and it should be buildable for virtually any system.
    https://github.com/nightmareci/DisplayTAPEEPROM
     
  2. tyty NCI

    Code:
    user@m5:~/.local/share/taref$ ./display-tap-eeprom eeprom
    [TAP] Normal:
       1--T.A-------------------------005000 pts @ -:--:--
       2--T.A-------------------------004000 pts @ -:--:--
       3--T.A-------------------------003000 pts @ -:--:--
    
    [TAP] Master:
    --1--T.A--------------------S1 - --- @ 20:00:00 - --/--/-- - ***************
    --2--T.A---------------------3 - --- @ 18:00:00 - --/--/-- - ***************
    --3--T.A---------------------6 - --- @ 16:00:00 - --/--/-- - ***************
    
    [TAP] Master Section Times:
    000 - 099--T.A---------------------9 @ 01:30:00 - --/--/-- - ***************
    100 - 199--T.A---------------------8 @ 01:30:00 - --/--/-- - ***************
    200 - 299--T.A---------------------7 @ 01:30:00 - --/--/-- - ***************
    300 - 399--T.A---------------------6 @ 01:30:00 - --/--/-- - ***************
    400 - 499--T.A---------------------5 @ 01:30:00 - --/--/-- - ***************
    500 - 599--T.A---------------------4 @ 01:30:00 - --/--/-- - ***************
    600 - 699--T.A---------------------3 @ 01:30:00 - --/--/-- - ***************
    700 - 799--T.A---------------------2 @ 01:30:00 - --/--/-- - ***************
    800 - 899--T.A---------------------1 @ 01:30:00 - --/--/-- - ***************
    900 - 999--T.A--------------------S1 @ 01:30:00 - --/--/-- - ***************
    
    [TAP] Doubles:
    T.A-------------------- 150 @ 20:00:00 @ 140 --------------------T.A - T.A (player 1) earned a grade of 6
    T.A-------------------- 100 @ 15:00:00 @ 090 --------------------T.A - T.A (player 1) earned a grade of 7
    T.A-------------------- 050 @ 10:00:00 @ 040 --------------------T.A - T.A (player 1) earned a grade of 8
    
    [TAP] Play Status:
    Coin Count: 0
    Demo Wait Time: 245:45:38
    Game Time: 9433:36:03
    Play Count: 1630
    Twin Count: 0
    Doubles Count: 11
    
    [TAP] Seed And Checksums:
    Init Seed: 0xC436
    Play Status Checksum: 0x7E95
    Rankings Checksum: 0x8631
    Program Checksum: 0x0000
    user@m5:~/.local/share/taref$
    

    1.5k plays on your port already lol (^^;
     
  3. Nice work as usual nightmareci :)
     

Share This Page