New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IBM 386SLC/486SLC/486 Blue Lightning emulation #502
Conversation
|
the indenting looks horrible on this. Granted, some of this is because the original source already mixes tabs and spaces, but three different indentings (1 tab vs. 2 tabs vs. 8 spaces) in 3 consecutive lines? ;-) |
|
Thanks. I've done some indenting fixes and cleaned up the CPU tables a bit. The indenting seemed alright in Notepad++, but I guess GitHub uses a different tab length. |
|
Lenghts in the 86Box code are a mess in general. A mixture of spaces and tabs. So it's fine at least for me. |
|
The indenting in 86Box is 4 spaces for first level, 1 tab for second level, 2 tabs for third level and so on. It might not hurt to agree on using something more consistent though. @nerd73 is there any reason in particular why you commit the changes through the GitHub web interface and not via a local Git client? |
I absolutely agree. |
This pull request adds preliminary emulation of the IBM SLC and Blue Lightning CPUs to various 286 and 386 PS/2 machines.