diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-02-25 16:48:01 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-02-25 16:48:01 +0100 |
commit | 779ad2408cf97687878f816ddff2b04f22f5172d (patch) | |
tree | e9adbec3e7082e22a272e9fac250b00393a06746 /src/ppusim/mem.h | |
parent | f7da5b7dde8b9c342c805edd65e66febf705ed48 (diff) |
add developer documentation to ppusim/ppu interface
Diffstat (limited to 'src/ppusim/mem.h')
-rw-r--r-- | src/ppusim/mem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ppusim/mem.h b/src/ppusim/mem.h index 72f40be..bc36d98 100644 --- a/src/ppusim/mem.h +++ b/src/ppusim/mem.h @@ -1,4 +1,5 @@ #include "ppu/types.h" +/** @brief PPUSIM internal VRAM */ extern hh_ppu_data_t *g_hh_ppusim_vram; |