This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
bsnes
mirror of
https://github.com/bsnes-emu/bsnes.git
Watch
1
Star
0
Fork
You've already forked bsnes
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a219f9c121
bsnes
/
fc
/
cartridge
/
chip
/
chip.hpp
8 lines
85 B
C++
Raw
Blame
History
struct
Board
;
struct
Chip
{
Board
&
board
;
void
tick
(
)
;
Chip
(
Board
&
board
)
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink