style fixes
This commit is contained in:
parent
3afbed48e0
commit
85e480db3d
1 changed files with 15 additions and 15 deletions
|
@ -14,16 +14,16 @@
|
|||
# define DYN_DRV 0
|
||||
|
||||
/*
|
||||
* link existing drivers like this:
|
||||
*
|
||||
* cl65 -DJOYSTICK_DRIVER=c64_hitjoy_joy -o joy-test.prg joy-test.c
|
||||
*
|
||||
* for testing a new driver you will have to uncomment the define below, and
|
||||
* link your driver like this:
|
||||
*
|
||||
* co65 ../../target/c64/drv/joy/c64-hitjoy.joy -o hitjoy.s --code-label _hitjoy
|
||||
* cl65 -DJOYSTICK_DRIVER=hitjoy -o joy-test.prg joy-test.c hitjoy.s
|
||||
*
|
||||
** link existing drivers like this:
|
||||
**
|
||||
** cl65 -DJOYSTICK_DRIVER=c64_hitjoy_joy -o joy-test.prg joy-test.c
|
||||
**
|
||||
** for testing a new driver you will have to uncomment the define below, and
|
||||
** link your driver like this:
|
||||
**
|
||||
** co65 ../../target/c64/drv/joy/c64-hitjoy.joy -o hitjoy.s --code-label _hitjoy
|
||||
** cl65 -DJOYSTICK_DRIVER=hitjoy -o joy-test.prg joy-test.c hitjoy.s
|
||||
**
|
||||
*/
|
||||
|
||||
/* extern char JOYSTICK_DRIVER; */
|
||||
|
|
Loading…
Add table
Reference in a new issue