Skip to content

Include HAL headers for custom chips #47

Description

@mlund

The MEGA65 project doesn't seem to provide any structured HAL headers for interacting with custom chips like VIC-IV, the hypervisor etc. KickC does include good headers, but these are not directly transferrable to CC65 and LLVM. There are also headers generated from iomap.txt that simply create defines for all symbols (flat).

Although this is not strictly "libc" stuff, it seems meaningful to include such headers here as most C/C++/Rust based project would benefit from both. My idea is to re-use C64 headers (sid, vic2) from CC65 and create a similar-styled HAL based on the current KickC headers. Ping @lydon42.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions