Ry
881b9c1620
Embed fox32rom into the main fox32 executable, prepare for 1st release
2022-07-31 17:15:27 -07:00
Ry
2d6730bb0b
Allow adjusting the audio sample rate
2022-07-27 18:29:32 -07:00
Ry
8e4f2bc114
First audio buffer refill interrupt should play from buffer 0
2022-07-27 14:24:05 -07:00
Ry
d2d05f2d76
Hack to ensure the CPU thread exits when the window is closed
2022-07-27 14:09:54 -07:00
Ry
537b774667
Move the audio buffer locations into consts
...
No more magic values!!!
2022-07-26 15:54:44 -07:00
Ry
d1386e14f8
Add note about prebuilt binaries to the README
2022-07-24 20:57:15 -07:00
Ry
dfadccd68c
Use a const for the framebuffer address
2022-07-24 17:08:45 -07:00
Ry
953b2cfffe
Don't print the scancode on every key press
2022-07-24 16:57:28 -07:00
Ry
bd7eba3ddb
Remove fox32core support
...
This works around the issue with building on Windows.
2022-07-23 17:56:09 -07:00
Ry
16b43cc87a
Move encoding.md to docs/
2022-07-04 22:39:11 -07:00
Ry
940023f47b
Allow passing multiple arguments to mount multiple disks
2022-06-21 19:37:56 -07:00
Ry
5d6bfbb409
Add basic building instructions to the README
2022-06-21 18:56:11 -07:00
Ry
094611df80
Add fox32core to .gitignore
2022-06-21 18:04:07 -07:00
Ry
474b8f3d60
Build using GitHub Actions
2022-06-21 17:54:48 -07:00
Ry
11cec386a5
Add screenshot and logo to README
2022-06-21 15:56:29 -07:00
Ry
c07eec2761
Fix application icon file
2022-06-21 00:31:11 -07:00
Ry
43be8f545a
Add .gitignore
2022-06-21 00:07:33 -07:00
Ry
79517de317
fox32: Allow reading back the playing state from the audio IO port
2022-06-20 17:13:18 -07:00
Ry
e8960c569f
fox32+fox32asm: Remove pow instruction
2022-05-30 00:48:19 -07:00
Ry
5deb4fd8f8
fox32: Add support for audio playback
2022-05-25 16:15:39 -07:00
Ry
a8d92c69b2
fox32+fox32core: Rework the interrupt system a little bit
2022-05-16 23:52:07 -07:00
Lua MacDougall
81ccead64c
fox32: revert changes to release profile, switched back to step
2022-05-12 15:08:36 -07:00
Lua MacDougall
e6b74a3ae0
fox32: use resume with high count for core runtime, update release
2022-05-12 14:44:03 -07:00
Lua MacDougall
cb95b2b112
fox32: add FOX32_DEBUG environment variable
2022-05-12 14:11:11 -07:00
Lua MacDougall
fd3b83a15b
fox32: added fox32core support :3
2022-05-12 01:37:55 -07:00
Ry
83a5d14775
fox32: Allow disks to be removed
2022-04-17 14:28:41 -07:00
Ry
7f796dd989
fox32: Dump RAM if bad opcode
2022-04-17 13:29:17 -07:00
Lua MacDougall
a8ff66c3a0
fox32: fix stack overflow when initializing memory
2022-04-16 23:30:54 -07:00
Ry
fb3d681f55
fox32+fox32rom: Add EVENT_TYPE_MOUSE_RELEASE
2022-04-16 15:15:03 -07:00
Ry
e7f81afa50
fox32: Reading/writing unmapped memory is now an error
2022-03-23 11:54:32 -07:00
Ry
1f89b59f83
fox32: Start implementing keyboard input support
2022-03-18 21:36:44 -07:00
Ry
22c7b26317
fox32: Use logo as window icon :3
2022-03-12 17:11:54 -08:00
Ry
93d331bb07
fox32+fox32rom: Use DMA for the disk controller
...
Instead of accessing one byte at a time, use a DMA-like system to
read/write a whole sector at a time directly to/from memory.
2022-03-12 13:12:10 -08:00
Ry
998646cb80
fox32+fox32asm: Add proper support for greater than and less than
...
This adds IFGT, IFGTEQ, IFLT, and IFLTEQ, which makes it easier to
check for these conditions.
2022-03-12 12:15:27 -08:00
Ry
342c3e6061
fox32+fox32rom: Remove the concept of "fast" and "shared" memory
...
Instead of having two banks of RAM, just have one bank. This requires
the use of some cursed code, but it's fine :P
Co-authored-by: Lua <lua@foxgirl.dev>
2022-03-11 17:13:18 -08:00
Ry
cb2712cbf4
fox32: Exit on CPU halt
2022-03-11 11:52:05 -08:00
Ry
fe279c4d85
fox32: Introduce better error handling
...
Instead of panicing, we now just print an error and exit in some
situations where a panic is too verbose. Maybe we should just change
the panic handler instead though?
2022-03-11 11:03:27 -08:00
Ry
1419bb5b1f
fox32: Add note about passing a file as an arg to the README
2022-03-11 10:53:59 -08:00
Ry
676d611334
fox32: Add note about Vulkan requirement to the README
2022-03-11 10:51:04 -08:00
Ry
9674cbb2dd
fox32: Show memory sizes in MiB and KiB
2022-03-11 10:47:41 -08:00
ry755
69a47b9336
fox32: Prevent div from modifying the carry flag
2022-02-26 16:41:35 -08:00
ry755
738ccd16e8
fox32: Allow specifying a disk to be inserted using command line args
2022-02-23 10:49:39 -08:00
ry755
27f308e785
fox32+fox32rom: Rename "mount"/"unmount" to "insert"/"remove"
2022-02-22 14:05:39 -08:00
ry755
eebeff2073
fox32: Set the stack pointer to zero by default
2022-02-11 20:33:39 -08:00
ry755
f2adfa6b2b
fox32: Update encoding.md
2022-02-06 22:12:45 -08:00
ry755
7083e7a704
fox32+fox32asm: Make ImmediatePtr encoding consistent for src and dest
2022-02-02 04:43:23 -08:00
ry755
e8287097ad
fox32: Use the instruction size when reading from an immediate pointer
...
Previously, Operand::ImmediatePtr always read 32 bits from memory, then
truncated the value if the instruction size was smaller. Technically
this worked, but it would cause fox32 to print warnings if reading a
value at the very end of memory, because it would attempt to read past
the end of memory. Now, Operand::ImmediatePtr contains the instruction
size which is used by read_source().
This reverts commit 634a776a631c8e34f138dfbbfebf1c5cc74b6f05
2022-02-02 04:18:57 -08:00
ry755
deed31144f
fox32: Remove outdated TODO
2022-02-02 04:07:09 -08:00
ry755
fe476414b7
fox32: Add 3 extra bytes at the end of fast and shared memory
...
Because Operand::ImmediatePtr always reads 4 bytes (even if the
instruction size is smaller), attempting to read the last byte of
memory through a pointer would cause fox32 to warn about reading
unmapped memory. Adding 3 extra bytes to the end of memory prevents
this.
2022-02-01 23:07:51 -08:00
ry755
29d6690d97
Add unfinished READMEs
2022-01-31 03:11:08 -08:00