.. role:: raw-html-m2r(raw)
:format: html
Changelog
=========
All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog `_
and this project adheres to `Semantic Versioning `_.
:raw-html-m2r:``
`v0.0.2 `_ - 2024-04-24
--------------------------------------------------------------------------------------
:raw-html-m2r:`[Compare with v0.0.1](https://github.com/gutomaia/wedNESday/compare/v0.0.1...v0.0.2)`
Features
^^^^^^^^
* new spec for cpu interrupt test (\ `c26c5c7 `_ by Guto Maia).
* generate gh-pages site (\ `fae097b `_ by Guto Maia).
* generate a javascript version of the spec (\ `68ac9d2 `_ by Guto Maia).
* py3nes bridge (\ `67f4d03 `_ by Guto Maia).
* arbne bridge (\ `39677d8 `_ by Guto Maia).
* pyntendo bridge (\ `ac07265 `_ by Guto Maia).
* report plugin (\ `e53edbd `_ by Guto Maia).
* jsnes bridge (\ `1288dd3 `_ by Guto Maia).
* implement push word in torlus bridge (\ `de3816a `_ by Guto Maia).
* docs (\ `905f9a3 `_ by Guto Maia).
* using miniracer to test a javascript 6502CPU (\ `b692d6b `_ by Guto Maia).
Bug Fixes
^^^^^^^^^
* fixes BRK instruction test (\ `bb619ac `_ by Guto Maia).
* fixes JSR spec and split into more tests (\ `69be84d `_ by Guto Maia).
* fixes arbne bridge's status and pull/push byte (\ `c9cfd21 `_ by Guto Maia).
* ADC with BCD test spec (\ `2aa39b1 `_ by Guto Maia).
* cpu cycle checks (\ `472bf2a `_ by Guto Maia).
* fixes BRK spec logic (\ `17bb88c `_ by Guto Maia).
* fixes PLP instruction spec (\ `b8c2a63 `_ by Guto Maia).
* proper using curl on Makefile (\ `6c4c4ca `_ by Guto Maia).
* hacked PLA instruction to work with torlus 6502.js (\ `5690569 `_ by Guto Maia).
* PHP instruction tests on torlus 6502.js (\ `4cdba97 `_ by Guto Maia).
`v0.0.1 `_ - 2017-09-04
--------------------------------------------------------------------------------------
:raw-html-m2r:`[Compare with first commit](https://github.com/gutomaia/wedNESday/compare/6d247b8ce8c08a1e29cbbdd44408af910e4ab5fc...v0.0.1)`