Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to find vcs.h and macro.h #53

Open
matthewdawson15 opened this issue Nov 9, 2024 · 3 comments
Open

Unable to find vcs.h and macro.h #53

matthewdawson15 opened this issue Nov 9, 2024 · 3 comments

Comments

@matthewdawson15
Copy link

matthewdawson15 commented Nov 9, 2024

Hi,

I'm very new to atari programming so apologies if I've made a silly mistake, but when I try to compile my .asm file I get the following errors:

Warning: Unable to open 'vcs.h'
Warning: Unable to open 'macro.h'

If I download those files individually from the dasm github and put them in the same directory as my .asm file, atari dev studio will compile and run my game, however that would require me copying and pasting them across all folders when I move onto a different tutorial.

Should these two files not be included by default in dasm? If not would it be possible for you to add these two files by default to dasm when the dev studio extension is installed?

Thanks very much

@chunkypixel
Copy link
Owner

chunkypixel commented Nov 13, 2024

HI Matthew,

As we don't (yet) have a project system in ADS this does need to be managed by the user for each project as you have noted. I have been considering adding a New Project process (probably by adding a tab to the sidebar) to assist with setting up a 'simple' structure project for bB, 7800basic and assembly as a starting point.

It's just a matter of having some time to work through the process. I'm currently adding some import image features the Sprite Editor so will look to add this once that is done as it's probably overdue!!

@matthewdawson15
Copy link
Author

Ah ok I see, glad to know I wasn't missing something obvious haha. Thanks very much for all your hard work! This is a really useful tool especially to us newbies

@chunkypixel
Copy link
Owner

No problem - thank you for using it and offering suggestions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants