Releases: mwedmark/nChip16
Releases · mwedmark/nChip16
0.9.7.1
nChip 0.9.7
New features, lots of stuff that you can look for yourself. But specific that have been reported via github..
- Handles the new Chip16 v1.3 specification including all new opodes: REM,MOD,NOT,NEG
- Now includes handling of versions of Chip16 programs. It will run everything <=1.3 but not later and show an error message of the user tries newer ROM's
- Instruction Counter, counts instructions since last reset. Can be seperately resetted.
Fixed the following bugs:
- Missing opcode implementation for POPF
- Not possible to change CPU Flags in GUI.
- Drawing a sprite on position 0xFFFF does not work!
- Labels stuck between program, when loading new Chip16 programs.
- Runtime changes on palettes wont change pixels already written to screen
- DRW show incorrect format in assembler listing
- Disable editing the source listing, assemler listing is non read only.
- POP and PUSH missing register in assembler listing.
- Lots of error dialogs pile up..
- Not possible to set breakpoint by double-clicking the source listing, New bug that accidentally was introduced in 0.9.6.
nChip 0.9.6
New features:
- Make it possible to switch filtering type in Full-screen mode. Both unfiltered(Nearest Neighbor) and quite a few which uses filtering.
- Access Auto start property from Menu. If Enabled, this is used when doing RESET so that after reloading the program it starts right after load finishes.
- Big ROM takes too long to load, make it faster. Added disable to source listing to make loading faster. Also added wait cursor while loading for better feedback when waiting.
Included bugfixes:
- CLS doesn't reset background index. => Fixed
- All unassigned key generate Chip16 UP => Fixed! Nothing happens when using un-assigned keys.
nChip 0.9.5
Trying out the release function