Last change
on this file since 553 was 526, checked in by krille_n_@…, 12 years ago |
Changes:
- Update of the copyright notices to include the year 2013.
|
File size:
1.1 KB
|
Rev | Line | |
---|
[473] | 1 | ; Project name : XTIDE Universal BIOS
|
---|
| 2 | ; Description : JR-IDE/ISA specifications.
|
---|
| 3 |
|
---|
| 4 | ;
|
---|
[526] | 5 | ; XTIDE Universal BIOS and Associated Tools
|
---|
| 6 | ; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2013 by XTIDE Universal BIOS Team.
|
---|
[473] | 7 | ;
|
---|
| 8 | ; This program is free software; you can redistribute it and/or modify
|
---|
| 9 | ; it under the terms of the GNU General Public License as published by
|
---|
| 10 | ; the Free Software Foundation; either version 2 of the License, or
|
---|
| 11 | ; (at your option) any later version.
|
---|
[526] | 12 | ;
|
---|
[473] | 13 | ; This program is distributed in the hope that it will be useful,
|
---|
| 14 | ; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 15 | ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
[526] | 16 | ; GNU General Public License for more details.
|
---|
[473] | 17 | ; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
---|
| 18 | ;
|
---|
| 19 |
|
---|
| 20 | %ifndef JRIDEISA_INC
|
---|
| 21 | %define JRIDEISA_INC
|
---|
| 22 |
|
---|
[482] | 23 | JRIDE_DEFAULT_SEGMENT_ADDRESS EQU 0D800h
|
---|
[473] | 24 | JRIDE_SECTOR_ACCESS_WINDOW_OFFSET EQU 3C00h ; 512 byte IDE Sector Access Window
|
---|
| 25 | JRIDE_COMMAND_BLOCK_REGISTER_WINDOW_OFFSET EQU 3E00h ; 8 byte CS0 IDE Register Window
|
---|
| 26 | JRIDE_CONTROL_BLOCK_REGISTER_WINDOW_OFFSET EQU 3E08h ; 8 byte CS1 IDE Register Window
|
---|
| 27 |
|
---|
| 28 |
|
---|
| 29 | %endif ; JRIDEISA_INC
|
---|
Note:
See
TracBrowser
for help on using the repository browser.