diff options
Diffstat (limited to 'src/mame/video/ygv608.cpp')
-rw-r--r-- | src/mame/video/ygv608.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/video/ygv608.cpp b/src/mame/video/ygv608.cpp index ba65cce66cf..d8fe6a80395 100644 --- a/src/mame/video/ygv608.cpp +++ b/src/mame/video/ygv608.cpp @@ -286,6 +286,8 @@ static ADDRESS_MAP_START( regs_map, AS_IO, 8, ygv608_device ) // CRTC AM_RANGE(39, 46) AM_WRITE(crtc_w) +// 47-48 ROM transfer control - DMA source address +// 49 ROM transfer control - DMA size ADDRESS_MAP_END /*************************************** |