Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

An AY38910 sound chip emulator for ARM32.

NotificationsYou must be signed in to change notification settings

FluBBaOfWard/AY38910

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An AY-3-8910 / YM2149 sound chip emulator for ARM32.

How to use

First alloc chip struct, call reset then set in/out function pointers.Call AY38910Mixer with length, destination and chip struct.Produces signed 16bit mono.

The "in function" can take 2 arguments, the first is a possible output valueon the IO ports of the chip, the second argument is if the ports is in outputmode. Something like "ioACallback(u8 val, int inout)", if "inout" is not zero,val is the current value output by the chip.
You can define AY_UPSHIFT to a number, this is how many times the internalsampling is doubled. You can add "-DAY_UPSHIFT=2" to the "make" file tomake the internal clock speed 4 times higher.You can also define AYFILTER to a value between 0 & 8 or so to filter outhigher frequencies, default is 1.

Projects that use this code

Credits

Fredrik Ahlström

X/Twitter @TheRealFluBBa

https://www.github.com/FluBBaOfWard

About

An AY38910 sound chip emulator for ARM32.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp