temu-vsb
Projects
temu-vsb | Projects | |
---|---|---|
3 | 7 | |
60 | 420 | |
- | 2.4% | |
0.0 | 7.6 | |
almost 3 years ago | 12 days ago | |
Assembly | C++ | |
GNU General Public License v3.0 or later | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
temu-vsb
-
Janet Jackson music video declared a cybersecurity exploit
I could have sworn it was named "Sound Blister" or some other hideous pun, but I can't find any trace of that name on the Internet now. I did find VSB (Virtual Sound Blaster) which looks right and was out around the same time period, so it's possible I'm just misremembering the name.
- What's everyone currently working on?
-
8086 emulator part II. Now with Tandy graphics and sound!!
Cool, thanks for the links. Yep Adlib/OPL will probably be next. I have already hardcoded basic SoundBlaster PCM playback (Sending samples with https://github.com/volkertb/temu-vsb/blob/main/sbemu/sbdma.pas), though not using interrupts/full DMA yet.
Projects
- Processor's microcode pipeline from die analysis
-
Building a Frankenstein 64
Nice work and thanks for the writeup. Ted Fried has a variety of microsequencer based CPU cores based on FPGA (and ARM) and I think they are quite good.
https://microcorelabs.wordpress.com/2021/04/19/mcl64-worlds-...
https://github.com/MicroCoreLabs/Projects
-
Show HN: Tenebra game PC port of popular Commodore 64 game
At that point you might as well go MCL64 Teensy replica https://microcorelabs.wordpress.com/2021/04/19/mcl64-worlds-...
"comparing the Super CPU accelerated to 20Mhz and the MCL64 in its accelerated mode, the MCL64 is roughly 2X faster than the Super CPU"
https://microcorelabs.wordpress.com/2021/04/16/mcl64-mos-651...
https://microcorelabs.wordpress.com/2021/03/14/mcl64-commodo...
Fully open source https://github.com/MicroCoreLabs/Projects/tree/master/MCL64
- Macintosh booting!
-
Apple to Move a Part of Its Embedded Cores to RISC-V
There is a difference, but not much!
https://github.com/MicroCoreLabs/Projects/tree/master/MCL51
- ANNOUNCE: 68000 test cases
- What's everyone currently working on?
What are some alternatives?
DK86PC - A WIP Intel 8086 and IBM PC 5150 emulator.
picorv32 - PicoRV32 - A Size-Optimized RISC-V CPU
gb-test-roms - Collection of Game Boy test roms.
XTulator - XTulator is a portable, open source x86 PC emulator currently supporting the 8086 instruction set and 80186 extensions.
rust64 - Commodore 64 emulator written in Rust
ProcessorTests - A language-agnostic JSON-encoded instruction-by-instruction test suite for the 8088, 68000, 65816, 65[c]02 and SPC700 that includes bus activity.