summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/dram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/dram.h b/inc/dram.h
index 2771c3e..c7f927a 100644
--- a/inc/dram.h
+++ b/inc/dram.h
@@ -14,7 +14,7 @@ class Dram : public Storage
* @param The number of clock cycles each access takes.
* @return A new memory object.
*/
- Dram(int lines, int delay);
+ Dram(int delay);
~Dram();
Response