Break Tools 1.2
ogamespec
released this
23 Aug 19:23
·
158 commits
to main
since this release
По русски
Так ребята, настало время обновить версии.
Главное изменение - это конечно же новый логотип для PPU Player!!!11 Было потрачено примерно целых 5 минут на его создание средствами AI (мне это лого кстати уже надоело). И остальные мелкие изменения.
А если серьезно:
- Теперь в основном эмуляторе можно делать регдампы! Найдёте в настройках.
- Исправлен схемный баг в APUSim (barrel shifter). Под схемным багом имеется ввиду баг, который появился из-за неправильной перестановки логической схемы на C++
- Так как мы недавно разреверсили схему MMC1 - этот маппер добавился в список, но пока видимо оно не работает
- В комплект с утилитами я добавил Lite версию эмулятора для SDL2. Просто укажите .nes файл через командную строку и оно должно что-то показать на экране
- Ввод по прежнему не работает
- И кажется я забыл обновить версию эмулятора на 2.2, ну да ладно
Release Notes
Okay guys, it's time for an update.
The main change is of course the new logo for PPU Player!!!11 It took about a whopping 5 minutes to create it using AI (I'm bored with that one already, by the way). And the rest of the minor changes.
And seriously:
- Now in the main emulator you can do regdumps! You can find it in the settings.
- Fixed circuit bug in APUSim (barrel shifter). By circuit bug we mean a bug that appeared due to incorrect rewiring of a logic circuit in C++
- Since we recently reverse engineered the MMC1 circuit - this mapper has been added to the list, but apparently it doesn't work yet
- I've added a Lite version of the emulator for SDL2 to the utilities bundle. Just specify the .nes file via the command line and it should show something on the screen
- Input still doesn't work
- And I think I forgot to update the emulator version to 2.2, but whatever
Translated with www.DeepL.com/Translator (free version)
Cool pics
What's Changed
- Fixed barrel shifter (square channel) by @ogamespec in #426
- Refactored triangle section a bit by @ogamespec in #428
- ChipFeature preliminary by @ogamespec in #429
- Breaknes SDL2 by @ogamespec in #430
- Refactor video/audio by @ogamespec in #431
- Preliminary MMC1 support by @ogamespec in #436
- New PPUPlayer logo and other minor changes by @ogamespec in #438
- Preliminary regdump support by @ogamespec in #439
- Reverted some broken changes by @ogamespec in #440
- regdump fixed by @ogamespec in #441
- fixed regdump (again) by @ogamespec in #442
Full Changelog: breaknes-21...break-tools-12