# HG changeset patch # User Robert McIntyre # Date 1333892632 18000 # Node ID 9366539d29b6d2d02ab220fc6a8ef4c93c9f9c1f # Parent 652c5abee8923800ccd015c500e4059f400bd339 item layout is complete. diff -r 652c5abee892 -r 9366539d29b6 clojure/com/aurellem/run/bootstrap_0.clj --- a/clojure/com/aurellem/run/bootstrap_0.clj Sun Apr 08 08:27:55 2012 -0500 +++ b/clojure/com/aurellem/run/bootstrap_0.clj Sun Apr 08 08:43:52 2012 -0500 @@ -1061,8 +1061,8 @@ target-high 0x37 ;; (item-hack) set carry flag no-op - 0x2F ;; (item-hack) cpl A - 0x2F ;; (item-hack) cpl A --together a spacer no-op + 0x00 ;; (item-hack) no-op + 0x37 ;; (item-hack) set carry flag no-op 0x00 ;; (item-hack) no-op 0xF3 ;; disable interrupts @@ -1151,11 +1151,17 @@ 0x00 0x37 ;; (item-hack) set carry flag no-op - 0x00 - 0x21 + 0x2E ;; 0x3A -> L + 0x3A - 0x3A - 0xD5 + + 0x00 ;; (item-hack) no-op + 0x26 ;; 0xD5 -> L + 0xD5 + 0x01 ;; (item-hack) set-carry BC + + 0x00 ;; (item-hack) these can be anything + 0x00 ;; 0x00 ;; 0x44 ;; H -> B diff -r 652c5abee892 -r 9366539d29b6 save-states/pc-item-writer.sav Binary file save-states/pc-item-writer.sav has changed