diff options
author | 2012-03-31 13:39:09 +0000 | |
---|---|---|
committer | 2012-03-31 13:39:09 +0000 | |
commit | 2c6405939667eb6da61fee9e8c0a6e9218313b98 (patch) | |
tree | 77a8df4bd2675475c38f0d8a666c79c705f35055 /src/emu/video/crt9007.c | |
parent | b5e7f4998b60effd62a2ad43db5e722dcb5dd1c3 (diff) |
MAME going modern part 1 (no whatsnew)
- Added 4th parameter to all address maps
- Added missing state classes
Diffstat (limited to 'src/emu/video/crt9007.c')
-rw-r--r-- | src/emu/video/crt9007.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video/crt9007.c b/src/emu/video/crt9007.c index 4ea1c5c4341..62a2f089df5 100644 --- a/src/emu/video/crt9007.c +++ b/src/emu/video/crt9007.c @@ -215,7 +215,7 @@ const int STATUS_FRAME_TIMER_OCCURRED = 0x01; //************************************************************************** // default address map -static ADDRESS_MAP_START( crt9007, AS_0, 8 ) +static ADDRESS_MAP_START( crt9007, AS_0, 8, crt9007_device ) AM_RANGE(0x0000, 0x3fff) AM_RAM ADDRESS_MAP_END |