Hi everybody,
I downloaded the attached source code for a tetris game from programmersheaven.com
But I have difficulty understanding some parts.
- Could anyone tell me how the ShowFig function works?
- What are Fa and Fb variables used for?
- Finally, could anybody explain the Setnewint_1C function in detail?
I really need help understand the tetris developing.
Thanks.
[attachment deleted by admin]
ShowFig is writing directly to video ram so if you are trying to convert this to a windows program you should use another approach.
-- Paul