git @ Cat's Eye Technologies linapple / master src / Harddisk.cpp
master

Tree @master (Download .tar.gz)

Harddisk.cpp @masterraw · history · blame

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
/*
AppleWin : An Apple //e emulator for Windows

Copyright (C) 1994-1996, Michael O'Brien
Copyright (C) 1999-2001, Oliver Schmidt
Copyright (C) 2002-2005, Tom Charlesworth
Copyright (C) 2006-2007, Tom Charlesworth, Michael Pohoreski

AppleWin is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

AppleWin is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with AppleWin; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

/* Description: Hard drive emulation
 *
 * Author: Copyright (c) 2005, Robert Hoem
 */

/* Adaptation for SDL and POSIX (l) by beom beotiger, Nov-Dec 2007 */

#include "stdafx.h"
#include "wwrapper.h"

#include "ftpparse.h"
#include "DiskFTP.h"

//#pragma  hdrstop
//#include "resource.h"

/*
Memory map:

    C0F0  (r)   EXECUTE AND RETURN STATUS
  C0F1  (r)   STATUS (or ERROR)
  C0F2  (r/w) COMMAND
  C0F3  (r/w) UNIT NUMBER
  C0F4  (r/w) LOW BYTE OF MEMORY BUFFER
  C0F5  (r/w) HIGH BYTE OF MEMORY BUFFER
  C0F6  (r/w) LOW BYTE OF BLOCK NUMBER
  C0F7  (r/w) HIGH BYTE OF BLOCK NUMBER
  C0F8    (r)   NEXT BYTE
*/

/*
Hard drive emulation in Applewin.

Concept
    To emulate a 32mb hard drive connected to an Apple IIe via Applewin.
    Designed to work with Autoboot Rom and Prodos.

Overview
  1. Hard drive image file
      The hard drive image file (.HDV) will be formatted into blocks of 512
      bytes, in a linear fashion. The internal formatting and meaning of each
      block to be decided by the Apple's operating system (ProDos). To create
      an empty .HDV file, just create a 0 byte file (I prefer the debug method).

  2. Emulation code
      There are 4 commands Prodos will send to a block device.
      Listed below are each command and how it's handled:

      1. STATUS
          In the emulation's case, returns only a DEVICE OK (0) or DEVICE I/O ERROR (8).
          DEVICE I/O ERROR only returned if no HDV file is selected.

      2. READ
          Loads requested block into a 512 byte buffer by attempting to seek to
            location in HDV file.
          If seek fails, returns a DEVICE I/O ERROR.  Resets hd_buf_ptr used by HD_NEXTBYTE
          Returns a DEVICE OK if read was successful, or a DEVICE I/O ERROR otherwise.

      3. WRITE
          Copies requested block from the Apple's memory to a 512 byte buffer
            then attempts to seek to requested block.
          If the seek fails (usually because the seek is beyond the EOF for the
            HDV file), the Emulation will attempt to "grow" the HDV file to accomodate.
            Once the file can accomodate, or if the seek did not fail, the buffer is
            written to the HDV file.  NOTE: A2PC will grow *AND* shrink the HDV file.
          I didn't see the point in shrinking the file as this behaviour would require
            patching prodos (to detect DELETE FILE calls).

      4. FORMAT
          Ignored.  This would be used for low level formatting of the device
            (as in the case of a tape or SCSI drive, perhaps).

  3. Bugs
      The only thing I've noticed is that Copy II+ 7.1 seems to crash or stall
      occasionally when trying to calculate how many free block are available
      when running a catalog.  This might be due to the great number of blocks
      available.  Also, DDD pro will not optimise the disk correctally (it's
      doing a disk defragment of some sort, and when it requests a block outside
      the range of the image file, it starts getting I/O errors), so don't
      bother.  Any program that preforms a read before write to an "unwritten"
      block (a block that should be located beyond the EOF of the .HDV, which is
      valid for writing but not for reading until written to) will fail with I/O
      errors (although these are few and far between).

      I'm sure there are programs out there that may try to use the I/O ports in
      ways they weren't designed (like telling Ultima 5 that you have a Phazor
      sound card in slot 7 is a generally bad idea) will cause problems.
*/

