Oops last version was still in editor
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@721 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
4b331938fa
commit
aab9267f38
|
@ -13,8 +13,8 @@ z80_head.asm
|
||||||
RST interrupts.
|
RST interrupts.
|
||||||
|
|
||||||
z80_rom.asm
|
z80_rom.asm
|
||||||
Some architectures may hae ROM located at address zero. In this case, a
|
Some architectures may have ROM located at address zero. In this case, a
|
||||||
special version of the "head" logic must be used. This specail "head"
|
special version of the "head" logic must be used. This special "head"
|
||||||
file is probably board-specific and, hence, belongs in the board-specific
|
file is probably board-specific and, hence, belongs in the board-specific
|
||||||
configs/<board-name>/src directory. This file may, however, be used as
|
configs/<board-name>/src directory. This file may, however, be used as
|
||||||
a model for such a board-specific file.
|
a model for such a board-specific file.
|
||||||
|
|
Loading…
Reference in New Issue