Brian Pugh
|
17a740b379
|
Merge pull request #14 from BrianPugh/smb2
Add SMB2 dumping support
|
2021-09-24 16:36:31 -07:00 |
|
Brian Pugh
|
7c459c6b44
|
Add SMB2 dumping support
|
2021-09-24 16:35:30 -07:00 |
|
Brian Pugh
|
2594038f17
|
fix python call in make help
|
2021-09-24 15:14:50 -07:00 |
|
Brian Pugh
|
d9a803a92f
|
Update README.md
|
2021-09-24 11:51:50 -07:00 |
|
Brian Pugh
|
fc2b654696
|
Merge pull request #13 from BrianPugh/rom-hacks
Add ability to override smb1 ROM
|
2021-09-24 11:00:05 -07:00 |
|
Brian Pugh
|
89560357d2
|
Add NES header to smb1 dump for easier usage
|
2021-09-24 10:58:08 -07:00 |
|
Brian Pugh
|
2f7322b22b
|
Add ability to override smb1
|
2021-09-24 10:49:40 -07:00 |
|
Brian Pugh
|
3de6dc8f57
|
fix typo in gitignore
|
2021-09-24 10:13:13 -07:00 |
|
Brian Pugh
|
242b84fdbd
|
Merge pull request #12 from BrianPugh/more-int
Complete system revamp
v0.1
|
2021-09-24 10:07:11 -07:00 |
|
Brian Pugh
|
52cca525c0
|
Update README
|
2021-09-24 10:05:56 -07:00 |
|
Brian Pugh
|
d8c9c6b08e
|
improve argparse organization
|
2021-09-24 09:54:53 -07:00 |
|
Brian Pugh
|
afdf449237
|
fix smb1 and smb2 sound
|
2021-09-24 09:37:41 -07:00 |
|
Brian Pugh
|
4dc2acb636
|
tweak sram address
|
2021-09-24 09:08:22 -07:00 |
|
Brian Pugh
|
2d13a97fe6
|
populate analyze of mem_observer
|
2021-09-23 19:59:34 -07:00 |
|
Brian Pugh
|
80fecdcf78
|
Better mem_observer TUI
|
2021-09-23 12:54:51 -07:00 |
|
Brian Pugh
|
64ff9d523a
|
misc
|
2021-09-23 10:55:48 -07:00 |
|
Brian Pugh
|
d5ad48dfbc
|
mem_observer initial commit
|
2021-09-23 10:11:49 -07:00 |
|
Brian Pugh
|
cbe7d570f6
|
force env to always be rebuilt
|
2021-09-22 22:09:21 -07:00 |
|
Brian Pugh
|
95d5842c21
|
Have complete rebuild if PATCH_PARAMS changes
|
2021-09-22 20:47:54 -07:00 |
|
Brian Pugh
|
92fd68daa4
|
Merge pull request #11 from BrianPugh/move-to-sram3
Move to sram3
|
2021-09-22 19:52:01 -07:00 |
|
Brian Pugh
|
b42da3d60c
|
make more moves to sram3 now that all the backup logic is put in place
|
2021-09-22 19:13:12 -07:00 |
|
Brian Pugh
|
47a0243658
|
fix docstrings
|
2021-09-22 19:05:52 -07:00 |
|
Brian Pugh
|
9c4ccc375f
|
rename move_ext_extended to just move_ext
|
2021-09-22 19:00:03 -07:00 |
|
Brian Pugh
|
546ec636d2
|
if it can't fit in sram3, attempt to put it in internal
|
2021-09-22 18:55:26 -07:00 |
|
Brian Pugh
|
f072050f53
|
dynamically move to ext if int is full
|
2021-09-22 10:11:06 -07:00 |
|
Brian Pugh
|
d3e2f8d5f2
|
fix rounding direction
|
2021-09-22 09:30:16 -07:00 |
|
Brian Pugh
|
4f364aedce
|
Have nested exceptions come from None to cleanup backtraces
|
2021-09-22 09:27:03 -07:00 |
|
Brian Pugh
|
18e7454788
|
towards dynamic section placement
|
2021-09-22 08:46:22 -07:00 |
|
Brian Pugh
|
0cdeade155
|
don't move to sram if below a compression ratio threshold
|
2021-09-21 21:01:22 -07:00 |
|
Brian Pugh
|
ba8f400a16
|
Print dynamic compression ratios when adding to sram3
|
2021-09-21 17:45:52 -07:00 |
|
Brian Pugh
|
dbadf93ef9
|
working SMB2
|
2021-09-21 16:20:03 -07:00 |
|
Brian Pugh
|
a0a4a6ba66
|
Merge branch 'more-int' into move-to-sram3
|
2021-09-21 15:12:15 -07:00 |
|
Brian Pugh
|
8751d5ea56
|
replace a nop with a simulated return value
|
2021-09-21 15:09:55 -07:00 |
|
Brian Pugh
|
180f23989a
|
added a bunch of explicit sram3 references
|
2021-09-21 12:07:42 -07:00 |
|
Brian Pugh
|
6b7c7035a2
|
print sram data upon completion
|
2021-09-21 12:07:20 -07:00 |
|
Brian Pugh
|
9af6fd775a
|
hijack some ram at 0x240e2b38
|
2021-09-21 11:35:33 -07:00 |
|
Brian Pugh
|
78e66fa48e
|
Update end-of-rwdata-table pointer
|
2021-09-21 10:15:03 -07:00 |
|
Brian Pugh
|
371c3517d1
|
fix linker script, add __str__ method to rwdata
|
2021-09-21 09:33:02 -07:00 |
|
Brian Pugh
|
b71ead9223
|
misc fixes
|
2021-09-21 08:58:47 -07:00 |
|
Brian Pugh
|
08e6df012c
|
some commmented out and re-arranged code for sram3
|
2021-09-21 07:58:10 -07:00 |
|
Brian Pugh
|
6fa60c51d0
|
misc fixes
|
2021-09-20 22:30:48 -07:00 |
|
Brian Pugh
|
617e9db575
|
fixed missing offset from compression
|
2021-09-20 21:40:14 -07:00 |
|
Brian Pugh
|
6680886c12
|
move rwdata to the end, shift novel code up
|
2021-09-20 21:35:51 -07:00 |
|
Brian Pugh
|
4afbb42ffa
|
RWData initial commit to have greater control over data placement
|
2021-09-20 21:10:55 -07:00 |
|
Brian Pugh
|
32077394fb
|
Use standard move_ext for graphic tiles; maybe revert once sram3 is all working
|
2021-09-20 17:23:15 -07:00 |
|
Brian Pugh
|
58c53d74f6
|
Add SRAM3 class and added it to Device
|
2021-09-20 17:21:09 -07:00 |
|
Brian Pugh
|
0a97af72fc
|
slight improvement to export icons tool
|
2021-09-20 14:43:57 -07:00 |
|
Brian Pugh
|
2b67ed5779
|
add export_icons.py tool
|
2021-09-20 14:23:38 -07:00 |
|
Brian Pugh
|
a134d29b76
|
Add comments about potential space savings of compressing (i think) images
|
2021-09-20 11:52:29 -07:00 |
|
Brian Pugh
|
e7b568d59f
|
Add --no-smb2 flag
|
2021-09-20 11:47:44 -07:00 |
|