diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-12-12 14:34:05 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-12-16 16:29:10 -0600 |
| commit | 02712d69cdd859d702cc7577e72db27d6f0c9ad5 (patch) | |
| tree | 01d0c36111a99f596588816a2529f661ba56d023 /tb/sim/descifrador.py | |
| parent | 397245139af754af07e61a10a91fdc9b9e72153f (diff) | |
Implement fast video
Diffstat (limited to '')
| -rw-r--r-- | tb/sim/descifrador.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tb/sim/descifrador.py b/tb/sim/descifrador.py index e754f2a..a77375b 100644 --- a/tb/sim/descifrador.py +++ b/tb/sim/descifrador.py @@ -7,6 +7,7 @@ loads = {START: FILE} consts = {0x30050000: 1, 0x30060000: 0} cycles = 23000000 mem_dumps = [range(START, START + SIZE)] +enable_video = True def final(): words = [] |