char Hddrvr_dat[] =
    "\xA9\x20\xA9\x00\xA9\x03\xA9\x3C\xA9\x00\x8D\xF2\xC0\xA9\x70\x8D"
    "\xF3\xC0\xAD\xF0\xC0\x48\xAD\xF1\xC0\x18\xC9\x01\xD0\x01\x38\x68"
    "\x90\x03\x4C\x00\xC6\xA9\x70\x85\x43\xA9\x00\x85\x44\x85\x46\x85"
    "\x47\xA9\x08\x85\x45\xA9\x01\x85\x42\x20\x46\xC7\x90\x03\x4C\x00"
    "\xC6\xA2\x70\x4C\x01\x08\x18\xA5\x42\x8D\xF2\xC0\xA5\x43\x8D\xF3"
    "\xC0\xA5\x44\x8D\xF4\xC0\xA5\x45\x8D\xF5\xC0\xA5\x46\x8D\xF6\xC0"
    "\xA5\x47\x8D\xF7\xC0\xAD\xF0\xC0\x48\xA5\x42\xC9\x01\xD0\x03\x20"
    "\x7D\xC7\xAD\xF1\xC0\x18\xC9\x01\xD0\x01\x38\x68\x60\x98\x48\xA0"
    "\x00\xAD\xF8\xC0\x91\x44\xC8\xD0\xF8\xE6\x45\xA0\x00\xAD\xF8\xC0"
    "\x91\x44\xC8\xD0\xF8\x68\xA8\x60\x00\x00\x00\x00\x00\x00\x00\x00"
    "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
    "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
    "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
    "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
    "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
    "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xFF\x7F\xD7\x46"
    ;


typedef struct
{
  TCHAR  hd_imagename[16];
  TCHAR  hd_fullname[128];
  BYTE  hd_error;
  WORD  hd_memblock;
  WORD  hd_diskblock;
  WORD  hd_buf_ptr;
  BOOL  hd_imageloaded;
  HANDLE  hd_file;
  BYTE  hd_buf[513];
} HDD, *PHDD;

static bool  g_bHD_RomLoaded = false;
bool g_bHD_Enabled = false;

static BYTE  g_nHD_UnitNum = DRIVE_1;

// The HDD interface has a single Command register for both drives:
// . ProDOS will write to Command before switching drives
static BYTE  g_nHD_Command;

static HDD g_HardDrive[2] = {0};

static UINT g_uSlot = 7;

static int HDDStatus = DISK_STATUS_OFF;  // status: 0 - none, 1 - read, 2 - write
//===========================================================================
int HD_GetStatus(void) {
  int result = HDDStatus;
//  HDDStatus = DISK_STATUS_OFF;
  return result;
}
void HD_ResetStatus(void) {
  HDDStatus = DISK_STATUS_OFF;
}


static void GetImageTitle (LPCTSTR imagefilename, PHDD pHardDrive)
{
  TCHAR   imagetitle[128];
  LPCTSTR startpos = imagefilename;

  // imagetitle = <FILENAME.EXT>
  if (_tcsrchr(startpos,FILE_SEPARATOR))
    startpos = _tcsrchr(startpos,FILE_SEPARATOR)+1;
  _tcsncpy(imagetitle,startpos,127);
  imagetitle[127] = 0;

  // if imagetitle contains a lowercase char, then found=1 (why?)
  BOOL found = 0;
  int  loop  = 0;
  while (imagetitle[loop] && !found)
  {
    if (IsCharLower(imagetitle[loop]))
      found = 1;
    else
      loop++;
  }

  // commented by me, bb! ^_^
//  if ((!found) && (loop > 2))
//    CharLowerBuff(imagetitle+1,_tcslen(imagetitle+1));

  // fptr->fullname = <FILENAME.EXT>
  _tcsncpy(pHardDrive->hd_fullname,imagetitle,127);
  pHardDrive->hd_fullname[127] = 0;

  if (imagetitle[0])
  {
    LPTSTR dot = imagetitle;
    if (_tcsrchr(dot,TEXT('.')))
      dot = _tcsrchr(dot,TEXT('.'));
    if (dot > imagetitle)
      *dot = 0;
  }

  // fptr->imagename = <FILENAME> (ie. no extension)
  _tcsncpy(pHardDrive->hd_imagename,imagetitle,15);
  pHardDrive->hd_imagename[15] = 0;
}

static void NotifyInvalidImage (TCHAR* filename)
{
  // TC: TO DO
  printf("HDD: Could not load %s\n", filename);
}

