Updated README.md to not use a table, as bitbucket doesn't render it

This commit is contained in:
Jeffrey Lim @ Vision 2014-10-19 21:07:21 +08:00
parent f67a0337b4
commit e61813a53e
1 changed files with 72 additions and 62 deletions

134
README.md
View File

@ -11,7 +11,7 @@ Pre-Requisite Software
To build Impulse Tracker, you will need: To build Impulse Tracker, you will need:
- Turbo Assembler v4.1 * * - Turbo Assembler v4.1
- Turbo Link v3.01 - Turbo Link v3.01
@ -28,67 +28,77 @@ Once you have these, building IT.EXE should be just a single call to `MAKE`
Quick File Overview Quick File Overview
------------------- -------------------
  - IT.ASM
Startup routines
- IT\_DISK.ASM
Disk IO Routines. Uses IT\_D\_\*.INC files
+---------------+------------------------------------------+ - IT\_DISPL.ASM
| **Filename** | **Contents** | Display routines for the Playback Screen (F5)
+---------------+------------------------------------------+
| IT.ASM | Startup routines | - IT\_EMS.ASM
+---------------+------------------------------------------+ EMS memory handling routines
| IT\_DISK.ASM | Disk IO Routines. Uses IT\_D\_\*.INC |
| | files | - IT\_F.ASM
+---------------+------------------------------------------+ Collection of functions used by the object model
| IT\_DISPL.ASM | Display routines for the Playback Screen |
| | (F5) | - IT\_FOUR.ASM
+---------------+------------------------------------------+ Fast Fourier routines. Used by the graphic equalizer (Alt-F12).
| IT\_EMS.ASM | EMS memory handling routines | Not available on all all sound cards
+---------------+------------------------------------------+
| IT\_F.ASM | Whole collection of functions used by | - IT\_G.ASM
| | the object model | Global key handler functions
+---------------+------------------------------------------+
| IT\_FOUR.ASM | Fast Fourier routines. Used for graphic | - IT\_H.ASM
| | equalizer display (Alt-F12). Not | Help Module (F1)
| | available on all sound cards |
+---------------+------------------------------------------+ - IT\_I.ASM
| IT\_G.ASM | Global Key Handler functions. | Sample list (F3) and Instrument list (F4) module
+---------------+------------------------------------------+
| IT\_H.ASM | Help Module (F1) | - IT\_K.ASM
+---------------+------------------------------------------+ Keyboard module
| IT\_I.ASM | Instrument List module (F4) |
+---------------+------------------------------------------+ - IT\_L.ASM
| IT\_K.ASM | Keyboard Module | Information line code
+---------------+------------------------------------------+
| IT\_L.ASM | Information Line code | - IT\_M.ASM
+---------------+------------------------------------------+ Main message loop/dispatcher
| IT\_M.ASM | Main Message Loop dispatcher |
+---------------+------------------------------------------+ - IT\_MDATA.ASM
| IT\_MDATA.ASM | Global music variable data | Global music variable data
+---------------+------------------------------------------+
| IT\_MMTSR.ASM | Sample compression/decompression | - IT\_MMTSR.ASM
| | routines | Sample compression/decompression routines
+---------------+------------------------------------------+
| IT\_MOUSE.ASM | Mouse handling code. | - IT\_MOUSE.ASM
+---------------+------------------------------------------+ Mouse handling code
| IT\_MSG.ASM | Message Editor code (Shift-F9) |
+---------------+------------------------------------------+ - IT\_MSG.ASM
| IT\_MUSIC.ASM | Module playback code. Also uses | Message editor module (Shift-F9)
| | IT\_M\_EFF.INC |
+---------------+------------------------------------------+ - IT\_MUSIC.ASM
| IT\_NET.ASM | Network code. | Module playback code. Also uses IT\_M\_EFF.INC
+---------------+------------------------------------------+
| IT\_OBJ1.ASM | UI Object definitions. | - IT\_NET.ASM
+---------------+------------------------------------------+ Network code
| IT\_PE.ASM | Pattern Editor (F2) |
+---------------+------------------------------------------+ - IT\_OBJ1.ASM
| IT\_S.ASM | Screen functions, including character | UI object definitions
| | generation |
+---------------+------------------------------------------+ - IT\_PE.ASM
| IT\_TUTE.ASM | Interactive Tutorial module. | Pattern Editor module (F2)
+---------------+------------------------------------------+
| IT\_VESA.ASM | VESA code for graphic equalizer | - IT\_S.ASM
+---------------+------------------------------------------+ Screen functions, including character generation
| SWITCH.INC | High level switches for the entire |
| | program | - IT\_TUTE.ASM
+---------------+------------------------------------------+ Interactive Tutorial module
- IT\_VESA.ASM
VESA code for graphic equalizer
- SWITCH.INC
High level switches for the program