mirror of
https://github.com/thewesker/RASCSI.git
synced 2025-12-21 04:41:12 -05:00
Un-do extraneous changes before merging back into source branch
This commit is contained in:
@@ -8151,8 +8151,8 @@ void FASTCALL SCSIDEV::Selection()
|
|||||||
|
|
||||||
// Raise BSY and respond
|
// Raise BSY and respond
|
||||||
ctrl.bus->SetBSY(TRUE);
|
ctrl.bus->SetBSY(TRUE);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Selection completed
|
// Selection completed
|
||||||
if (!ctrl.bus->GetSEL() && ctrl.bus->GetBSY()) {
|
if (!ctrl.bus->GetSEL() && ctrl.bus->GetBSY()) {
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
#include "fileio.h"
|
#include "fileio.h"
|
||||||
#include "disk.h"
|
#include "disk.h"
|
||||||
#include "gpiobus.h"
|
#include "gpiobus.h"
|
||||||
|
#include "spdlog/spdlog.h"
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
@@ -995,6 +996,9 @@ int main(int argc, char* argv[])
|
|||||||
struct sched_param schparam;
|
struct sched_param schparam;
|
||||||
#endif // BAREMETAL
|
#endif // BAREMETAL
|
||||||
|
|
||||||
|
spdlog::set_level(spdlog::level::trace);
|
||||||
|
spdlog::trace("Entering the function with %d arguments", argc);
|
||||||
|
|
||||||
// Output the Banner
|
// Output the Banner
|
||||||
Banner(argc, argv);
|
Banner(argc, argv);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user