Well with all my parts making their way from the interwebz, and except I got my 130 Male to Female Jumper cables in today.
What I've accomplished over this past weekend:
As you can see I have the firing light hookedd up, the two orange cables going off screen are connected to the push switch that the trigger activates.
The 2 position hand switch you see floating in the air allows me to reset the ammo counter back to 100.
The LED bar in the right sight of the picture is set up so I can simulate sending values to my BCD (binary convtered to decimal) to 7 Segment adapter chip.
Essentially it works this way:
The far right 4 control 0-9 of the first 7 segment LED.
If I send a 0000 then 0 will output on the 7 seg LED
If I send a 8000 then 7 will output on the 7 seg LED
The next 4 control the 0-9 of the 2nd segment LED.
It works the same way, except for the decimal value that I feed it (before bit mask shifting) is divided by 10 so it only see's 0-9.
The last 1 (the one you see lit up in the next picture) signifies when the counter is at 100.
Here it is when I have the firing trigger pressed:
At the moment of the picture being taken you can see that the ammo counter has the 8th and the 1st, means the counter is reading: 81