Commit Graph

8 Commits

Author SHA1 Message Date
Admin
3f815efe45 Updating SVN properties 2008-06-14 00:55:20 +00:00
BlackPhoenix
4ca10e3c15 [FIXED] Most of cleanup button captions for wire (not finished - some are missing) 2008-06-13 16:12:12 +00:00
BlackPhoenix
59d87287b5 [FIXED] Address bus duping bug by Free Fall 2008-06-02 09:19:35 +00:00
tad2020
328793307b [Begun STool cleanup] report bugs for rev. 540 here > http://www.wiremod.com/index.php?showforum=35 2007-12-15 10:04:12 +00:00
BlackPhoenix
d3bd4e30a5 [FIXED] TOTALLY REWRITTEN EEPROM FLASH. MUCH MUCH FASTER NOW. Upload & download coming soon.
Previous eeprom flash data will not be compatible with new one.
[ADDED] Address bus outputs data rate via it's memory output (for regular wire)
[FIXED] Address bus wrong undo message
[FIXED] CPU compiler erroring on empty program
2007-11-25 16:19:50 +00:00
BlackPhoenix
36b121db91 [FIX] Bug when you got "string expected, got nil" on program uploading
[FIX] Misc CPU fix (some of "attempted to to ariphmetic operation on string" errors)
[FIX] Address bus is saved by CPU now
2007-05-22 11:34:09 +00:00
BlackPhoenix
36de8e0903 [ADD] Hi-speed in constant value gate
[ADD] Presets in address bus
[ADD] wire_cpu_dumpcode convar, set it to "enable" to enable dumping some debug information (pointers to functions and variables, code listing with corresponding byte addresses, and raw bytes dump)
[ADD] Supports filenames without extension now
[ADD] More information for user about CPU upload status
[ADD] CVAR: wire_cpu_packet_bandwidth (size of each packet, def. 50). It seems that it's reliable to use bandwidth of 100, but not tested in MP (twice the less time needed for uploading program)
[ADD] CVAR: wire_cpu_packet_rate_sp (data rate in SP, def. 0.1)
[ADD] CVAR: wire_cpu_packet_rate_mp (data rate in MP, def. 0.4)

[FIX] Parameters handled as strings
[FIX] Precision fixed (at least floating point digits precision, 14-15 digits actual precision)
[FIX] TPG now sets CMPR to address of error instead of next page address (you cant read cmpr anyway)
[FIX] CPU upload status not displaying in MP
2007-05-17 21:30:52 +00:00
blackphoenix
4f32b835f3 Added:
Console Screen (30x18 dos-like console)
Address Bus (To join up to 4 address spaces)
Data Port (Aka old ports in CPU, but external)
Data Plug (Connects address spaces)
32KB RAM module
CPU Protected Mode (Simple)
CPU Interrupts (in PM)
Strings supported in DB macro.
Lots more I forgot.
CPU Frequency limit to 5000Hz
Fixed:
CPU is now V2.00, added lots and lots of opcodes, around 100 (but 8 are disabled due to some reasons)
Digital Screen (new inputs)
Wired Numpad (Hi-Speed link added, acts as buffer)
New examples for CPU
CPU supports writing to ROM, i.e. program will be restored each reset.
ZCPU & ZASM bugs.

Known bugs:
Address Bus settings do not save when duping
Console screen does not dupe (duplications of it result in things connected to old copy)
Removed in-game editor, reworking it into VGUI. You can always use notepad, or my editor, it might be posted on forum
Some other misc little bugs.
2007-04-12 19:16:47 +00:00