summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dkong.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2013-07-27 03:28:25 +0000
committer Aaron Giles <aaron@aarongiles.com>2013-07-27 03:28:25 +0000
commitb963a48cdf1e6f37a6bb64a07dde9428e827e0b5 (patch)
tree9b6f8b635f9ee9c4faa6603bcac75a4211edbdff /src/mame/drivers/dkong.c
parent3f994bce85df3e31e127ed434e8bf3836ae5e3c7 (diff)
Split eeprom.c into a base class base_eeprom_device and a serial-specific
subclass serial_eeprom_device. Moved the latter into its own file eepromser.c and significantly cleaned up/simplified the code. The new code should be functionally the same as the previous code, but expect that to change soon. As a side-effect, the size and bus width of the EEPROM is now specified in the ADD macro rather than in the interface structure.
Diffstat (limited to 'src/mame/drivers/dkong.c')
-rw-r--r--src/mame/drivers/dkong.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dkong.c b/src/mame/drivers/dkong.c
index e75637b6e54..a7e5064be4e 100644
--- a/src/mame/drivers/dkong.c
+++ b/src/mame/drivers/dkong.c
@@ -317,7 +317,7 @@ Donkey Kong Junior Notes
#include "machine/8257dma.h"
#include "machine/z80dma.h"
#include "machine/latch8.h"
-#include "machine/eeprom.h"
+#include "machine/eepromser.h"
/*************************************
*