]> git.sur5r.net Git - cc65/commit
Straighten checking of the initialized flag in both, the C64 and C128
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 25 Mar 2002 06:06:52 +0000 (06:06 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 25 Mar 2002 06:06:52 +0000 (06:06 +0000)
commit7d11fa012c468515b61868e3c1f2b06627543b36
tree59ff01f94376a14b1e5947298454748b179346b8
parentf709fd679bc1f8c0937069f44c54884f0292efcb
Straighten checking of the initialized flag in both, the C64 and C128
versions of rs232.s.
New include file common/rs232.inc, use the constants from this file instead
of defining them separately in each platform specific rs232 module.

git-svn-id: svn://svn.cc65.org/cc65/trunk@1208 b7a2c559-68d2-44c3-8de9-860c34a00d81
libsrc/atari/rs232.s
libsrc/c128/rs232.s
libsrc/c64/rs232.s
libsrc/common/rs232.inc [new file with mode: 0644]