mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-10 17:30:47 +00:00
Added TODOs
This commit is contained in:
parent
4b5956ba3a
commit
dfc1df0df2
@ -307,6 +307,7 @@ bool SCSIBR::SendMessage10(const DWORD *cdb, BYTE *buf)
|
||||
// GET MESSAGE(10)
|
||||
//
|
||||
//---------------------------------------------------------------------------
|
||||
// TODO Rename and call it with a new dispatcher in this class
|
||||
void SCSIBR::Read10(SASIDEV *controller)
|
||||
{
|
||||
SASIDEV::ctrl_t *ctrl = controller->GetWorkAddr();
|
||||
@ -340,6 +341,7 @@ void SCSIBR::Read10(SASIDEV *controller)
|
||||
// This Send Message command is used by the X68000 host driver
|
||||
//
|
||||
//---------------------------------------------------------------------------
|
||||
// TODO Rename and call it with a new dispatcher in this class
|
||||
void SCSIBR::Write10(SASIDEV *controller)
|
||||
{
|
||||
SASIDEV::ctrl_t *ctrl = controller->GetWorkAddr();
|
||||
|
Loading…
x
Reference in New Issue
Block a user