oliverschmidt
|
55d61d317b
|
Allow cc65 ethernet drivers to be loaded statically instead of dynamically. This saved quite some space in scenarios without additional cc65 drivers to be loaded for i.e. a mouse because in those scenarios the cc65 module loader isn't necessary. And without the module loader typically the cc65 heap manager isn't necessary.
|
2010-09-28 23:02:16 +00:00 |
|
oliverschmidt
|
93ff3add1f
|
Use cfs filesystem to allow for specific implementations.
|
2007-12-23 15:37:28 +00:00 |
|
oliverschmidt
|
102e3e2a24
|
Make use of fastcall.
|
2007-12-21 01:13:44 +00:00 |
|
oliverschmidt
|
f55b3cfe0e
|
So we're finally back at reducing the memory footprint be avoiding to pull in large C-library enitities.
|
2007-12-16 17:02:37 +00:00 |
|
oliverschmidt
|
20824c5603
|
Make use of global error_exit().
|
2007-11-27 20:52:52 +00:00 |
|
oliverschmidt
|
5608e2d451
|
Minor adjustment to predominant coding style.
|
2007-11-22 11:41:18 +00:00 |
|
oliverschmidt
|
da44474fd4
|
Generic Ethernet driver for cc65 targets. The actual hardware driver is loaded as relocatable module.
|
2007-11-20 21:10:20 +00:00 |
|