diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-01 23:32:07 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-01 23:32:07 +0100 |
| commit | be36184b2683e0cb93ce25ec625313fea4b33100 (patch) | |
| tree | 667bd5848da5956993c4f33016588486c72f440c /.nasm | |
| parent | 8b8a5c028e3b9d56ad018aba582cc81e66c45a15 (diff) | |
| download | jetpac.nes-be36184b2683e0cb93ce25ec625313fea4b33100.tar.gz jetpac.nes-be36184b2683e0cb93ce25ec625313fea4b33100.zip | |
Check for all corners on the 'basic' algorithm
There were still some gaps where the check was failing, and trying to be
smart about it was going the "it's too complex for what I need here"
route. Hence, just go to the good old dumb algorithm of "check all
corners". For now the performance has not dropped, so let's hope that we
don't have to re-visit this one.
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.nasm')
| -rw-r--r-- | .nasm/segments.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.nasm/segments.txt b/.nasm/segments.txt index a53110b..c1071d7 100644 --- a/.nasm/segments.txt +++ b/.nasm/segments.txt @@ -1,4 +1,4 @@ - HEADER: 16/16 (100%) -- ROM0: 5260/32762 (16.06%) +- ROM0: 5271/32762 (16.09%) - ROMV: 6/6 (100%) - ROM2: 8192/8192 (100%) |