static void HD_CleanupDrive(int nDrive)
{
  if(g_HardDrive[nDrive].hd_file) CloseHandle(g_HardDrive[nDrive].hd_file);
  g_HardDrive[nDrive].hd_imageloaded = false;
  g_HardDrive[nDrive].hd_imagename[0] = 0;
  g_HardDrive[nDrive].hd_fullname[0] = 0;
}

static BOOL HD_Load_Image(int nDrive, LPCSTR filename)
{
/*  g_HardDrive[nDrive].hd_file = CreateFile(filename,
    GENERIC_READ | GENERIC_WRITE,
    FILE_SHARE_READ,
    (LPSECURITY_ATTRIBUTES)NULL,
    OPEN_EXISTING,
    FILE_ATTRIBUTE_NORMAL | FILE_FLAG_RANDOM_ACCESS,
    NULL);*/
// TO-DO UnZip and UnGzip hard disks images? Is it needed?

  g_HardDrive[nDrive].hd_file = fopen(filename, "r+b");

  if (g_HardDrive[nDrive].hd_file == INVALID_HANDLE_VALUE)
    g_HardDrive[nDrive].hd_imageloaded = false;
  else
    g_HardDrive[nDrive].hd_imageloaded = true;

  return g_HardDrive[nDrive].hd_imageloaded;
}

#if 0
static LPCTSTR HD_DiskGetName (int nDrive)
{
  return g_HardDrive[nDrive].hd_imagename;
}
#endif

//===========================================================================

// everything below is global

static BYTE /*__stdcall*/ HD_IO_EMUL (WORD pc, WORD addr, BYTE bWrite, BYTE d, ULONG nCyclesLeft);

static const DWORD HDDRVR_SIZE = 0x100;

bool HD_CardIsEnabled()
{
  return g_bHD_RomLoaded && g_bHD_Enabled;
}

void HD_SetEnabled(bool bEnabled)
{
  if(g_bHD_Enabled == bEnabled)
    return;

  g_bHD_Enabled = bEnabled;

  LPBYTE pCxRomPeripheral = MemGetCxRomPeripheral();
  if(pCxRomPeripheral == NULL)  // This will be NULL when called after loading value from Registry
    return;

  if(g_bHD_Enabled)
    HD_Load_Rom(pCxRomPeripheral, g_uSlot);
  else
    memset(pCxRomPeripheral + g_uSlot*256, 0, HDDRVR_SIZE);

  RegisterIoHandler(g_uSlot, HD_IO_EMUL, HD_IO_EMUL, NULL, NULL, NULL, NULL);
//  printf("Hddrvr.bin loaded and registered!\n");
}

LPCTSTR HD_GetFullName (int nDrive)
{
  return g_HardDrive[nDrive].hd_fullname;
}

VOID HD_Load_Rom(LPBYTE pCxRomPeripheral, UINT uSlot)
{
  if(!g_bHD_Enabled)
    return;
//
  // read resource (HDD firmware)
// firmware for HDD
// #define IDR_HDDRVR_FW    "Hddrvr.bin"
//   char BUFFER[HDDRVR_SIZE];
//   FILE * hdfile = NULL;
//   hdfile = fopen(IDR_HDDRVR_FW, "rb");
//   if(hdfile == NULL) return; // no file?
//   int nbytes = fread(BUFFER, 1, HDDRVR_SIZE, hdfile);
//   fclose(hdfile);
//   if(nbytes != HDDRVR_SIZE) return; // have not read enough?

  BYTE* pData = (BYTE*) Hddrvr_dat;  // NB. Don't need to unlock resource - hmmmmmm....... i love linux
//   if(pData == NULL)
//     return;

  g_uSlot = uSlot;
  memcpy(pCxRomPeripheral + uSlot*256, pData, HDDRVR_SIZE);
  g_bHD_RomLoaded = true;
}

VOID HD_Cleanup()
{
  for(int i=DRIVE_1; i<DRIVE_2; i++)
  {
    HD_CleanupDrive(i);
  }
}

// pszFilename is not qualified with path
BOOL HD_InsertDisk2(int nDrive, LPCTSTR pszFilename)
{
  if (*pszFilename == 0x00)
    return false;

//  char szFullFilename[MAX_PATH];

//  RegLoadString(TEXT("Preferences"),TEXT("HDV Starting Directory"), 1, szFullFilename, MAX_PATH);
//  strcat(szFullFilename, pszFilename);

  return HD_InsertDisk(nDrive, pszFilename);
}

