diff options
author | bd <bdunahu@operationnull.com> | 2025-03-06 00:03:00 -0500 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-06 00:03:00 -0500 |
commit | 20fe698a4074df4abe02f14a1a14481770e90abc (patch) | |
tree | e1d14c2ea93c1a4e6d87f007575e744a472147e0 /inc/dram.h | |
parent | e296a3a6ab782cb80b7091324b41bb78db6d3906 (diff) |
Storage.view method, some initial tests
Diffstat (limited to 'inc/dram.h')
-rw-r--r-- | inc/dram.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -17,7 +17,6 @@ class Dram : public Storage Response *write(Accessor accessor, signed int data, int address) override; Response *read(Accessor accessor, int address) override; - int **view(int base, int lines) override; }; #endif /* DRAM_H_INCLUDED */ |