-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
53 lines (35 loc) · 895 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Change Log
**********
All notable changes to this project will be documented in this file. This
project adheres to semantic versioning.
Unreleased - YYYY-MM-DD
=======================
Added:
- documentation in docs
- help screen
- tutorial for startup
- GNU GPL v3 license
- emulator: custom colors (32-bit RGBA) for background & foreground
- emulator: custom fps
- emulator: a help dialog
v1.1.1 - 2015-08-29
===================
Fixed:
- issue #1: data/mnemonic recognition ambiguity for disassembler
Changed:
- more warnings when compiling with -Wall
v1.1.0 - 2015-08-07
===================
Added:
- one-pass mode for assembler
v1.0.1 - 2015-08-07
===================
Changed:
- assembler: removed char buffer; now reads directly from file
v1.0.0 - 2015-08-05
===================
This is the inital release of the chip-8 toolset
Added:
- assembler
- emulator
- disassembler