X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=a314%2Fa314.h;h=e05780d74205f82ce4a6e2734be71f6706ba03d4;hb=17865d400d07075f82bfcc59e300500d67123678;hp=fa15430db5e9ac7fa5e12cc3ded34b3f21bf0289;hpb=bd263c5fbd40565aa8b552c2d92322697e4e327a;p=pistorm diff --git a/a314/a314.h b/a314/a314.h index fa15430..e05780d 100644 --- a/a314/a314.h +++ b/a314/a314.h @@ -1,4 +1,7 @@ -// A314 emulation. +/* + * Copyright 2020-2021 Niklas Ekström + * A314 emulation header + */ #ifndef A314_H #define A314_H @@ -17,6 +20,7 @@ extern int a314_base_configured; int a314_init(); void a314_set_mem_base_size(unsigned int base, unsigned int size); void a314_process_events(); +void a314_set_config_file(char *filename); unsigned int a314_read_memory_8(unsigned int address); unsigned int a314_read_memory_16(unsigned int address);