101 次代码提交 (9e6b2ee09a0ed3d8d1592b5e593616b82ea43897)
 

作者 SHA1 备注 提交日期
  Thomas B 9e6b2ee09a start work on mirroring background on scroll (still disabled) 2 个月前
  Thomas B bea63ed2e7 remove small status sprites again, split map and window code 2 个月前
  Thomas B b4dceadd4d always draw ship sprite, no bg map attributes, re-use palettes for status. 2 个月前
  Thomas B a7f4f2596c add a small indicator for hp and fuel 2 个月前
  Thomas B 1a759a6c18 unsuccessfully tried to optimize shot collisions, now limiting to 2 faster shots. 2 个月前
  Thomas B e5eead6cbc optimize ship sprite so thruster is visible at 45 degrees 2 个月前
  Thomas B e5505e41f2 add some sprites to cart artwork 2 个月前
  Thomas B 9541c46394 try to optimize music playback output 2 个月前
  Thomas B 39f9fb1269 reduce timer freq to 256Hz and also set volume of noise channel properly 2 个月前
  Thomas B 417212233f experiment with sample volume settings 2 个月前
  Thomas B e3c534203e add conf screen for sfx and music volume 3 个月前
  Thomas B b135f08b28 readme typo 3 个月前
  Thomas B d7828e5545 refactor music and sfx functions 3 个月前
  Thomas B 60e6885189 add settings and move with score to config in sram 3 个月前
  Thomas B 0285ee5ef9 add sfx debug menu 3 个月前
  Thomas B 33f411a680 add music repeat option and music debug menu 3 个月前
  Thomas B 9f9660fdb7 show explosion when orbs are shot 3 个月前
  Thomas B 3f16dd2cc3 add new menu music 3 个月前
  Thomas B a3f5c04881 handle bg music in isr and add second pulse channel 3 个月前
  Thomas B 70224e8f78 add explosion sfxs 3 个月前
  Thomas B 17b6fddfb2 add wav file conversion and playback 3 个月前
  Thomas B cb8d910353 decrement white score when shooting 3 个月前
  Thomas B 0c24e0b36d add flash cart type to makefile 3 个月前
  Thomas B bf412c2d46 add drums to score screen music 3 个月前
  Thomas B 6f8baf7662 add proper obj respawning 3 个月前
  Thomas B 7b91d3b049 add nicer game-over music. make more room in rom0 by banking obj functions. dont spawn stuff on top of player. 3 个月前
  Thomas B d36abe174d add 1kHz timer and music (placeholder notes) 3 个月前
  Thomas B 1d1ddca278 dont return score struct by value, pass as pointer arg instead. fixes banking score issue strangely. 3 个月前
  Thomas B 700908725d add emulicious and debugging support for kate 3 个月前
  Thomas B b685072b4d remove unused includes and re-enable initial obj spawning 3 个月前
  Thomas B 0f915b5e9f add macro to restore previous bank when switching rom banks. score no longer crashes but shows garbage. 3 个月前
  Thomas B 6622f41dc4 dont add debug build to actual releases 3 个月前
  Thomas B cec57b3356 split clean and build steps in gh actions 3 个月前
  Thomas B 962b42f757 archive debug and release builds in gh action 3 个月前
  Thomas B 0b95475146 add spawning code. causes bank0 overflow, so put score code in BANKED. but crashes. why?! 3 个月前
  Thomas B ab6579ecc1 move defines from header to the sources where they are used 3 个月前
  Thomas B f5e707ff1a dont score games with god mode 3 个月前
  Thomas B 563f97ed06 add large debug marker. properly keep coordinates in range. 3 个月前
  Thomas B 15854ca485 add sprite marker test 3 个月前
  Thomas B edc6b1ee95 add animation to splash screen 3 个月前
  Thomas B 005273eed4 add score reset debug option 3 个月前
  Thomas B 9a59268c5d add debug flags and menu 3 个月前
  Thomas B 0e0afb6c62 debug marker in center of screen. tweak sprite positions. 3 个月前
  Thomas B 05df04374a only use one sram bank for savegames 3 个月前
  Thomas B 9e0e81866e show off cartridge image in readme 3 个月前
  Thomas B 87c32e6f59 add artwork files 3 个月前
  Thomas B e37231df56 add cartridge artwork to docs 3 个月前
  Thomas B fae5d2cb39 optimize ship offsets. add explosion sound. tweak pickup ranges. 3 个月前
  Thomas B 41c9c88b68 optimize pause sprite to only use one color palette 3 个月前
  Thomas B 035393ca42 add second color to pause text and flip between them 3 个月前