From bc5c59469f005c220b07ff27071c8c62091672c9 Mon Sep 17 00:00:00 2001 From: Preston Skupinski Date: Wed, 12 Dec 2012 22:57:38 -0500 Subject: [PATCH] Decided loading binaries from a url was not appropriate for the base emulator, whatever is extending it or using it is responsible for that --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 5b811d4..d4e1646 100644 --- a/TODO +++ b/TODO @@ -17,7 +17,6 @@ CPU: - Ideally this should wait till after instructions are altered to grab whatever bytes they need instead of relying on the loop to grab it for them. -- Add support for loading a binary using a url - Figure out the exact details of how the 65816 handles illegal BCD numbers when decimal mode is set - Optimization @@ -32,6 +31,7 @@ Memory: - Page wrapping or not wrapping for certain addressing modes and with certain settings Display: +- Add support for loading a binary using a url - Add the ability to step, pause and stop execution - Ability to view the path of operation execution as it executes, like have the hex chars that are being interpreted at the moment highlighted