mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-23 06:48:25 +00:00
Oups
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
Set-Location build
|
||||
cmake .. -G "MinGW Makefiles" -DCMAKE_SH="CMAKE_SH-NOTFOUND" -DGITBUILD=true
|
||||
- name: Build with Makefile
|
||||
run: mingw32-make -C build ComSquare
|
||||
run: mingw32-make -C build ComSquare
|
||||
- name: Clean up
|
||||
run: |
|
||||
Set-Location build
|
||||
|
||||
@@ -74,7 +74,7 @@ namespace ComSquare::Memory
|
||||
// TODO implement Joys.
|
||||
|
||||
// Mirror to the quarter 1.
|
||||
for (uint24_t i = 0; i < 0x400000; i += 0x10000)
|
||||
for (uint24_t i = 0; i < 0x400000; i += 0x010000)
|
||||
this->_mirrorComponents(console, i);
|
||||
// Mirror to the quarter 3.
|
||||
for (uint24_t i = 0x800000; i < 0xC00000; i += 0x10000)
|
||||
|
||||
Reference in New Issue
Block a user