Skip to content

Sync YM1728B_emu with upstream #3021

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/libs/YM7128B_emu/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 2-Clause License

Copyright (c) 2020, Andrea Zoppi
Copyright (c) 2020-2023, Andrea Zoppi
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/libs/YM7128B_emu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ _______________________________________________________________________________

## Engines

The library provides chip emulation with three engines:
The library provides chip emulation with the following engines:

- **Fixed**: it should emulate an actual chip, using fixed point arithmetics.
It features all the actual chip constraints, like sample rates, the
Expand Down
Loading