Revive Amiga port for NetHack 3.7
Update the Amiga Intuition window port (AMII/AMIV) for the 3.7 window_procs API. Key changes: - Update all window function signatures for 3.7 - Add assembly trampolines for AmigaOS register-based callbacks - Convert all K&R function definitions to C99 - Add cross-compilation build system (cross-pre1/pre2/post.370) using bebbo's m68k-amigaos-gcc with -noixemul -std=gnu17 -m68000 - Clipping fixes: viewport centering, simplified ScrollRaster, duplicate Ctrl-R suppression, glyph buffer invalidation - Add menucolor support in menu rendering - Move native txt2iff.c and xpm2iff.c to outdated/ - Add nethack.cnf and README.amiga
This commit is contained in:
44
sys/amiga/nethack.cnf
Normal file
44
sys/amiga/nethack.cnf
Normal file
@@ -0,0 +1,44 @@
|
||||
# NetHack 3.7 Amiga Configuration
|
||||
#
|
||||
# For a full list of options, see the opthelp file or press '?'
|
||||
# then 'o' during gameplay.
|
||||
|
||||
# *** DISPLAY MODE ***
|
||||
#
|
||||
# Tile mode (graphical tiles, recommended):
|
||||
OPTIONS=windowtype:amiv
|
||||
#
|
||||
# Text mode (uses hack.font line-drawing characters):
|
||||
#OPTIONS=windowtype:amii
|
||||
#OPTIONS=symset:AmigaFont
|
||||
|
||||
# *** GENERAL OPTIONS ***
|
||||
OPTIONS=time,showexp,lit_corridor
|
||||
OPTIONS=boulder:0
|
||||
OPTIONS=autopickup,pickup_types:$"=/!?+
|
||||
OPTIONS=catname:Kaori
|
||||
|
||||
# *** MENU COLORS ***
|
||||
# Colour-code inventory items by BUC status and value.
|
||||
OPTIONS=menucolors
|
||||
MENUCOLOR=" blessed "=green
|
||||
MENUCOLOR=" holy "=green
|
||||
MENUCOLOR=" uncursed "=cyan
|
||||
MENUCOLOR=" cursed "=red
|
||||
MENUCOLOR=" unholy "=red
|
||||
MENUCOLOR=" cursed .* (being worn)"=red&underline
|
||||
MENUCOLOR=" cursed .* (wielded)"=red&underline
|
||||
MENUCOLOR="loadstone"=red&underline
|
||||
MENUCOLOR="gold piece"=brown
|
||||
MENUCOLOR="worthless"=brown
|
||||
MENUCOLOR="wand of wishing"=magenta
|
||||
MENUCOLOR="magic lamp"=magenta
|
||||
MENUCOLOR="magic marker"=magenta
|
||||
MENUCOLOR="bag of holding"=magenta
|
||||
MENUCOLOR="amulet of life saving"=magenta
|
||||
MENUCOLOR="cloak of magic resistance"=magenta
|
||||
MENUCOLOR="silver dragon scale"=cyan
|
||||
MENUCOLOR="gray dragon scale"=cyan
|
||||
MENUCOLOR="speed boots"=magenta
|
||||
MENUCOLOR="luckstone"=green
|
||||
MENUCOLOR="unicorn horn"=green
|
||||
Reference in New Issue
Block a user