Udo Munk
Udo Munk
You could add a clean target to the makefile, so that 'make clean' will remove the binary. Another option would be be different targets for systems like tek4010-pi, tek4010-linux. Then...
The define is , can't get it formatted properly.
Performance is good, not a issue. Not very experienced Windows users likeley won't be happy with this, because the whole usage is more like working on a Linux command line...
In tube.c pkill is executed in system(), which fails if the package is not installed. I don't know where the GTK stuff launches the dbus daemon, it fails if dbus...
Should be merged in the DEV branch, not the MASTER release branch. Are you aware that USB game conrollers can be used as joystick in the Web GUI? That is...
The original Dazzler from 1976 does use DMA to access the main memory, the Dazzler II from 2016 uses dual ported RAM to avoid the cycle stealing from the CPU....
I see it the same as you, correct DMA cycle can be implemented later, it is not so terrible important. Besides what we are doing here I'm working on a...
Both ROM's are originaly. The MPU-A one is quite interesting, because MPU-A doesn't have the memory management for what the monitor is doing. Must have been on some other board,...
I added new memory access functions getmem() and putmem() to all memory.h sources. For now they are copies from the functions used for DMA devices. This needs to be corrected...
In the IMSAI the correct memory access function are used now, so I added update of the HOLD LED in the DMA functions. Works nicely with the FIF FDC, but...