From 7b016f1abb6a4dbf39633969c516f4fe28e90f14 Mon Sep 17 00:00:00 2001 From: Preston Skupinski Date: Sun, 6 Nov 2011 10:15:42 -0500 Subject: [PATCH] updated the TODO --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index 1a83152..25d61c2 100644 --- a/TODO +++ b/TODO @@ -10,9 +10,11 @@ Testing: - Tests needed for interrupt support - Tests needed for the numerous other operations added CPU: +- 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 + * Use typed arrays if browser supports them Memory: - Bank wrapping or not wrapping for certain addressing modes and with certain settings