1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-09-30 17:57:28 +00:00
erc-c/include
Peter Evans 834959c10a Add rom, ram2 bank memory; modify read/write sig
The signature for read/write map functions now accepts a void pointer so
that we can pass in the machine that those functions may need to know
about. This is a bit hairy, but allows us to avoid the need for a
yet-uglier global variable.
2018-01-02 16:24:51 -06:00
..
apple2.dd.h
apple2.draw.h Add apple2 header file 2017-12-26 16:43:08 -06:00
apple2.h Add rom, ram2 bank memory; modify read/write sig 2018-01-02 16:24:51 -06:00
log.h Reorganize log.c 2017-12-26 16:44:28 -06:00
mos6502.dis.h Refactor to use cpu, not literal segments 2017-12-30 23:02:30 -06:00
mos6502.enums.h
mos6502.h Add flash memory, disassemble options 2017-12-31 15:50:59 -06:00
mos6502.tests.h
option.h Add flash memory, disassemble options 2017-12-31 15:50:59 -06:00
vm_bitfont.h Use vm_area with bitfont_offset 2017-12-27 16:47:26 -06:00
vm_bits.h
vm_screen.h More documentation; remove DEFWIDTH/DEFHEIGHT 2017-12-27 17:14:54 -06:00
vm_segment.h Write an fread function for segments; use in apple2.dd 2017-12-31 20:28:11 -06:00