Changeset 7913d06 in buchla-68k
- Timestamp:
- 07/17/2017 12:34:03 PM (7 years ago)
- Branches:
- master
- Children:
- 0acb7d0
- Parents:
- 703d4d0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readme.txt
r703d4d0 r7913d06 33 33 In particular, there's no code for anything related to the actual 34 34 sound generation. 35 35 36 36 37 Building with a GCC cross-compiler … … 104 105 instead. 105 106 107 106 108 Building with Alcyon C 107 109 ---------------------- … … 116 118 117 119 * The hatari/c subdirectory contains the Atari C compiler, 118 assembler, and linker. It is turned into a hard drive image for the119 emulator's C: drive.120 assembler, and linker. It is turned into a hard drive image for 121 the emulator's C: drive. 120 122 121 123 * The hatari/d subdirectory is shared with the emulator, i.e., it is 122 not turned into a harddrive image. It is the emulator's D: 123 drive. 124 not turned into a hard drive image. It is the emulator's D: drive. 124 125 125 126 Any changes to this directory from inside the emulator are … … 161 162 make emu 162 163 163 from the top-level directory of the repository. This creates a 164 harddrive image from hatari/c and starts the emulator with appropriate164 from the top-level directory of the repository. This creates a hard 165 drive image from hatari/c and starts the emulator with appropriate 165 166 command line options. 166 167
Note:
See TracChangeset
for help on using the changeset viewer.