// imagefilename is qualified with path
BOOL HD_InsertDisk(int nDrive, LPCTSTR imagefilename)
{
  if (*imagefilename == 0x00)
    return false;

  if (g_HardDrive[nDrive].hd_imageloaded)
    HD_CleanupDrive(nDrive);

  BOOL result = HD_Load_Image(nDrive, imagefilename);

  if (result)
    GetImageTitle(imagefilename, &g_HardDrive[nDrive]);
  else NotifyInvalidImage((char*)imagefilename);  // could not load hd image

  return result;
}
void HD_FTP_Select(int nDrive)
{
  // Selects HDrive from FTP directoriy
  static int findex = 0;  // file index will be remembered for current dir
  static int backdx = 0;  //reserve
  static int dirdx  = 0;  // reserve for dirs

  char * filename = NULL;      // given filename
  char fullpath[MAX_PATH];  // full path for it
  char tmppath [MAX_PATH];
  bool isdir;      // if given filename is a directory?

  findex = backdx;
  isdir = true;
  strcpy(fullpath, g_sFTPServerHDD);  // global var for FTP path for HDD

  while(isdir)
  {
    printf("HD_FTP_Select: fullpath=%s\n", fullpath);

    if(!ChooseAnImageFTP(g_ScreenWidth, g_ScreenHeight, fullpath, 7, &filename, &isdir, &findex)) {
      DrawFrameWindow();
      return;  // if ESC was pressed, just leave
    }
// Debug output
    printf("HD_FTP_Select: we got next:\n");
    printf("isdir=%d, findex=%d, filename=%s\n", isdir, findex, filename);
// --
    if(isdir)
    {
      if(!strcmp(filename, ".."))
      // go to the upper directory
      {
        filename = strrchr(fullpath, FTP_SEPARATOR); // look for last '/'
        if(filename) {
          *filename = '\0';  // cut it off
          filename = strrchr(fullpath, FTP_SEPARATOR); // look for last '/'
          if(filename) *(++filename) = '\0';  // leave it on the place
        }
        if(strlen(fullpath) == 0) strcpy(fullpath,"/");  //we don't want fullpath to be empty
        findex = dirdx;  // restore
      }
      else
      {
        if(strcmp(fullpath, "/")) snprintf(tmppath, MAX_PATH, "%s%s/", fullpath, filename); // next dir
          else snprintf(tmppath, MAX_PATH, "/%s/", filename);
        strcpy(fullpath, tmppath);  // got ot anew
    printf("HD_FTP_Select: we build %s\n", tmppath);
        dirdx = findex; // store it
        findex = 0;  // start with beginning of dir
      }
    }/* if isdir */
  } /* while isdir */
  // we chose some file
  strcpy(g_sFTPServerHDD, fullpath);
  RegSaveString(TEXT("Preferences"),REGVALUE_FTP_HDD_DIR, 1, g_sFTPServerHDD);// save it

  snprintf(tmppath, MAX_PATH, "%s/%s", fullpath, filename);
  strcpy(fullpath, tmppath); // fullpath - full path to file on FTP server

  snprintf(tmppath, MAX_PATH, "%s/%s", g_sFTPLocalDir, filename); // local path for file
  
  int error = ftp_get(fullpath, tmppath);
  if(!error) {
    if (HD_InsertDisk2(nDrive, tmppath))
    {
      // save file names for HDD disk 1 or 2
      if(nDrive) RegSaveString(TEXT("Preferences"),REGVALUE_HDD_IMAGE2,1,tmppath);
      else RegSaveString(TEXT("Preferences"),REGVALUE_HDD_IMAGE1,1,tmppath);
    }
  }
     backdx = findex;  //store cursor position
     DrawFrameWindow();
}

