The MASM Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
MASM32 Downloads
Home
Help
Search
Login
Register
The MASM Forum
»
Miscellaneous
»
16 bit DOS Programming
»
double buffering
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: double buffering (Read 11276 times)
ghjjkl
Member
Posts: 53
Re: double buffering
«
Reply #15 on:
July 03, 2014, 10:21:17 PM »
won't some dos functions work after timer is reprogrammed?
Logged
dedndave
Member
Posts: 8828
Still using Abacus 2.0
Re: double buffering
«
Reply #16 on:
July 04, 2014, 12:59:26 AM »
i think the keyboard uses a different timer
on the original IBM PC, there were 3 programmable counter/timers
Logged
MichaelW
Global Moderator
Member
Posts: 1196
Re: double buffering
«
Reply #17 on:
July 04, 2014, 04:37:40 AM »
Quote from: ghjjkl on July 03, 2014, 10:21:17 PM
won't some dos functions work after timer is reprogrammed?
If you are referring to my code reprogramming system timer 0, my Interrupt 8 handler is coded so the previous Interrupt 8 handler gets called at close to the normal rate, so any BIOS or DOS timer based on Interrupt 8 will function normally.
Logged
Well Microsoft, here’s another nice mess you’ve gotten us into.
Print
Pages:
1
[
2
]
« previous
next »
The MASM Forum
»
Miscellaneous
»
16 bit DOS Programming
»
double buffering