Description
SPICE simulation of Tetris game with 8051 microcontroller. The microcontroller AT89C52 implements the famous Tetris game driving an alphanumeric LCD display. The source code is in C.
0 Credits
SPICE simulation of Tetris game with 8051 microcontroller. The microcontroller AT89C52 implements the famous Tetris game driving an alphanumeric LCD display. The source code is in C.
Only logged in customers who have purchased this product may leave a review.
upopads –
I’m confused how to open in LTspice.
aleandrob90 –
Hi, LTspice? this is an Isis Proteus project
pRiNcEMiRaGe –
yes this is an Isis proteus project. but can someone help me with how to change in the code?
aleandrob90 –
Hi pRiNcEMiRaGe,You can use uvision keil compiler for example. Create a new uvision project As CPU select Actel/Core8051. Add the files to Source Group: the two .c files (right click and check show include file dependecies) and the.OBJ files. Now you can modify the code. Build it and enjoy.