void HD_Select(int nDrive)
{
  // Selects HDrive from file list
  static int findex = 0;    // file index will be remembered for current dir
  static int backdx = 0;  //reserve
  static int dirdx  = 0;  // reserve for dirs

  char * filename = NULL;      // given filename
  char fullpath[MAX_PATH];  // full path for it
  char tmppath [MAX_PATH];
  bool isdir;      // if given filename is a directory?

  findex = backdx;
  isdir = true;
  strcpy(fullpath, g_sHDDDir);  // global var for disk selecting directory

  while(isdir)
  {
    if(!ChooseAnImage(g_ScreenWidth, g_ScreenHeight, fullpath, 7, &filename, &isdir, &findex)) {
      DrawFrameWindow();
      return;  // if ESC was pressed, just leave
    }
    if(isdir)
    {
      if(!strcmp(filename, ".."))  // go to the upper directory
      {
        filename = strrchr(fullpath, FILE_SEPARATOR); // look for last '/'
        if(filename) *filename = '\0';  // cut it off
        if(strlen(fullpath) == 0) strcpy(fullpath,"/");  //we don't want fullpath to be empty
        findex = dirdx;  // restore

      }
      else
      {
        if(strcmp(fullpath, "/")) snprintf(tmppath, MAX_PATH, "%s/%s", fullpath, filename); // next dir
        else snprintf(tmppath, MAX_PATH, "/%s", filename);
        strcpy(fullpath, tmppath);  // got ot anew
        dirdx = findex; // store it
        findex = 0;  // start with beginning of dir
      }
    }/* if isdir */
  } /* while isdir */
  // we chose some file
  strcpy(g_sHDDDir, fullpath);
  RegSaveString(TEXT("Preferences"),REGVALUE_PREF_HDD_START_DIR, 1, g_sHDDDir);// save it

  snprintf(tmppath, MAX_PATH, "%s/%s", fullpath, filename); // next dir
  strcpy(fullpath, tmppath);  // got ot anew

// in future: save file name in registry for future fetching
// for one drive will be one reg parameter
//  RegSaveString(TEXT("Preferences"),REGVALUE_<SOMETHING>, 1,filename);
  if (HD_InsertDisk2(nDrive, fullpath))
  {
    // save file names for HDD disk 1 or 2
    if(nDrive) RegSaveString(TEXT("Preferences"),REGVALUE_HDD_IMAGE2,1,fullpath);
    else RegSaveString(TEXT("Preferences"),REGVALUE_HDD_IMAGE1,1,fullpath);
    printf("HDD disk image %s inserted\n",fullpath);
  }
//   else
//   {
//     NotifyInvalidImage(filename);
//   }

  backdx = findex;  //store cursor position
  DrawFrameWindow();
}

//-----------------------------------------------------------------------------

#define DEVICE_OK        0x00
#define DEVICE_UNKNOWN_ERROR  0x03
#define DEVICE_IO_ERROR      0x08

