Is the IBM 5153 color display compatible with the Tandy 1000 16 color modes? Announcing the...
How to identify unknown coordinate type and convert to lat/lon?
Is it fair for a professor to grade us on the possession of past papers?
preposition before coffee
Significance of Cersei's obsession with elephants?
Flash light on something
Is CEO the "profession" with the most psychopaths?
One-one communication
What's the point of the test set?
How would a mousetrap for use in space work?
Intuitive explanation of the rank-nullity theorem
Strange behavior of Object.defineProperty() in JavaScript
How to write capital alpha?
Is multiple magic items in one inherently imbalanced?
What order were files/directories output in dir?
Is it possible for SQL statements to execute concurrently within a single session in SQL Server?
Crossing US/Canada Border for less than 24 hours
What does Turing mean by this statement?
Dyck paths with extra diagonals from valleys (Laser construction)
Draw 4 of the same figure in the same tikzpicture
How does Belgium enforce obligatory attendance in elections?
Semigroups with no morphisms between them
A term for a woman complaining about things/begging in a cute/childish way
How were pictures turned from film to a big picture in a picture frame before digital scanning?
Did Mueller's report provide an evidentiary basis for the claim of Russian govt election interference via social media?
Is the IBM 5153 color display compatible with the Tandy 1000 16 color modes?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Can the IBM PCjr be upgraded to support the better features of the Tandy 1000?How to do the Tandy 1000 audio mod on a PCjr?IBM 5153 monitor vertical resolutionWhy did CGA RGBI output leave DAC to the monitor?
Is it possible to view games made for Tandy Graphics (TGA, etc) on an IBM 5153 color display connected to an original Tandy 1000 (or 1000/A) in 16 colors?
cga tandy-1000
add a comment |
Is it possible to view games made for Tandy Graphics (TGA, etc) on an IBM 5153 color display connected to an original Tandy 1000 (or 1000/A) in 16 colors?
cga tandy-1000
add a comment |
Is it possible to view games made for Tandy Graphics (TGA, etc) on an IBM 5153 color display connected to an original Tandy 1000 (or 1000/A) in 16 colors?
cga tandy-1000
Is it possible to view games made for Tandy Graphics (TGA, etc) on an IBM 5153 color display connected to an original Tandy 1000 (or 1000/A) in 16 colors?
cga tandy-1000
cga tandy-1000
asked 5 hours ago
Quasi_StomachQuasi_Stomach
19114
19114
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
The Tandy 1000 CGA output was essentially like the IBM CGA electrically, and graphics modes were compatible. There was, however, an important difference in text mode. In text mode, the CGA used the middle 200 scan lines of a 262-line frame to display 25 rows of 8 scan lines each, with generous borders on the top and bottom. Using 8 lines per character meant that the bottom row of letters like "g" and "y" would touch the top row of letters like "E" and "T", which was less than ideal for legibility.
The Tandy 1000 shrinks the top and bottom borders by roughly 12-13 pixels, allowing the text portion of the screen to be expanded from 200 lines to 225 (9 scan lines per row). This substantially improves legibility on screens whose "vertical height" adjustment was set to leave at least 15 or so lines of border visible on the top and bottom. On screens which are adjusted to crop the border more closely to the text, the top and bottom of the Tandy text screen will get cut off.
I don't recall if the Tandy provided any way to use an 8-dot high font, but I wouldn't be surprised if it didn't. The "extra" line was added above the row of text, which meant that an inverse-video "E" would show one line of background above the text and one line below. That would also, however, mean that programming the CRT controller to use 8 dots instead of 9 would cause the bottom scan line of characters like "g" and "y" to be cut off entirely. Avoiding that would have required having a character set ROM which contained two character sets, and would also have required including a means of switching between them.
add a comment |
Basically yes. TGA (1000EX or similar) signal output (colour/intensity and sync signals) and connector pinout is upward compatible to CGA, thus compatible with CGA monitors. Both produce the very same RGBI signal using the same timing and encoding. TGA just employs more memory, thus being able to supply more colours at higher resolutions.
After all, TGA is basically a CGA with double the memory (32 KiB) and modes resulting from that - much like the IBM PCjr, which the Tandy 1000 was set against. The TGA II (Tandy 1000 SL/TL/RL and later) doubled that again to 64 KiB, finally enabling 640x200 in full 16 colours.
At least as long as colour mode is used. Text mode, when used in monochrome setup, is not. The monochrome setting is unique to TGA. Here a single B&W output signal is provided on pin 7, unused by CGA.
Thanks for your answer. Maybe I'm not making myself very clear. I'm specifically asking about the 1000 or 1000/A, and not just about compatibility, but if the IBM CGA display will show the full 16 colors
– Quasi_Stomach
5 hours ago
@Quasi_Stomach I'm a bit confused, what should compatibility mean else? CGA and Tandy graphics both use the same encoding.
– Raffzahn
4 hours ago
@Quasi_Stomach I had a similar setup, an EGA card connected to a CGA monitor. 16 colors was no problem but it only supported a resolution up to 640x200.
– snips-n-snails
4 hours ago
@Raffzahn Compatibility can mean a lot to a lot of different people, but I never assume it means the same for me and someone else. Are you saying that for a Tandy 1000 or 1000/A, the IBM 5153 can display the 16 color graphic modes up to and including 640x200 16-color mode?
– Quasi_Stomach
4 hours ago
@Quasi_Stomach I get the feeling I do not understand what the issue is you ask for. TGA outputs a TTL RGBI signal and the IBM 5153 takes a exactly the same signal. Tandy 1000s are meant to work with CGA compatible screens. For all practical purpose regarding colour displays, there is no difference between CGA and TGA output. Differences between CGA and TGA are about the signal generation, not the signal itself.
– Raffzahn
4 hours ago
|
show 3 more comments
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "648"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fretrocomputing.stackexchange.com%2fquestions%2f9764%2fis-the-ibm-5153-color-display-compatible-with-the-tandy-1000-16-color-modes%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
The Tandy 1000 CGA output was essentially like the IBM CGA electrically, and graphics modes were compatible. There was, however, an important difference in text mode. In text mode, the CGA used the middle 200 scan lines of a 262-line frame to display 25 rows of 8 scan lines each, with generous borders on the top and bottom. Using 8 lines per character meant that the bottom row of letters like "g" and "y" would touch the top row of letters like "E" and "T", which was less than ideal for legibility.
The Tandy 1000 shrinks the top and bottom borders by roughly 12-13 pixels, allowing the text portion of the screen to be expanded from 200 lines to 225 (9 scan lines per row). This substantially improves legibility on screens whose "vertical height" adjustment was set to leave at least 15 or so lines of border visible on the top and bottom. On screens which are adjusted to crop the border more closely to the text, the top and bottom of the Tandy text screen will get cut off.
I don't recall if the Tandy provided any way to use an 8-dot high font, but I wouldn't be surprised if it didn't. The "extra" line was added above the row of text, which meant that an inverse-video "E" would show one line of background above the text and one line below. That would also, however, mean that programming the CRT controller to use 8 dots instead of 9 would cause the bottom scan line of characters like "g" and "y" to be cut off entirely. Avoiding that would have required having a character set ROM which contained two character sets, and would also have required including a means of switching between them.
add a comment |
The Tandy 1000 CGA output was essentially like the IBM CGA electrically, and graphics modes were compatible. There was, however, an important difference in text mode. In text mode, the CGA used the middle 200 scan lines of a 262-line frame to display 25 rows of 8 scan lines each, with generous borders on the top and bottom. Using 8 lines per character meant that the bottom row of letters like "g" and "y" would touch the top row of letters like "E" and "T", which was less than ideal for legibility.
The Tandy 1000 shrinks the top and bottom borders by roughly 12-13 pixels, allowing the text portion of the screen to be expanded from 200 lines to 225 (9 scan lines per row). This substantially improves legibility on screens whose "vertical height" adjustment was set to leave at least 15 or so lines of border visible on the top and bottom. On screens which are adjusted to crop the border more closely to the text, the top and bottom of the Tandy text screen will get cut off.
I don't recall if the Tandy provided any way to use an 8-dot high font, but I wouldn't be surprised if it didn't. The "extra" line was added above the row of text, which meant that an inverse-video "E" would show one line of background above the text and one line below. That would also, however, mean that programming the CRT controller to use 8 dots instead of 9 would cause the bottom scan line of characters like "g" and "y" to be cut off entirely. Avoiding that would have required having a character set ROM which contained two character sets, and would also have required including a means of switching between them.
add a comment |
The Tandy 1000 CGA output was essentially like the IBM CGA electrically, and graphics modes were compatible. There was, however, an important difference in text mode. In text mode, the CGA used the middle 200 scan lines of a 262-line frame to display 25 rows of 8 scan lines each, with generous borders on the top and bottom. Using 8 lines per character meant that the bottom row of letters like "g" and "y" would touch the top row of letters like "E" and "T", which was less than ideal for legibility.
The Tandy 1000 shrinks the top and bottom borders by roughly 12-13 pixels, allowing the text portion of the screen to be expanded from 200 lines to 225 (9 scan lines per row). This substantially improves legibility on screens whose "vertical height" adjustment was set to leave at least 15 or so lines of border visible on the top and bottom. On screens which are adjusted to crop the border more closely to the text, the top and bottom of the Tandy text screen will get cut off.
I don't recall if the Tandy provided any way to use an 8-dot high font, but I wouldn't be surprised if it didn't. The "extra" line was added above the row of text, which meant that an inverse-video "E" would show one line of background above the text and one line below. That would also, however, mean that programming the CRT controller to use 8 dots instead of 9 would cause the bottom scan line of characters like "g" and "y" to be cut off entirely. Avoiding that would have required having a character set ROM which contained two character sets, and would also have required including a means of switching between them.
The Tandy 1000 CGA output was essentially like the IBM CGA electrically, and graphics modes were compatible. There was, however, an important difference in text mode. In text mode, the CGA used the middle 200 scan lines of a 262-line frame to display 25 rows of 8 scan lines each, with generous borders on the top and bottom. Using 8 lines per character meant that the bottom row of letters like "g" and "y" would touch the top row of letters like "E" and "T", which was less than ideal for legibility.
The Tandy 1000 shrinks the top and bottom borders by roughly 12-13 pixels, allowing the text portion of the screen to be expanded from 200 lines to 225 (9 scan lines per row). This substantially improves legibility on screens whose "vertical height" adjustment was set to leave at least 15 or so lines of border visible on the top and bottom. On screens which are adjusted to crop the border more closely to the text, the top and bottom of the Tandy text screen will get cut off.
I don't recall if the Tandy provided any way to use an 8-dot high font, but I wouldn't be surprised if it didn't. The "extra" line was added above the row of text, which meant that an inverse-video "E" would show one line of background above the text and one line below. That would also, however, mean that programming the CRT controller to use 8 dots instead of 9 would cause the bottom scan line of characters like "g" and "y" to be cut off entirely. Avoiding that would have required having a character set ROM which contained two character sets, and would also have required including a means of switching between them.
answered 2 hours ago
supercatsupercat
8,040842
8,040842
add a comment |
add a comment |
Basically yes. TGA (1000EX or similar) signal output (colour/intensity and sync signals) and connector pinout is upward compatible to CGA, thus compatible with CGA monitors. Both produce the very same RGBI signal using the same timing and encoding. TGA just employs more memory, thus being able to supply more colours at higher resolutions.
After all, TGA is basically a CGA with double the memory (32 KiB) and modes resulting from that - much like the IBM PCjr, which the Tandy 1000 was set against. The TGA II (Tandy 1000 SL/TL/RL and later) doubled that again to 64 KiB, finally enabling 640x200 in full 16 colours.
At least as long as colour mode is used. Text mode, when used in monochrome setup, is not. The monochrome setting is unique to TGA. Here a single B&W output signal is provided on pin 7, unused by CGA.
Thanks for your answer. Maybe I'm not making myself very clear. I'm specifically asking about the 1000 or 1000/A, and not just about compatibility, but if the IBM CGA display will show the full 16 colors
– Quasi_Stomach
5 hours ago
@Quasi_Stomach I'm a bit confused, what should compatibility mean else? CGA and Tandy graphics both use the same encoding.
– Raffzahn
4 hours ago
@Quasi_Stomach I had a similar setup, an EGA card connected to a CGA monitor. 16 colors was no problem but it only supported a resolution up to 640x200.
– snips-n-snails
4 hours ago
@Raffzahn Compatibility can mean a lot to a lot of different people, but I never assume it means the same for me and someone else. Are you saying that for a Tandy 1000 or 1000/A, the IBM 5153 can display the 16 color graphic modes up to and including 640x200 16-color mode?
– Quasi_Stomach
4 hours ago
@Quasi_Stomach I get the feeling I do not understand what the issue is you ask for. TGA outputs a TTL RGBI signal and the IBM 5153 takes a exactly the same signal. Tandy 1000s are meant to work with CGA compatible screens. For all practical purpose regarding colour displays, there is no difference between CGA and TGA output. Differences between CGA and TGA are about the signal generation, not the signal itself.
– Raffzahn
4 hours ago
|
show 3 more comments
Basically yes. TGA (1000EX or similar) signal output (colour/intensity and sync signals) and connector pinout is upward compatible to CGA, thus compatible with CGA monitors. Both produce the very same RGBI signal using the same timing and encoding. TGA just employs more memory, thus being able to supply more colours at higher resolutions.
After all, TGA is basically a CGA with double the memory (32 KiB) and modes resulting from that - much like the IBM PCjr, which the Tandy 1000 was set against. The TGA II (Tandy 1000 SL/TL/RL and later) doubled that again to 64 KiB, finally enabling 640x200 in full 16 colours.
At least as long as colour mode is used. Text mode, when used in monochrome setup, is not. The monochrome setting is unique to TGA. Here a single B&W output signal is provided on pin 7, unused by CGA.
Thanks for your answer. Maybe I'm not making myself very clear. I'm specifically asking about the 1000 or 1000/A, and not just about compatibility, but if the IBM CGA display will show the full 16 colors
– Quasi_Stomach
5 hours ago
@Quasi_Stomach I'm a bit confused, what should compatibility mean else? CGA and Tandy graphics both use the same encoding.
– Raffzahn
4 hours ago
@Quasi_Stomach I had a similar setup, an EGA card connected to a CGA monitor. 16 colors was no problem but it only supported a resolution up to 640x200.
– snips-n-snails
4 hours ago
@Raffzahn Compatibility can mean a lot to a lot of different people, but I never assume it means the same for me and someone else. Are you saying that for a Tandy 1000 or 1000/A, the IBM 5153 can display the 16 color graphic modes up to and including 640x200 16-color mode?
– Quasi_Stomach
4 hours ago
@Quasi_Stomach I get the feeling I do not understand what the issue is you ask for. TGA outputs a TTL RGBI signal and the IBM 5153 takes a exactly the same signal. Tandy 1000s are meant to work with CGA compatible screens. For all practical purpose regarding colour displays, there is no difference between CGA and TGA output. Differences between CGA and TGA are about the signal generation, not the signal itself.
– Raffzahn
4 hours ago
|
show 3 more comments
Basically yes. TGA (1000EX or similar) signal output (colour/intensity and sync signals) and connector pinout is upward compatible to CGA, thus compatible with CGA monitors. Both produce the very same RGBI signal using the same timing and encoding. TGA just employs more memory, thus being able to supply more colours at higher resolutions.
After all, TGA is basically a CGA with double the memory (32 KiB) and modes resulting from that - much like the IBM PCjr, which the Tandy 1000 was set against. The TGA II (Tandy 1000 SL/TL/RL and later) doubled that again to 64 KiB, finally enabling 640x200 in full 16 colours.
At least as long as colour mode is used. Text mode, when used in monochrome setup, is not. The monochrome setting is unique to TGA. Here a single B&W output signal is provided on pin 7, unused by CGA.
Basically yes. TGA (1000EX or similar) signal output (colour/intensity and sync signals) and connector pinout is upward compatible to CGA, thus compatible with CGA monitors. Both produce the very same RGBI signal using the same timing and encoding. TGA just employs more memory, thus being able to supply more colours at higher resolutions.
After all, TGA is basically a CGA with double the memory (32 KiB) and modes resulting from that - much like the IBM PCjr, which the Tandy 1000 was set against. The TGA II (Tandy 1000 SL/TL/RL and later) doubled that again to 64 KiB, finally enabling 640x200 in full 16 colours.
At least as long as colour mode is used. Text mode, when used in monochrome setup, is not. The monochrome setting is unique to TGA. Here a single B&W output signal is provided on pin 7, unused by CGA.
edited 2 hours ago
answered 5 hours ago
RaffzahnRaffzahn
57k6139232
57k6139232
Thanks for your answer. Maybe I'm not making myself very clear. I'm specifically asking about the 1000 or 1000/A, and not just about compatibility, but if the IBM CGA display will show the full 16 colors
– Quasi_Stomach
5 hours ago
@Quasi_Stomach I'm a bit confused, what should compatibility mean else? CGA and Tandy graphics both use the same encoding.
– Raffzahn
4 hours ago
@Quasi_Stomach I had a similar setup, an EGA card connected to a CGA monitor. 16 colors was no problem but it only supported a resolution up to 640x200.
– snips-n-snails
4 hours ago
@Raffzahn Compatibility can mean a lot to a lot of different people, but I never assume it means the same for me and someone else. Are you saying that for a Tandy 1000 or 1000/A, the IBM 5153 can display the 16 color graphic modes up to and including 640x200 16-color mode?
– Quasi_Stomach
4 hours ago
@Quasi_Stomach I get the feeling I do not understand what the issue is you ask for. TGA outputs a TTL RGBI signal and the IBM 5153 takes a exactly the same signal. Tandy 1000s are meant to work with CGA compatible screens. For all practical purpose regarding colour displays, there is no difference between CGA and TGA output. Differences between CGA and TGA are about the signal generation, not the signal itself.
– Raffzahn
4 hours ago
|
show 3 more comments
Thanks for your answer. Maybe I'm not making myself very clear. I'm specifically asking about the 1000 or 1000/A, and not just about compatibility, but if the IBM CGA display will show the full 16 colors
– Quasi_Stomach
5 hours ago
@Quasi_Stomach I'm a bit confused, what should compatibility mean else? CGA and Tandy graphics both use the same encoding.
– Raffzahn
4 hours ago
@Quasi_Stomach I had a similar setup, an EGA card connected to a CGA monitor. 16 colors was no problem but it only supported a resolution up to 640x200.
– snips-n-snails
4 hours ago
@Raffzahn Compatibility can mean a lot to a lot of different people, but I never assume it means the same for me and someone else. Are you saying that for a Tandy 1000 or 1000/A, the IBM 5153 can display the 16 color graphic modes up to and including 640x200 16-color mode?
– Quasi_Stomach
4 hours ago
@Quasi_Stomach I get the feeling I do not understand what the issue is you ask for. TGA outputs a TTL RGBI signal and the IBM 5153 takes a exactly the same signal. Tandy 1000s are meant to work with CGA compatible screens. For all practical purpose regarding colour displays, there is no difference between CGA and TGA output. Differences between CGA and TGA are about the signal generation, not the signal itself.
– Raffzahn
4 hours ago
Thanks for your answer. Maybe I'm not making myself very clear. I'm specifically asking about the 1000 or 1000/A, and not just about compatibility, but if the IBM CGA display will show the full 16 colors
– Quasi_Stomach
5 hours ago
Thanks for your answer. Maybe I'm not making myself very clear. I'm specifically asking about the 1000 or 1000/A, and not just about compatibility, but if the IBM CGA display will show the full 16 colors
– Quasi_Stomach
5 hours ago
@Quasi_Stomach I'm a bit confused, what should compatibility mean else? CGA and Tandy graphics both use the same encoding.
– Raffzahn
4 hours ago
@Quasi_Stomach I'm a bit confused, what should compatibility mean else? CGA and Tandy graphics both use the same encoding.
– Raffzahn
4 hours ago
@Quasi_Stomach I had a similar setup, an EGA card connected to a CGA monitor. 16 colors was no problem but it only supported a resolution up to 640x200.
– snips-n-snails
4 hours ago
@Quasi_Stomach I had a similar setup, an EGA card connected to a CGA monitor. 16 colors was no problem but it only supported a resolution up to 640x200.
– snips-n-snails
4 hours ago
@Raffzahn Compatibility can mean a lot to a lot of different people, but I never assume it means the same for me and someone else. Are you saying that for a Tandy 1000 or 1000/A, the IBM 5153 can display the 16 color graphic modes up to and including 640x200 16-color mode?
– Quasi_Stomach
4 hours ago
@Raffzahn Compatibility can mean a lot to a lot of different people, but I never assume it means the same for me and someone else. Are you saying that for a Tandy 1000 or 1000/A, the IBM 5153 can display the 16 color graphic modes up to and including 640x200 16-color mode?
– Quasi_Stomach
4 hours ago
@Quasi_Stomach I get the feeling I do not understand what the issue is you ask for. TGA outputs a TTL RGBI signal and the IBM 5153 takes a exactly the same signal. Tandy 1000s are meant to work with CGA compatible screens. For all practical purpose regarding colour displays, there is no difference between CGA and TGA output. Differences between CGA and TGA are about the signal generation, not the signal itself.
– Raffzahn
4 hours ago
@Quasi_Stomach I get the feeling I do not understand what the issue is you ask for. TGA outputs a TTL RGBI signal and the IBM 5153 takes a exactly the same signal. Tandy 1000s are meant to work with CGA compatible screens. For all practical purpose regarding colour displays, there is no difference between CGA and TGA output. Differences between CGA and TGA are about the signal generation, not the signal itself.
– Raffzahn
4 hours ago
|
show 3 more comments
Thanks for contributing an answer to Retrocomputing Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fretrocomputing.stackexchange.com%2fquestions%2f9764%2fis-the-ibm-5153-color-display-compatible-with-the-tandy-1000-16-color-modes%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown