qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

sh7750_regnames.h (121B)


      1 #ifndef SH7750_REGNAMES_H
      2 #define SH7750_REGNAMES_H
      3 
      4 const char *regname(uint32_t addr);
      5 
      6 #endif /* SH7750_REGNAMES_H */