static BYTE /*__stdcall*/ HD_IO_EMUL (WORD pc, WORD addr, BYTE bWrite, BYTE d, ULONG nCyclesLeft)
{
  BYTE r = DEVICE_OK;
  addr &= 0xFF;

/*  if(addr == 0xF8 && bWrite == 0) printf("-");  // data read
    else
    printf("HD_IO_EMUL: pc=%04x, addr=%04x, bWrite=%02x, d=%02x\n", pc, addr, bWrite, d);*/

  if (!HD_CardIsEnabled())
    return r;

  PHDD pHDD = &g_HardDrive[g_nHD_UnitNum >> 7];  // bit7 = drive select

  if (bWrite == 0) // read
  {
    switch (addr)
    {
    case 0xF0:
      {
        if (pHDD->hd_imageloaded)
        {
          // based on loaded data block request, load block into memory
          // returns status
          switch (g_nHD_Command)
          {
          default:
          case 0x00: //status
            if (GetFileSize(pHDD->hd_file,NULL) == 0)
            {
              pHDD->hd_error = 1;
              r = DEVICE_IO_ERROR;
            }
            break;
          case 0x01: //read
            {
              HDDStatus = DISK_STATUS_READ;
              DWORD br = GetFileSize(pHDD->hd_file,NULL);
              if ((DWORD)(pHDD->hd_diskblock * 512) <= br)  // seek to block
              {
                SetFilePointer(pHDD->hd_file,pHDD->hd_diskblock * 512,NULL,FILE_BEGIN);  // seek to block
                if (ReadFile(pHDD->hd_file,pHDD->hd_buf,512,&br,NULL))  // read block into buffer
                {
                  pHDD->hd_error = 0;
                  r = 0;
                  pHDD->hd_buf_ptr = 0;
                }
                else
                {
                  pHDD->hd_error = 1;
                  r = DEVICE_IO_ERROR;
                }
              }
              else
              {
                pHDD->hd_error = 1;
                r = DEVICE_IO_ERROR;
              }
            }
            break;
          case 0x02: //write
            {
              HDDStatus = DISK_STATUS_WRITE;
              DWORD bw = GetFileSize(pHDD->hd_file,NULL);
              if ((DWORD)(pHDD->hd_diskblock * 512) <= bw)
              {
                MoveMemory(pHDD->hd_buf,mem+pHDD->hd_memblock,512);
                SetFilePointer(pHDD->hd_file,pHDD->hd_diskblock * 512,NULL,FILE_BEGIN);  // seek to block
                if (WriteFile(pHDD->hd_file,pHDD->hd_buf,512,&bw,NULL))  // write buffer to file
                {
                  pHDD->hd_error = 0;
                  r = 0;
                }
                else
                {
                  pHDD->hd_error = 1;
                  r = DEVICE_IO_ERROR;
                }
              }
              else
              {
                DWORD fsize = SetFilePointer(pHDD->hd_file,0,NULL,FILE_END);
                DWORD addblocks = pHDD->hd_diskblock - (fsize / 512);
                FillMemory(pHDD->hd_buf,512,0);
                while (addblocks--)
                {
                  DWORD bw;
                  WriteFile(pHDD->hd_file,pHDD->hd_buf,512,&bw,NULL);
                }
                if (SetFilePointer(pHDD->hd_file,pHDD->hd_diskblock * 512,NULL,FILE_BEGIN) != 0xFFFFFFFF) {  // seek to block
                  MoveMemory(pHDD->hd_buf,mem+pHDD->hd_memblock,512);
                  if (WriteFile(pHDD->hd_file,pHDD->hd_buf,512,&bw,NULL)) // write buffer to file
                  {
                    pHDD->hd_error = 0;
                    r = 0;
                  }
                  else
                  {
                    pHDD->hd_error = 1;
                    r = DEVICE_IO_ERROR;
                  }
                }
              }
            }
            break;
          case 0x03: //format
            HDDStatus = DISK_STATUS_WRITE;
            break;
          }
        }
        else
        {
          HDDStatus = DISK_STATUS_OFF;
          pHDD->hd_error = 1;
          r = DEVICE_UNKNOWN_ERROR;
        }
      }
      break;
    case 0xF1: // hd_error
      {
        r = pHDD->hd_error;
      }
      break;
    case 0xF2:
      {
        r = g_nHD_Command;
      }
      break;
    case 0xF3:
      {
        r = g_nHD_UnitNum;
      }
      break;
    case 0xF4:
      {
        r = (BYTE)(pHDD->hd_memblock & 0x00FF);
      }
      break;
    case 0xF5:
      {
        r = (BYTE)(pHDD->hd_memblock & 0xFF00 >> 8);
      }
      break;
    case 0xF6:
      {
        r = (BYTE)(pHDD->hd_diskblock & 0x00FF);
      }
      break;
    case 0xF7:
      {
        r = (BYTE)(pHDD->hd_diskblock & 0xFF00 >> 8);
      }
      break;
    case 0xF8:
      {
        r = pHDD->hd_buf[pHDD->hd_buf_ptr];
        pHDD->hd_buf_ptr++;
      }
      break;
    default:
      printf("Unknow coomand: bWrite=0\n");
      return IO_Null(pc, addr, bWrite, d, nCyclesLeft);
    }
  }
  else // write
  {
    switch (addr)
    {
    case 0xF2:
      {
        g_nHD_Command = d;
      }
      break;
    case 0xF3:
      {
        // b7    = drive#
        // b6..4 = slot#
        // b3..0 = ?
        g_nHD_UnitNum = d;
      }
      break;
    case 0xF4:
      {
        pHDD->hd_memblock = (pHDD->hd_memblock & 0xFF00) | d;
      }
      break;
    case 0xF5:
      {
        pHDD->hd_memblock = (pHDD->hd_memblock & 0x00FF) | (d << 8);
      }
      break;
    case 0xF6:
      {
        pHDD->hd_diskblock = (pHDD->hd_diskblock & 0xFF00) | d;
      }
      break;
    case 0xF7:
      {
        pHDD->hd_diskblock = (pHDD->hd_diskblock & 0x00FF) | (d << 8);
      }
      break;
    default:
      printf("Unknow coomand: bWrite=1\n");
      return IO_Null(pc, addr, bWrite, d, nCyclesLeft);
    }
  }
  FrameRefreshStatus(DRAW_LEDS);  // update status area
  return r;
}