Releases: alekmaul/pvcollib
Releases · alekmaul/pvcollib
1.5.1 20 Septembre 2020
1.5.0 20 Septembre 2020
- 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
- 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
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