summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ram.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ram.cpp')
-rw-r--r--src/devices/machine/ram.cpp15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/devices/machine/ram.cpp b/src/devices/machine/ram.cpp
index 623cbea1af0..d1cc4dc8328 100644
--- a/src/devices/machine/ram.cpp
+++ b/src/devices/machine/ram.cpp
@@ -2,14 +2,17 @@
// copyright-holders:Nathan Woods, Dirk Best
/*************************************************************************
- RAM device
+RAM device
- Provides a configurable amount of RAM to drivers
+Provides a configurable amount of RAM to drivers
- Limitations due to hardcoded RAM_TAG:
- - *configurable* RAM device can only be added to root device
- (that is the driver device)
- - can only have one *configurable* RAM device per machine driver
+TODO:
+- default fill value of 0xCD makes no sense
+- add RAM size options to UI, eg. under Machine Configuration
+- remove limitations due to hardcoded RAM_TAG:
+ + *configurable* RAM device can only be added to root device
+ (that is the driver device)
+ + can only have one *configurable* RAM device per machine driver
**************************************************************************/