Releases: drojaazu/megadev
Releases · drojaazu/megadev
MEGADEV 1.2.0
What's New
- Fixed major bug where the entry for user code after the security block was being padded by zeros, creating incorrect or invalid opcodes and possibly crashes on startup; corrected by adding SUBALIGN(2) to linker scripts
- Updated Z80 symbols to match newer Megadev formatting
- Lots of small typo and code fixes
Full Changelog: v1.1.0...v1.2.0
MEGADEV 1.1.0
What's New
- Added vanilla Mega Drive cartridge build example
- Added C definitions for Mega Drive system interrupt vectors (main/memmap.h)
- Changed all instances of HINT to HBLANK and VINT to VBLANK for consistency
- Renamed bit and mask definitions for registers to be more consistent
- Renamed VDP utility macros to be more clear
- Documentation typo fixes
Full Changelog: v1.0.0...v1.1.0
MEGADEV v1.0.0
MEGADEV 1.0.0
Version 0.1.1
Adds missing include to bootlib header that was breaking example project builds
Version 0.1
Initial versioned release