FlightControl
97d7141fa0
Created new functions to:
...
- generate bitmap load files.
- load bitmap files into banked memory on the cx16, cross banks between address space A000 and BFFF.
- added cx16-kernal.c and cx16-kernal.h to load files.
- created arithmetic to determine bank addressing using dwords over the 512K of memory (used in bnkcpy_vram_address() and LoadFileBanked()).
- optimized functions for vera and conio.
2021-01-26 22:09:47 +01:00
FlightControl
2e0d00bf4e
Created new functions to:
...
- generate bitmap load files.
- load bitmap files into banked memory on the cx16, cross banks between address space A000 and BFFF.
- added cx16-kernal.c and cx16-kernal.h to load files.
- created arithmetic to determine bank addressing using dwords over the 512K of memory (used in bnkcpy_vram_address() and LoadFileBanked()).
- optimized functions for vera and conio.
2021-01-26 21:55:20 +01:00
FlightControl
473722f8eb
One demo program for vera modes.
2021-01-23 17:23:25 +01:00
FlightControl
519e2fbc2c
Merge branch 'master_upstream' into CX16_VERA
2021-01-23 16:19:41 +01:00
jespergravgaard
09bb98b319
Fixed test data.
2021-01-23 14:04:33 +01:00
jespergravgaard
5ddc33ceea
Fixed test data.
2021-01-23 13:10:14 +01:00
jespergravgaard
9250e346be
Fixed infinite loop. Closes #626
2021-01-23 12:49:49 +01:00
FlightControl
f70d503001
One demo program for vera modes.
2021-01-22 20:37:24 +01:00
FlightControl
8b767abd7d
One demo program for vera modes.
2021-01-22 20:21:13 +01:00
FlightControl
b4cbf3f883
One demo program for vera modes.
2021-01-22 20:17:55 +01:00
FlightControl
85e6be623d
One demo program for vera modes.
2021-01-22 19:57:22 +01:00
FlightControl
f4fb0cf56b
One demo program for vera modes.
2021-01-22 19:51:57 +01:00
FlightControl
41a3e067bc
Updated one demo program.
2021-01-21 21:10:37 +01:00
FlightControl
4bc7f1bc0f
Updated one demo program.
2021-01-21 20:12:27 +01:00
FlightControl
15fbefa7e5
Documented and cleaned up bitmap-draw.h and bitmap-draw.c
2021-01-21 20:06:58 +01:00
FlightControl
17832182b4
Documented and cleaned up verlib.h and veralib.c
2021-01-21 19:51:09 +01:00
FlightControl
5157db5844
Documented and cleaned up verlib.h and veralib.c
2021-01-21 19:41:14 +01:00
FlightControl
ce8e0ab26a
Documented and cleaned up verlib.h and veralib.c
2021-01-21 19:38:50 +01:00
FlightControl
f60c94a374
Cleaning the code a bit
2021-01-21 12:51:17 +01:00
FlightControl
6f0145d5a8
Cleaning the code a bit
2021-01-21 12:36:47 +01:00
FlightControl
d038a3df9a
Cleaning the code a bit
2021-01-21 12:16:44 +01:00
FlightControl
7e86bebc41
Fixed old bitmap logic by isolating the c64 old bitmap logic into separa .h and .c files!
2021-01-21 12:11:36 +01:00
FlightControl
2cd61a8d78
Bitmap mode working!
2021-01-21 09:15:27 +01:00
FlightControl
4db64f30cf
Bitmap mode working!
2021-01-21 09:02:29 +01:00
FlightControl
962c5f0e17
Merge branch 'master_upstream' into CX16_VERA
...
# Conflicts:
# src/main/fragment/cache/fragment-cache-wdc65c02.asm
# src/main/fragment/mos6502-common/pduc1_derefidx_vbuxx=vdum1.asm
# src/main/fragment/mos6502-common/vdum1=vdum1_ror_1.asm
# src/test/ref/examples/cx16/cx16-sprites.asm
# src/test/ref/examples/cx16/cx16-sprites.cfg
# src/test/ref/examples/cx16/cx16-sprites.log
# src/test/ref/examples/cx16/cx16-sprites.sym
# src/test/ref/examples/cx16/cx16-tilemap.asm
# src/test/ref/examples/cx16/cx16-tilemap.cfg
# src/test/ref/examples/cx16/cx16-tilemap.log
# src/test/ref/examples/cx16/cx16-tilemap.sym
# src/test/ref/examples/cx16/cx16-veralayers.asm
# src/test/ref/examples/cx16/cx16-veralayers.cfg
# src/test/ref/examples/cx16/cx16-veralayers.log
# src/test/ref/examples/cx16/cx16-veralayers.sym
2021-01-21 04:49:08 +01:00
FlightControl
843c6c91c0
Bitmap mode - wip
2021-01-21 04:39:26 +01:00
jespergravgaard
44ad31a27e
Added fragment. Closes #624
2021-01-20 22:27:39 +01:00
jespergravgaard
b56163c82a
Added fragment. Closes #623
2021-01-20 22:24:21 +01:00
jespergravgaard
53bdb9d60b
Improved error message. See #622
2021-01-20 19:02:32 +01:00
jespergravgaard
47f4e03835
Fixed test.
2021-01-20 18:27:34 +01:00
jespergravgaard
14933cbb6a
Added example of how to code a ROM in KickC using a linker file and a segment that is compiled but thrown away by the linker. Closes #621
2021-01-20 17:51:49 +01:00
FlightControl
cf185d539b
Bitmap mode
2021-01-20 09:02:35 +01:00
FlightControl
6c8654fbc8
Bitmap mode
2021-01-19 22:36:08 +01:00
FlightControl
6b690f860b
Bitmap mode
2021-01-19 22:30:51 +01:00
FlightControl
5daa045271
Fine-tuning the logic.
2021-01-18 07:55:59 +01:00
FlightControl
40bc8e42d6
Got all the vera tile demos working now. First versions ...
2021-01-17 22:29:27 +01:00
FlightControl
ead5a43085
Added 2 new fragments to resolve asm dword related code. Optimized a lot of veralib code. Test programs added.
2021-01-17 20:53:13 +01:00
jespergravgaard
789fcd033a
Added missing fragments for @Flight_Control
2021-01-17 19:54:00 +01:00
jespergravgaard
b11256030c
Fixed test data.
2021-01-17 13:01:07 +01:00
jespergravgaard
6366d1a9fa
Fixed problem where Variable used inside ASM is optimized to a constant.
...
Now variables used inside ASM are made volatile before the early const pass.
Closes #618
2021-01-17 12:59:41 +01:00
FlightControl
bdb1dba43b
fixed much code, working on 16x16 8bit tile mode.
...
There is an error in the compiler i think which i need to communicate to Jesper.
2021-01-17 08:39:17 +01:00
FlightControl
056259b2e0
fixed much code, working on 16x16 8bit tile mode.
...
There is an error in the compiler i think which i need to communicate to Jesper.
2021-01-17 08:21:46 +01:00
FlightControl
a5e81ca64d
fixed much code, working on 16x16 8bit tile mode.
...
There is an error in the compiler i think which i need to communicate to Jesper.
2021-01-17 08:21:20 +01:00
FlightControl
a5b10d962f
fixed much code, working on 16x16 8bit tile mode.
...
There is an error in the compiler i think which i need to communicate to Jesper.
2021-01-17 08:20:45 +01:00
jespergravgaard
3bed5e1aee
Updated test data.
2021-01-16 23:51:52 +01:00
jespergravgaard
2577fae6ad
Fixed missing include in conio on cx16. Closes #616
2021-01-16 22:33:11 +01:00
jespergravgaard
7bbfb43912
Added ISR for VIC20 and Plus/4. Re-arranged example programs into platform folders.
2021-01-16 18:39:02 +01:00
jespergravgaard
9681fe8f86
Added ASM-files to examples.
2021-01-15 01:45:16 +01:00
jespergravgaard
354863d157
Updated Manual
2021-01-14 23:57:26 +01:00
jespergravgaard
59a493f5bb
Updated README.md
2021-01-14 23:54:58 +01:00