Skip to content
New MINOR release 01.03.00

Changes since 01.02.01:
- Set busy cursor before opening the device.
  So when opening a device that takes long to open (SharedMemoryDummy)
  there is some indication that the application is doing something
- Implement writing to debug registers
  If the register is read-only, try to get the shadow write register and
 use that for writing so it is possible to write to the dummy register for debug purposes
- Catch logic_error when trying to open dmap. Was stuck in endless loop due to
  catching at the wrong place and re-starting.
  Fixes #5