Skip to content

Releases: drojaazu/megadev

MEGADEV 1.2.0

10 May 12:39
7a7246c

Choose a tag to compare

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

20 Apr 16:14

Choose a tag to compare

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

15 Mar 15:10
c2b35a1

Choose a tag to compare

MEGADEV 1.0.0

Version 0.1.1

04 Apr 05:54

Choose a tag to compare

Adds missing include to bootlib header that was breaking example project builds

Version 0.1

02 Apr 15:22

Choose a tag to compare

Initial versioned release