Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ff authored and ff committed Dec 27, 2023
2 parents 931a41c + 98ea8b6 commit 28241c4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion DOC/Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@

## December 2023

### HW

* C14 has been increased from 10µF to 22µF as some System11 machines had [startup issues](https://github.com/AmokSolderer/APC/blob/master/DOC/Problems.md)

### New SW Version V1.00

* General improvements for the Pinbot and Black Knight code added. Main feature is the new 3 ball multiball mode for [Pinbot](https://github.com/AmokSolderer/APC/blob/master/DOC/Pinbot.md)
* Exception rules for System 3 Disco Fever have been added. [Sound files for Disco Fever are also available](https://github.com/AmokSolderer/APC/blob/master/DOC/PinMame.md)
* Exception rules for System 6 Alien Poker have been added. [Sound files for Alien Poker are also available](https://github.com/AmokSolderer/APC/blob/master/DOC/PinMame.md)
* Bugfix -> if a sound/music file was invoked immediately after another, the first one was dropped regardless of the priority.
* Bugfix -> Controlling the original audio boards of System 3 - 6 games has been fixed.
* Support for single ball games added to BaseCode
* Support for single ball games added to BaseCode.
* Solenoid latches are updated every ms instead of on request which will revoke any accidental state change of solenoids. This can happen in heavily distorted environments when the distortion spikes are strong enough to trigger the latches. Distortion levels like these usually mean that something is wrong in your machine, e.g. a broken free-wheeling diode can cause this.
* System watchdog implemented. If the timer interrupt controlling the HW should not occur for 2s the system will restart.
* System 3 game adjustments implemented. You can now use the settings system of the APC to do the adjustments of System 3 games.
Expand Down
2 changes: 1 addition & 1 deletion DOC/Hardware/APC_FabricationFiles_SSOP/APC_BOM.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Comment,Designator,Footprint,JLCPCB Part #(optional)
2.2u,"C1,C6",Capacitors_SMD:C_0603,C23630
10u,C14,Capacitors_SMD:C_0805,C15850
22u,C14,Capacitors_SMD:C_0805,C782176
100n,"C25,C4,C28,C15,C22,C26,C23,C27,C19,C12,C10,C20,C29",Capacitors_SMD:C_0603,C14663
680p,"C3,C7",Capacitors_SMD:C_0603,C1630
68n,"C31,C30,C24,C21,C18,C17,C16,C13",Capacitors_SMD:C_0603,C31658
Expand Down
Binary file modified DOC/Hardware/APC_schematics.pdf
Binary file not shown.
5 changes: 5 additions & 0 deletions DOC/Problems.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# If things don't work

## APC doesn't boot

On some System 9 and 11 machines the APC doesn't boot sometimes. Usually it is enough to powercycle your machine to make it work.
If it happens frequently then you could swap C14 from a 10µF to a 22µF capacitor.

## Sound stuttering

If your sound has unregular lags and stutters sometimes then it's most probably an issue with your SD card.
Expand Down

0 comments on commit 28241c4

Please sign in to comment.