pedgarcia / cpcsdk

Automatically exported from code.google.com/p/cpcsdk
0 stars 0 forks source link

Some source cleanups in Reloaded #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There is a pbGPBuffer created at emulator init and used in various places 
(namely fdc,dsk,tape and zip handling). This is dangerous and likely to 
break in the current system. It may be the cause of dsk corruption we see 
sometimes. Remove it!

Also, the pFOdebug should be replaced with logMessage or other similar 
functionality, ie send the output to th gui and allow it to do anything 
with it... save to file or show a logwindow somewhere. Would avoid creating 
an empty debugger.txt on every run.

Original issue reported on code.google.com by pulkoma...@gmail.com on 4 Jun 2010 at 5:19