/* Author : Rick van der Zwet * S-number : 0433373 * Version : $Id: memory.h 363 2007-12-03 06:07:31Z rick $ * Copyright : FreeBSD Licence * Description : page-mode DRAM with a page-size of PAGESIZE words, a * random access time of RAs clock cycles and a 'next * access time' of NAT clock cycles. - header */ void memory_dram(const int PAGESIZE, const int NAT, const int RAS);