Skip to content

Releases: alekmaul/pvcollib

1.5.1 20 Septembre 2020

20 Sep 09:19
Compare
Choose a tag to compare
  • Add bunny example (thanks Amy Purple for sharing this game)
  • Fix Makefile to add sys_choice and vdp_putvram_reapeat <_< (stupid I was ...)

1.5.0 20 Septembre 2020

20 Sep 08:22
Compare
Choose a tag to compare
  • Add vdp_putvram_repeat to repeat some chars n times on screen (thanks Amy Purple for this function)
  • Add sys_choice function to choose a key on joypad (thanks Amy Purple for this function)
  • Remove docs content (useless)
  • Add graphic mode 1 example
  • Add vdp_putarea function
  • Add default sprite address 0x3800 in mode 2
  • Add spr_updatefast funciton without changing order
  • Change palette for f18a from bytes to words
  • Add sys_memcpyb to copy memory byte per byte
  • Add snd_mute variable to mute background sound playing (if you have another sound engine)
  • Change vdp_disablescr & vdp_enablescr with flag for nmi
  • Add vdp_getvram function

1.4.0 15 December 2019

15 Dec 06:48
Compare
Choose a tag to compare
  • Add a specific file for f18a support
  • Add a specific file for Phoenix support
  • Fix example browsing directories in makefile
  • Fix lots of comments for doxygen documentation
  • Remove useless files from sdcc
  • Add specific makelib and bat file for windows
  • Change library in one tar gzipped file

1.2.0 November 2019

11 Nov 14:16
52af4ce
Compare
Choose a tag to compare

PVcollib

  • Put all functions in different files, to avoid wasting memory when linking rom ...
  • Add new examples (sound, region detection, sprites, megacart)
  • Add game diamond from Amy Purple (2004 mini game compo)
  • Add sound management
  • Add sprite management
  • Fix graphic examples regarding main file compilation
  • Fix spinner signess
  • Add bankswap tool