summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/trs80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/trs80.cpp')
-rw-r--r--src/mame/machine/trs80.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/machine/trs80.cpp b/src/mame/machine/trs80.cpp
index 912153720c7..a89bd1889ed 100644
--- a/src/mame/machine/trs80.cpp
+++ b/src/mame/machine/trs80.cpp
@@ -374,6 +374,7 @@ void trs80_state::machine_reset()
IMPLEMENTATION
***************************************************************************/
+// TODO: If you get "Attempting to write outside of RAM" enough times in succession, MAME will exit unexpectedly (no error).
QUICKLOAD_LOAD_MEMBER(trs80_state::quickload_cb)
{
address_space &program = m_maincpu->space(AS_PROGRAM);