mirror of
https://github.com/akuker/RASCSI.git
synced 2025-06-12 08:37:58 +00:00
* Fix VCD timestamps.
VCD simulation timestamps are integers.
eb71c31cf1
changed them to doubles which
causes the files to be unreadable.
* Fix VCD byte values
no spaces allowed between b and the bits. Value will be left-extended
with zeros.