Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc-extra / emu / rrgb / ChangeLog
blob00e82c1b8781b188626c7dd3d0601547df86942c
1 2010-02-09 Borut Razem <borut.razem AT siol.net>
3         * z80ops.c: enabled opcode 0xfb - instruction ei
4         * z80.c: report the exact address and value of invalid/unknown opcode
5         * debugger.c: fixed dump command - displaying ASCII values
7 0.1 (980321)
8 ------------
10 Initial version, derrived from z81 by Russel Marks.
11 Some instructions arent implemented (search for NYI)
12 Some arent tested (search from NYT)
14 0.2 (980707)
15 ------------
16 Fixed up the tstates per cycle for all opcodes.  An audit would be nice...
18 0.21 (980716)
19 -------------
20 Added read only banked memory support.
22 0.30 (980719)
23 ------------
24 Added a simple command line debugger with disassembler.
26 0.32 (980821)
27 -------------
28 Debugger is much enhanced and will load a .map file if its present.
29 Call back stack is implemented - try "b <subroutine name>" "g" "s"
30 Added bank write support !!WRITE ACCESS IS ENABLED BY DEFAULT!!
31 Can now set breakpoints, ranges etc by label.
33 0.35 (981023)
34 -------------
35 Lots of stuff.  Added simple comms support through sockets.  Added
36 command line switches(!), making entering the debugger and loading
37 the map file etc optinal.  Added a 100Hz timer interupt.