1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

Use the new ldwarning assert action.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4322 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2009-10-04 12:42:32 +00:00
parent 1efebb9024
commit 7ecdaf3d6e

View File

@ -9,7 +9,7 @@
.import SWAPPER, BSOUT
; This function is deprecated
.assert * < 0, warning, "toggle_videomode() is deprecated, please use videomode() instead!"
.assert * < 0, ldwarning, "toggle_videomode() is deprecated, please use videomode() instead!"